Unciv/docs/Other/Hosting-a-Multiplayer-server.md

34 lines
1.4 KiB
Markdown
Raw Normal View History

# Hosting a Multiplayer server
Due to certain limitations on Dropbox's API, with the current influx of players, we've many times reached the point that Dropbox has become unavailable.
Therefore, you can now host your own Unciv server, when not on Android.
To do so, you must have a JDK installed.
From the directory where the Unciv.jar file is located, open a terminal and run the following line:
`java -cp Unciv.jar com.unciv.app.desktop.UncivServer`
Don't forget to use 'cd' to switch to the correct dictionary. Here's an example in Windows.
```
D:
cd Games
cd unciv
java -cp Unciv.jar com.unciv.app.desktop.UncivServer
```
Your server has now started!
In Unciv itself, from the same computer, enter Options > Multiplayer.
Enter the URL of the computer you ran the server on (or http://localhost)
If you click "check connection to server" you should now get "Return result: true", which means it's working!
For other devices, you'll need an external IP, which is out of scope for this documentation since there are many ways of achieving it.
On the other device, do the same - enter the URL, click 'check connection' from the new device, and if you got the same result - congratulations, you're both connected to the same server and can start a multiplayer game on the server!
Please note that devices NOT connected to the same server will NOT be able to participate in multiplayer games together!