Note
The mod is currently a work in progress! Please report any broken stuff you find!
Thanks to the way the server is built, there aren't any heavy hardware related dependencies, meaning that your hosting machine will only need to have an excellent network bandwith and a bit of everything else. Really, modern e-toasters could run it.
Download the latest server files at here. Then extract somewhere in your system and execute the executable file.
Warning
When extracting the server files somewhere, be mindful on where this location might be, avoid installing it at privileged locations (where admin permissions are needed) to prevent your antivirus/system kicking off.
We provide an official container image hosted on the Github Container Repository and an example docker-compose file to run the server.
The following commands allow you to runs the server after creating a RWTData
directory that will contain all the server's user files.
Make sure you have Docker (or Podman) installed.
mkdir -p RWTData
Run with Docker on Linux:
docker run -it --rm -v './RWTData:/Data' -p 25555:25555 ghcr.io/rimworld-together/rimworld-together:latest
Run with Docker on Windows:
docker run -it --rm -v '.\RWTData:/Data' -p 25555:25555 ghcr.io/rimworld-together/rimworld-together:latest
Interested? Please read our contribution guide before contributing!
Don't hesitate to create an issue on Github if you have any issues with the mod. We are here for you! You can also contact us via our Discord server.