Show your support for this project by signing up for a free Bitrise account!
NOTE: This image will install/update on startup. The path /steamcmd/stationeers can be mounted on the host for data persistence.
/steamcmd/stationeers somewhere on the host or inside another container to keep your data safeThe following environment variables are available:
STATIONEERS_SERVER_NAME (DEFAULT: "Stationeers" - Publicly visible server name)
STATIONEERS_WORLD_TYPE (DEFAULT: "mars" - World type, mainly used for world type to start a new game)
STATIONEERS_WORLD_NAME (DEFAULT: "Mars" - World name, mainly used for save names etc.)
STATIONEERS_SERVER_SAVE_INTERVAL (DEFAULT: "300" - Automatic save interval in seconds)
STATIONEERS_GAME_PORT (DEFAULT: "27500" - Used for both incoming client connections (UDP) and the web-interface (TCP))
STATIONEERS_QUERY_PORT (DEFAULT: "27501" - Steam query port (UDP))
STATIONEERS_SERVER_PASSWORD (DEFAULT: "A_Random_Password" - Server password)
Stationeers comes with a built-in web-interface for RCON, which can be accessed at http://your-server-ip:27500.
You should definitely set/change the RCON password for this (default password is stationeers, which is found in default.ini).
If you need help, have questions or bug submissions, feel free to contact me @Dids on Twitter.
See LICENSE.
stationeers:
image: deltaman01/stationeers-server
container_name: stationeers-server
ports:
- "27500:27500"
- "27500:27500/udp"
- "27501:27501/udp"
volumes:
- /home/docker/stationeers:/steamcmd/stationeers
environment:
- PUID=1000
- PGID=1002
- TZ=Europe/Amsterdam
- STATIONEERS_SERVER_NAME=YourServerName
- STATIONEERS_SERVER_SAVE_INTERVAL=300
- STATIONEERS_SERVER_PASSWORD=A_Random_Password_1
- STATIONEERS_WORLD_NAME=Mars
- STATIONEERS_WORLD_TYPE=mars
- STATIONEERS_GAME_PORT=27500
- STATIONEERS_ADMIN_PASSWORD=A_Random_Password_2
Content type
Image
Digest
sha256:da09184df…
Size
196 MB
Last updated
over 3 years ago
docker pull deltaman01/stationeers-server