This Unraid app template allows you to easily install and run the Rimworld Together game server on your Unraid server using Docker. The container is hosted on GitHub Container Registry (GHCR).
- Template: Leave blank
- Name:
Rimworld-Together
- Overview: Leave blank
- Additional Requirements: leave blank
- Repository:
ghcr.io/mrgreaterthan/rimworld-together:latest
- Network Type:
bridge
- Console shell command:
bash
- Privileged:
false
The following settings are added by using the "Add another Path, Port, Variable, Label or Device" button. Review and adjust the following settings as needed:
- Name:
game-port
- Container Port:
25555
- Default Value:
25555
- Connection Type:
TCP
- Description:
used for the game server
Make all volumes read/write
- Data: Path to store saved data and configs.
- Container Path:
/opt/rimworld-together/Data
- Default Host Path:
/mnt/user/appdata/rimworld-together
.
- Container Path:
Once you've configured the settings:
- Click Apply to install the container.
- The container will start automatically after installation.
- You can manage the container (start, stop, restart) from the Docker tab in the Unraid interface.
- Connect to the game server using your Unraid server's IP address and the specified game port (default:
25555
). - Example:
<Unraid-IP>:25555
.
All game data, such as backups, saves, and logs, will be stored in the paths you specified during the volume mapping configuration. By default, these paths are located in /mnt/user/appdata/rimworld-together/
on your Unraid server.
You can back up, restore, and manage these files directly from the Unraid web interface or via SMB/NFS shares.
- For container issues or support, please visit my GitHub issues page.
- For issues or support with the application itself, please visit the project owner's GitHub issues page.