- #How to download undertale mods for dont starve together code#
- #How to download undertale mods for dont starve together plus#
DST_GROUP: the group to run server as (inside container).DST_USER: the user to run server as (inside container).DST_DOWNLOAD: set to 1 to embed DST server into the image.STEAMCMD_PATH: where is steamcmd.sh in the base image.BASE_IMAGE: the FROM image (recent Debian or Ubuntu based images are supported).There are some arguments you can set via -build-arg: (In most cases you don't need this just pull the prebuilt image from Docker Hub.) Don't forget to edit your_data_directory/DoNotStarveTogether/Cluster_1/cluster.ini and get your server an unique name!Īfter you finish this, re-run start server command, and the server should be running. If you need to add mods, change world generation config, etc., please do it now. Then either set DST_CLUSTER_TOKEN environment variable during docker run, or paste the token into your_data_directory/DoNotStarveTogether/Cluster_1/cluster_token.txt. The token looks like pds-g^aaaaaaaaa-q^jaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa=. Scroll down to "ADD NEW SERVER" section, fill in a server name (it is not important), and copy the generated token.Click "Don't Starve Toegther Servers" button on the top right.In the popup browser, click "GAMES" on the top nav bar.click "account" button on the bottom left of the main menu.Open a genuine copy of Don't Starve Together client and log in.Please fill in `DoNotStarveTogether/Cluster_1/cluster_token.txt` with your cluster token and restart server! If you want to save it to other location, just mount that directory read-write to the /data folder of the container.)
(This is the default location when it is running outside Docker, so we'll use this as an example. Let's assume you are saving your server config and status to $/.klei/DoNotStarveTogether.
4GiB available disk space is recommended.
#How to download undertale mods for dont starve together plus#
#How to download undertale mods for dont starve together code#
nightly is a nightly built image, so it (hopefully) comes with the latest server code.latest or vanilla are less frequently updated images, recommended for day-to-day use.
We offer multiple variants (tags) on Docker Hub: Please read the whole document before putting your hands on your server. They write their server setup instructions like sh*t, so we made this Docker image to simplify things. Don't Starve Together Dedicated Server Docker Image