idflorin
I on the system can guide you, when you use firewalld, you can use the following command
firewall-cmd --zone=public --list-ports
firewall-cmd --zone=public --add-port=8888/tcp --permanent
firewall-cmd --zone=public --remove-port=8888/tcp --permanent
firewall-cmd --reload
VPS server firewall setup you need to view their documentation to proceed.