Don't Starve Together Server
Order Your Server
- Go to game-serverhosting.de
- Choose 2–4 GB RAM (with Caves: 4 GB)
- The server is set up automatically
Creating a Cluster Token
- Launch DST → Account → Games → Game Server (Klei Entertainment)
- Generate a token at accounts.klei.com
- Enter the token in your dashboard
Enabling Caves
Caves require a second shard:
# cluster.ini
[SHARD]
shard_enabled = true
bind_ip = 127.0.0.1
master_ip = 127.0.0.1
master_port = 10889
cluster_key = secret
World Settings
In worldgenoverride.lua:
return {
override_enabled = true,
overrides = {
day = "longday",
season_start = "autumn",
autumn = "longseason",
winter = "shortseason",
beefalo = "often",
berry = "more",
}
}
Installing Mods
Add mods via Workshop IDs in dedicated_server_mods_setup.lua:
ServerModSetup("378160973") -- Global Positions
ServerModSetup("462434129") -- Wormhole Marks
ServerModSetup("458587300") -- Season Clock
Admin Commands
c_admin("KU_xxxxxxxx") -- Grant admin rights
c_rollback(1) -- Roll back 1 day
c_reset() -- Reset the world
c_godmode() -- Toggle god mode
c_supergodmode() -- Invincible + no hunger