StruxaEggs Explorer

Sonic Robo Blast 2

Game

Sonic Robo Blast 2 Dedicated Server

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

Startup Command

rm ./latest-log.txt; wine ./srb2win.exe -dedicated -port {{SERVER_PORT}} -room {{ROOM_NR}} & ENS_PID=$! ; tail -c0 -F ./latest-log.txt --pid=$ENS_PID

Docker Images

LabelImage
ghcr.io/ptero-eggs/yolks:wine_latestghcr.io/ptero-eggs/yolks:wine_latest

Environment Variables

NameVariableDefaultRules
Server name
The name of your server (this will show in the master list)
SRV_NAMEDefault Namerequired|string|max:20
Password
The password used for joining the server
SRV_PWChangeMerequired|string|max:20
Max Players
The amount of players that can join your server at once Maximum amount of players: 32
MAX_PLAYERS32required|string|max:32
Master List Room Number
This advertises the server on the Master Server. ID specifies the room in which the server is hosted: 33 is the Standard room, while 28 is the Casual room. Master List: https://ms.srb2.org/
ROOM_NR33required|string|max:20
SRB2 Version
The version of Sonic Robo Blast 2 that will be used
SRB2_VERSION2.2.15required|string|max:20
WINEDEBUG
Used to suppress WINE FIXME messages. Rarely needs to be changed.
WINEDEBUG-allstring|nullable
WINEARCH
Used for compatibility. Cannot be changed.
WINEARCHwin64required|string|in:win64
WINEPATH
Used for compatibility. Cannot be changed.
WINEPATH/home/containerrequired|string|in:/home/container