[HELP] i port forwaded my server but it's not showing up, someone of my friends says that the port is 4499 is this true help me get the right port pls

i just need to know where i get the ports for the server

In your server.cfg at the top. The default port is 30120.

Ohhh THX… But can i change that port?

Yes, simply change:

endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

To:

endpoint_add_tcp "0.0.0.0:EnterPortHere"
endpoint_add_udp "0.0.0.0:EnterPortHere"

thank you, now i can fix this

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.