StruxaEggs Explorer

Soldat 2

Game

Soldat 2 is a 2D deathmatch shooter with real guns, ragdoll violence and physics-based movement.

Author: ptero@redbananaofficial.comSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

./soldat2 Name={{SERVER_NAME}} Port={{SERVER_PORT}} WebSocketsPort={{WEBSOCKETS_PORT}} WebSocketsRconPort={{RCON_PORT}} MaxPlayers={{MAX_PLAYERS}} ServerPassword={{SERVER_PASSWORD}} RconPassword={{RCON_PASSWORD}}

Docker Images

LabelImage
ghcr.io/ptero-eggs/yolks:debianghcr.io/ptero-eggs/yolks:debian

Environment Variables

NameVariableDefaultRules
Server name
The name of your server (this will show in the master list) Do not include spaces
SERVER_NAMEPterodactylServerrequired|string|max:50
Max Players
The amount of players that can join your server at once. Maximum is 12.
MAX_PLAYERS12required|integer|min:1|max:12
WebSockets Port
WebSockets port (optional). Use 0 to disable.
WEBSOCKETS_PORT0required|integer|min:0|max:65535
RCON WebSockets Port
RCON WebSocket port (optional). Use 0 to disable.
RCON_PORT0required|integer|min:0|max:65535
RCON Password
The password for RCON access.
RCON_PASSWORDRconPasswordnullable|string|max:100
Greet Message
This message is shown to players when they join.
GREET_MESSAGEWelcome! Be friendly and have fun!nullable|string|max:200
Admin PlayFab ID
Your Playfab ID will show up in the server logs as 1 YOUR_NAME joined the server [YOUR_PLAYFAB_ID])
ADMIN_PLAYFAB_IDIDHerenullable|string|max:100
Server Password
If set, players must enter this password to join.
SERVER_PASSWORDServerPasswordnullable|string|max:100