(thanks to Xerrion for pointing this out)
This means that for multiple servers, we need to skip N+1 ports for each new server running on the same machine.Īlso note that ports 27025, 2707 seem to cause issues and should be avoided.įinally note that you can also set these ports in the config files below and remove them from the command completely.īy using -usedir=SERVER, you can run multiple servers on a single installation, separating each server to their own configuration. IMPORTANT: When you assign the Port or QueryPort parameter, notice that the server uses/reserves the next available port, which we can't use.
Multiple servers ( advanced) ConanSandboxServer.exe -log -MaxPlayers=50 -Port=7777 -QueryPort=27015 -usedir=SERVER1ĬonanSandboxServer.exe -log -MaxPlayers=50 -Port=7779 -QueryPort=27017 -usedir=SERVER2ĬonanSandboxServer.exe -log -MaxPlayers=50 -Port=7781 -QueryPort=27019 -usedir=SERVER3 Single server ( simple) ConanSandboxServer.exe -log It is best to combine this configuration with the batch file setup here (so add the ConanSandboxServer.exe params to a new start.bat file instead)!
For a simple, default server setup, open ports 7777/UDP, and 27015/UDP in your firewall.īe sure to run the server (StartServer.bat) once, so it can generate the initial config files!