https://github.com/restoremonarchyplugins/rpi5-unturned-server
Docker image for hosting Unturned server on Raspberry Pi 5
https://github.com/restoremonarchyplugins/rpi5-unturned-server
raspberrypi5 rpi5 unturned unturned-server
Last synced: 5 months ago
JSON representation
Docker image for hosting Unturned server on Raspberry Pi 5
- Host: GitHub
- URL: https://github.com/restoremonarchyplugins/rpi5-unturned-server
- Owner: RestoreMonarchyPlugins
- Created: 2025-01-23T19:43:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T13:28:48.000Z (over 1 year ago)
- Last Synced: 2025-02-07T14:31:17.788Z (over 1 year ago)
- Topics: raspberrypi5, rpi5, unturned, unturned-server
- Language: Dockerfile
- Homepage: https://restoremonarchy.com
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unturned Server on Raspberry Pi 5
Docker image for running Unturned Dedicated Server on Raspberry Pi 5
Learn how to set up an Unturned server on Raspberry Pi 5 using this image on our blog article:
[Hosting an Unturned Server on Raspberry Pi 5](https://restoremonarchy.com/servers/blog/untrpi01)
## Docker Image
Pull the latest image from GitHub Container Registry
```sh
docker pull ghcr.io/restoremonarchyplugins/rpi5-unturned-server:latest
```
Create a container using the following command
```sh
docker run -d \
--name unturned \
-p 27115:27115 \
-v ./U3DS:/opt/U3DS \
--restart always \
ghcr.io/restoremonarchyplugins/rpi5-unturned-server:latest
```
## Other features
- The server will automatically update on restart if there is a new version available
- To validate the server files, create `.validate` in U3DS folder. `touch U3DS/.validate`
- To disable RocketMod, create `.vanilla` in U3DS folder. `touch U3DS/.vanilla`