Auth Server Settings

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


Adjust the [Server] entry to match the public information of your authserver

[Server]
Port=11000
PublicIP=11.22.33.44

Adjust the [Node] entry and set the port that game servers will connect to (or keep the default)

[Node]
Port=9500

Add or modify the [AllowedNode] entries to match the information of your game servers. The IP can either be local or public depending on whether you host the two servers seperately. The PublicIP and PublicPort must match with the game server's public information as it will be sent to the clients.

[AllowedNode01]
IP=55.66.77.88
PublicIP=55.66.77.88
PublicPort=13000
PublicID=Europe, My Rogue Server

Make sure that the PublicID matches your client's serverlist.txt


Did this page help you?