Avorion dedicated server
| Branch | Size | Version |
|---|---|---|
| latest | ||
| stable | ||
| beta |
docker run -d --name avorion -p 27000:27000 -p 27000:27000/udp -p 27003:27003/udp -p 27020:27020/udp -p 27021:27021/udp rfvgyhn/avorion
/home/steam/.avorion/galaxies/avorion_galaxymount for galaxy save and server configuration/home/steam/.avorion/backupsmount for backups
docker run -d --name avorion \
-p 27000:27000 \
-p 27000:27000/udp \
-p 27003:27003/udp \
-p 27020:27020/udp \
-p 27021:27021/udp \
-v /host/path/saves:/home/steam/.avorion/galaxies/avorion_galaxy \
rfvgyhn/avorion
Note that the container runs as non-root user 1000:1000. Make sure your mounted volume(s) have the correct permissions.
Default settings will be generated and placed in the /home/steam/.avorion/galaxies/avorion_galaxy volume. To make changes, stop the container, modify the desired files and then restart the container.
If you enable RCON in settings.ini, make sure you also forward the port in docker (-p 27015:27015).
helm install avorion --set hostname=<your preferred host> charts/avorion
The latest tag will follow the latest avorion server release
(including beta releases).
The stable tag will follow the latest stable (non-beta) avorion server release.
You can specify a specific version using the available tags