Don't Starve Together Server

Order Your Server

  1. Go to game-serverhosting.de
  2. Choose 2–4 GB RAM (with Caves: 4 GB)
  3. The server is set up automatically

Creating a Cluster Token

  1. Launch DST → Account → Games → Game Server (Klei Entertainment)
  2. Generate a token at accounts.klei.com
  3. 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