StruxaEggs Explorer

OpenRA

Game

OpenRA is a project that recreates and modernizes the classic Command & Conquer real time strategy games. We have developed a flexible open source game engine (the OpenRA engine) that provides a common platform for rebuilding and reimagining classic 2D and 2.5D RTS games (the OpenRA mods).

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

Startup Command

./squashfs-root/AppRun --server Server.Name="{{SERVER_NAME}}" Server.ListenPort={{SERVER_PORT}} Server.AdvertiseOnline={{PUBLIC}} Server.EnableSingleplayer={{SINGLEPLAYER}} Server.Password="{{PASSWORD}}" Server.EnableGeoIP={{GEOIP}} Server.ShareAnonymizedIPs={{ANONYMOUS}}

Docker Images

LabelImage
ghcr.io/ptero-eggs/yolks:mono_latestghcr.io/ptero-eggs/yolks:mono_latest

Environment Variables

NameVariableDefaultRules
Server Name
The Name of the Server
SERVER_NAMEOpenRAServerrequired|string
Public Server
Shall this server be public
PUBLICfalserequired|string|in:true,false
Enable Singleplayer
Enable Singleplayer ?
SINGLEPLAYERfalserequired|string|in:true,false
Require Authentification
Enable Authentification
AUTHfalserequired|string|in:true,false
PASSWORD
Server Password
PASSWORDnonenullable:string
GEOIP
Enable GEOIP
GEOIPfalsestring|max:20|in:true,false
Anonymized IPs
Hide IPs
ANONYMOUStruestring|max:20|in:true,false
VERSION
VERSION
VERSIONlatestrequired|string|max:20