StruxaEggs Explorer

Stationeers (BepInEx)

Game

Stationeers Server with very basic BepInEx support

Author: eggs@goover.devSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

export DOORSTOP_ENABLE=TRUE; export DOORSTOP_INVOKE_DLL_PATH=./BepInEx/core/BepInEx.Preloader.dll; export LD_LIBRARY_PATH="./doorstop_libs:$LD_LIBRARY_PATH"; export LD_PRELOAD="libdoorstop_x64.so:$LD_PRELOAD"; stty cols 80 rows 24; ./rocketstation_DedicatedServer.x86_64 -loadlatest "{{SAVE_NAME}}" {{WORLD_NAME}} -settings ServerName "{{SERVER_NAME}}" StartLocalHost true ServerVisible true GamePort {{SERVER_PORT}} UpdatePort {{UPDATE_PORT}} AutoSave {{AUTOSAVE}} SaveInterval {{SAVE_INTERVAL}} ServerPassword {{SERVER_PASSWD}} ServerMaxPlayers {{MAX_PLAYERS}} UPNPEnabled {{UPNP}} 2>&1

Docker Images

LabelImage
ghcr.io/ptero-eggs/steamcmd:ubuntughcr.io/ptero-eggs/steamcmd:ubuntu

Environment Variables

NameVariableDefaultRules
Server Name
SERVER_NAMEPterodactyl Hosted Serverrequired|string|max:100
World Name
Available Maps: Moon, Mars, Europa, Europa2, Mimas, Vulcan, Vulcan2, Space, Loulan, Venus
WORLD_NAMEmoonnullable|string|in:,Moon,Mars,Europa,Europa2,Mimas,Vulcan,Vulcan2,Space,Loulan,Venus
Max Players
MAX_PLAYERS10required|integer|between:1,30
Server Password
SERVER_PASSWDnonestring|nullable
Save Name
Name of the save of your world. Auto save & auto load worlds on server startup.
SAVE_NAMEstationeers_1required|string|max:20
Auto Save
Turn Autosave on and off
AUTOSAVEtruerequired|string|in:true,false
Save Interval
Sets the server’s auto-save interval in seconds.
SAVE_INTERVAL300required|integer
UPNP
UPNPfalserequired|string|in:true,false
Steam App ID
Required for automatic updates.
SRCDS_APPID600760required|integer
Auto Update
AUTO_UPDATE1required|boolean
Update Port
UPDATE_PORT27014required|string|max:50
Beta Branch
SRCDS_BETAIDnonenullable|string

Features

steam_disk_space