StruxaEggs Explorer

Dead Matter

Game

After a rampant viral outbreak causes global society to collapse, you must survive the harsh wilderness of the Canadian Rockies amidst vast hordes of Infected and rival survivors.

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

Startup Command

rm /home/container/DeadMatter/Saved/Logs/DeadMatter.log; proton run DeadMatter/Binaries/Win64/DeadMatterServer-Win64-Test.exe -SteamServerName="{{SERVER_NAME}}" -port={{SERVER_PORT}} -queryport={{QUERY_PORT}}  & DM_PID=$!; tail -c0 -F  /home/container/DeadMatter/Saved/Logs/DeadMatter.log --pid=$DM_PID

Docker Images

LabelImage
ghcr.io/ptero-eggs/steamcmd:protonghcr.io/ptero-eggs/steamcmd:proton

Environment Variables

NameVariableDefaultRules
App ID
SRCDS_APPID2584780required|string|in:2584780
Windows Install
WINDOWS_INSTALL1required|boolean|in:1
Query Port
QUERY_PORT7002required|numeric
Server Name
The name of the server
SERVER_NAMEA Pterodactyl hosted serverrequired|string|max:128
Auto Update
Auto Update the server on start
AUTO_UPDATE1required|boolean