Terraria dedicated server with persistent world
cardinal blueprint install terraria-server
# or override resources / env at install time:
cardinal blueprint install terraria-server --memory 1g --cpus 2 -e KEY=value -y cardinal run -d \
--restart always \
-n terraria-server \
-p "7777:7777/tcp,7777:7777/udp" \
-v "terraria_data:/world" \
--memory 1g \
--cpus 1.0 \
-e WORLD_SIZE="3" \
-e MAX_PLAYERS="8" \
-e DIFFICULTY="0" \
-e AUTOCREATE="1" \
beardedio/terraria:latest | Environment variable | Default value |
|---|---|
WORLD_SIZE | 3 |
MAX_PLAYERS | 8 |
DIFFICULTY | 0 |
AUTOCREATE | 1 |
Counter-Strike 2 dedicated server via SteamCMD
cm2network/csgo:latestMinecraft Java Edition server with persistent world
itzg/minecraft-server:latestPalworld dedicated server with persistent save
thijsvanloef/palworld-server-docker:latestRust dedicated server via SteamCMD with persistent data
didstopia/rust-server:latestSatisfactory dedicated server with persistent save files
wolveix/satisfactory-server:latestValheim dedicated server with persistent world
lloesche/valheim-server:latest