Game Server Settings

Modify the game_config.ini located in the server's core directory.


Adjust the [Server] entry to match the public information of your game server:

[Server]
Port=11000
PublicIP=55.66.77.88


Adjust the [Node] entry to match the public (or local if run on the same machine) information of your auth server:

[Node]
IP=11.22.33.44
Port=9500


Did this page help you?