StruxaEggs Explorer

Insurgency: Sandstorm

Game

Insurgency: Sandstorm is a team-based, tactical FPS based on lethal close quarters combat and objective-oriented multiplayer gameplay. Experience the intensity of modern combat where skill is rewarded, and teamwork wins the fight.

Author: brycea@terrahost.cloudSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

/home/container/Insurgency/Binaries/Linux/InsurgencyServer-Linux-Shipping {{MAP_NAME}}?Scenario={{SCENARIO}}?MaxPlayers={{MAX_PLAYERS}} -Port={{SERVER_PORT}} -QueryPort={{QUERY_PORT}} -log -hostname="{{HOSTNAME}}" -GSLTToken={{GSLTT}} -GameStats -GameStatsToken={{GST}} {{ADDSWITCHES}}

Docker Images

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

Environment Variables

NameVariableDefaultRules
App ID
The ID corresponding to the game to download and run. Leave blank to avoid auto update.
SRCDS_APPID581330nullable|numeric
Server Name
The name to appear in the server in the server list.
HOSTNAMEMy Insurgency Serverrequired|string|max:64
Query Port
Query port for your Insurgency server.
QUERY_PORT27131required|numeric
Max Players
Sets the maximum number of players.
MAX_PLAYERS28required|numeric
Default Map
Default map to run when starting the server. Scenario must be available with the provided map.
MAP_NAMECanyonrequired|string
Scenario Name
By default, a server will cycle through all Versus (PVP) scenarios available.
SCENARIOScenario_Crossing_Checkpoint_Insurgentsrequired|string
Additional Switches
Please see this guide for available switches https://mod.io/g/insurgencysandstorm/r/server-admin-guide
ADDSWITCHESnonenullable|string
Game Stats Token
Generate your token here https://gamestats.sandstorm.game/. This is required to have your server show up in the server browser.
GSTnonenullable|string
GSLT Authentication
Generate your token here https://steamcommunity.com/dev/managegameservers. This is required to have your server show up in the server browser.
GSLTTnonenullable|string|max:32
Auto Update
AUTO_UPDATE1required|boolean