Sign inSign up

deltaman01/stationeers-server

By deltaman01

•Updated over 3 years ago

Stationeers Server

Image
0

246

deltaman01/stationeers-server repository overview

⁠This docker has been updated so that it runs with the new glibc version for RocketNet.

⁠Stationeers server that runs inside a Docker container.

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.

⁠How to run the server

  1. Set the environment variables you wish to modify from below
  2. Optionally mount /steamcmd/stationeers somewhere on the host or inside another container to keep your data safe
  3. Enjoy!

The 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)

⁠Administering the server

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).

⁠Anything else

If you need help, have questions or bug submissions, feel free to contact me @Dids on Twitter.

⁠License

See LICENSE⁠.

⁠Docker compose example:

  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

Tag summary

Content type

Image

Digest

sha256:da09184df…

Size

196 MB

Last updated

over 3 years ago

docker pull deltaman01/stationeers-server