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 a Dockerfile to build and run the official RimWorld-Together Container with docker , or buildah and podman
The GameServer
executable is located at the /App/Server
directory.
The Data
volume contains all server files and is located at /Data
inside the container.
Build:
docker build -f Dockerfile -t rwt:latest .
Run:
mkdir -p Data
docker run -it --rm -v $$(pwd)/Data:/Data -p 25555:25555 rwt:latest
Build:
buildah build -t rwt:latest .
Run:
mkdir -p Data
podman run -it --rm -v $$(pwd)/Data:/Data:Z -p 25555:25555 rwt: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.