StruxaEggs Explorer

Brickadia

Game

Brickadia is a next-generation sandbox game with immense flexibility. Every creative tool - building, scripting, and more - is used right in the game, in real-time multiplayer. Build massive worlds, intricate physics contraptions, and entirely new game modes together with your friends without ever leaving the action.

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

Startup Command

./Brickadia/Binaries/Linux/BrickadiaServer-Linux-Shipping -server -log -world="{{WORLD_NAME}}" -port={{SERVER_PORT}} -token={{SERVER_HOSTING_TOKEN}}

Docker Images

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

Environment Variables

NameVariableDefaultRules
SRCDS_APPID
SRCDS_APPID3017590required|string|in:3017590
Auto Update
Auto update the server on restart
AUTO_UPDATE1required|boolean
Dedicated Server Hosting Token
Your Brickadia Dedicated Server Hosting Token. This comes from https://brickadia.com/account -> "Create Server Hosting Token"
SERVER_HOSTING_TOKENnonerequired|string|max:100
World
(Optional) Argument which will auto-load the world with the given name on server startup, as well as auto-saving to it. The world MUST exist in /home/container/.config/Epic/Brickadia/Saved/Worlds/ before this will work. The simplest way to add a new world to this directory is to run `br.world.saveas <world name>` in the console once the server is booted. You can then use `world name` for this variable.
WORLD_NAMEworldstring|max:100
Server Name
The name of your server on the public server list.
SERVER_NAMEA Pterodactyl Serverstring|max:255
Server Password
(Optional) Server password that players must enter to join. Leave blank for none.
SERVER_PASSWORDnonestring|max:100
List Server Publicly
Whether or not to include the server in the public server listing.
SERVER_LIST_PUBLICTruerequired|string|in:True,False