StruxaEggs Explorer

Rimworld: Open World

Game

The Open World mod allows you to create and join servers to play with people all around the world, it introduces plenty of new features including trading, gifting, bartering, PvP and so much more! https://github.com/D12-Dev/OpenWorld

Author: kyle@williquette.usSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

./OpenWorldServer

Docker Images

LabelImage
Dotnet 3.1ghcr.io/ptero-eggs/yolks:dotnet_3.1
Dotnet 6ghcr.io/ptero-eggs/yolks:dotnet_6

Environment Variables

NameVariableDefaultRules
Open World Version
VERSIONlatestrequired|string|max:8
Max Players
sets the maximum number of players allowed to connect at once.
MAX_PLAYERS10required|int
Enforce Mods
This forces players to use the mods listed in the the "Mods Enforced" folder, with this disabled it will allow players to join with any mods they would like
ENFORCE_MODSfalserequired|string|in:true,false
Use Mod Blacklist
enabled you to blacklist mods from being used, usually used when enforced mods are disabled.
USE_MOD_BLACKLISTfalserequired|string|in:true,false
Use Custom Difficulty
forces all players to use the difficulty setting set in the "Difficulty" file. MAKE SURE YOU GIVE A VALUE TO EVERYTHING OR IT WILL BE AT 0%
USE_CUSTOM_DIFFfalserequired|string|in:true,false
Use Whitelist
allows only the usernames listed in the "Whitelist" file to join the server.
WHITELISTfalserequired|string|in:true,false
Allow Custom Scenarios
allows people to create custom scenarios when creating their save on the server.
CUSTOM_SCENfalserequired|string|in:true,false
Player Version
version the server will accept clients joining in with. TO see the latest: https://discord.com/channels/992806266109964319/992881103071354890 for example for v1.12 you would write 1.12
PLAYER_VERSION1.2required|string|max:10