https://github.com/rimworld-together/rimworld-together
A Community Driven Multiplayer Mod for Rimworld!
https://github.com/rimworld-together/rimworld-together
client free linux mod multiplayer pc rimworld server source windows
Last synced: 3 months ago
JSON representation
A Community Driven Multiplayer Mod for Rimworld!
- Host: GitHub
- URL: https://github.com/rimworld-together/rimworld-together
- Owner: RimWorld-Together
- License: other
- Created: 2024-02-10T05:16:09.000Z (over 2 years ago)
- Default Branch: development
- Last Pushed: 2026-04-13T05:11:04.000Z (3 months ago)
- Last Synced: 2026-04-13T07:12:00.028Z (3 months ago)
- Topics: client, free, linux, mod, multiplayer, pc, rimworld, server, source, windows
- Language: C#
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=3005289691
- Size: 13.3 MB
- Stars: 231
- Watchers: 7
- Forks: 52
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# RimWorld Together
### A Community Driven Multiplayer Mod for Rimworld!
### Welcome to our repository! A great place for the tech savvies!
[](https://steamcommunity.com/sharedfiles/filedetails/?id=3005289691)
[](https://discord.gg/yUF2ec8Vt8)
[](https://github.com/Byte-Nova/Rimworld-Together/wiki)
[](https://github.com/RimWorld-Together/Incompatibilities)
[](https://github.com/RimWorld-Together/Expansions)
[](https://ko-fi.com/rimworldtogetherproject)
> [!NOTE]
> PULL REQUEST REVIEWS ARE PAUSED WHILE THE MOD UNDERGOES HEAVY CHANGES! THANK YOU FOR YOUR UNDERSTANDING
## Server Prerequisites:
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.
## Server Installation:
Download the latest server files at [here](https://github.com/Byte-Nova/Rimworld-Together/releases/latest). 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.
## Container-based Deployment:
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](https://www.docker.com/) (or [Podman](https://github.com/containers/podman)) installed.
### 1 - Create a Data directory
```sh
mkdir -p RWTData
```
### 2 - Run the server
**Run with Docker on Linux:**
```sh
docker run -it --rm -v './RWTData:/Data' -p 25555:25555 ghcr.io/rimworld-together/rimworld-together:latest
```
**Run with Docker on Windows:**
```sh
docker run -it --rm -v '.\RWTData:/Data' -p 25555:25555 ghcr.io/rimworld-together/rimworld-together:latest
```
## Contributing
Interested? Please read our [contribution guide](https://github.com/RimworldTogether/Rimworld-Together/blob/development/.github/CONTRIBUTING.md) before contributing!
## Other Questions?
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](https://discord.gg/yUF2ec8Vt8).