Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Assuming the copy of the player folder is called "player2". From now on, you can use this shortcut to launch this instance of the dedicated server. In theory you can add as many as you have ports, bandwidth, memory and CPU power for.

Server and Client on the same Machine

If you want to run a server and client on the same machine, you need to make sure that the port that is used for the new UI is different for server and client. Since that is a port that gets configured in the player.json you need to make sure to at least run the server using its own profile as described above. The alternative would be to have a completely separate install for both. The line to look for in the player.json and change is:

Code Block
    "WebUI port":5397

Just make sure that port is different for both and you'll be fine, so for example you could reconfigure the server to use 5398 instead.