Skip to main content

Open Server Ports

If you are not playing from localhost, you may need to open some ports on your server.

firewall-cmd --zone=public --add-port=2106/tcp --permanent
firewall-cmd --zone=public --add-port=7777/tcp --permanent
firewall-cmd --reload
caution

Only these ports are required to connect to the server as a player.