StruxaEggs Explorer

Midnight Ghost Hunt

Game

The chaotic multiplayer hide-and-seek game. Possess seemingly harmless objects as Ghosts or chase them down as Hunters before the clock strikes midnight!

Author: josdekurk@gmail.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

proton run MidnightGhostHunt/Binaries/Win64/MidnightGhostHuntServer-Win64-Shipping.exe -server -log -port={{SERVER_PORT}} -queryport={{QUERY_PORT}} -BeaconPort={{BEACON_PORT}} -multihome=0.0.0.0 -Map={{MAP}} -Gamename="{{GAME_NAME}}" -Gamemode="{{GAME_MODE}}" -Region="{{REGION}}" -BotDifficulty="{{B_DIFFICULTY}}" -password="{{PASSWORD}}" {{ADDITIONAL_ARGS}}  & GH_PID=$!; sleep 1; tail -c0 -F  /home/container/MidnightGhostHunt/Saved/Logs/MidnightGhostHunt.log --pid=$GH_PID

Docker Images

LabelImage
Protonghcr.io/ptero-eggs/steamcmd:proton

Environment Variables

NameVariableDefaultRules
App ID
SRCDS_APPID1118810required|string|in:1118810
Windows Install
WINDOWS_INSTALL1boolean
Auto Update
Auto Update a server on start
AUTO_UPDATE1required|boolean
Query Port
QUERY_PORT27015required|numeric
Game Name
Changes the game name.
GAME_NAMEDedicated_Server_01required|string|min:3
Server Password
Sets your server password.
PASSWORDnonenullable|alpha_dash|max:128
Server Map
The map of the server. Options: (Mansion, Asylum, Theatre, Museum, Ghost Ship, Carnival, School, Graveyard, Doll Factory, Mall)
MAPAsylumrequired|string
Gamemode
The server gamemode. Options: (4v4 Hunt, 6v6 Hunt, Darkness)
GAME_MODE4v4 Huntrequired|string
Region
The region of dedicated server. Options: (North America, South America, Western Europe, Northern Europe, Eastern Europe, Middle East, Asia, Africa, Oceania)
REGIONEastern Europerequired|string
Bot Difficlty
The difficulty setting for bots, Auto takes the average player level in the server to determine difficulty. Options: (Easy, Normal, Hard, Auto)
B_DIFFICULTYAutorequired|string
Addittional Args
Extra arguments like: -NoBots -NoAutobalance
ADDITIONAL_ARGSnonenullable|string
Beacon Port
BEACON_PORT7787required|numeric

Features

steam_disk_space