StruxaEggs Explorer

Vintage Story

Game

Vintage Story is an uncompromising wilderness survival sandbox game inspired by lovecraftian horror themes. Find yourself in a ruined world reclaimed by nature and permeated by unnerving temporal disturbances. Relive the advent of human civilization, or take your own path.

Author: mail@wuffy.euSource: pterodactyl/game-eggsUpdated: 5/24/2026

Startup Command

./VintagestoryServer --dataPath ./data --port={{SERVER_PORT}} --maxclients={{MAX_CLIENTS}} {{OPTIONS}}

Docker Images

LabelImage
Dotnet 8ghcr.io/ptero-eggs/yolks:dotnet_8
Dotnet 9ghcr.io/ptero-eggs/yolks:dotnet_9
Dotnet 10ghcr.io/ptero-eggs/yolks:dotnet_10

Environment Variables

NameVariableDefaultRules
Start options
OPTIONSnonenullable|string|max:200
Release branch
FILES_BRANCHstablerequired|string|in:stable,unstable,pre
Release version
RELEASE_VERSIONlatestrequired|string|max:20
Max Clients
MAX_CLIENTS16required|integer|max:256
Sqlite temporary files directory
Defines the location for the temporary files in sqlite. This is needed for the "/db vacuum" command (added in 1.19) since else it will use the /tmp folder which by default only has 100MB and is in memory.
SQLITE_TMPDIR/home/container/data/Backupsrequired|string|max:40