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: 12 days 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 1 year ago)
- Default Branch: development
- Last Pushed: 2025-05-03T01:11:24.000Z (12 days ago)
- Last Synced: 2025-05-03T04:59:02.609Z (12 days ago)
- Topics: client, free, linux, mod, multiplayer, pc, rimworld, server, source, windows
- Language: C#
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=3005289691
- Size: 11.3 MB
- Stars: 113
- Watchers: 5
- Forks: 32
- Open Issues: 10
-
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/rimworldtogether)> [!NOTE]
> The mod is currently a work in progress! Please report any broken stuff you find!## 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 exemple 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/byte-nova/rimworld-together:latest
```
**Run with Docker on Windows:**
```sh
docker run -it --rm -v '.\RWTData:/Data' -p 25555:25555 ghcr.io/byte-nova/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).