Jump to content

Error [200] Account Failed (6) E_INVALID_TOKEN


Recommended Posts

I'm trying to setup a dedicated server for Don't Starve Together and am running into a problem where the token is generated and then copied over to the server's cluster settings directory in. The client generated token file was on a Windows machine and I uploaded this file to S3 and then used wget to download the same file from S3 to: 

~/.klei/DoNotStarveTogether/EternalSpring/cluster_token.txt

Server is running Debian 9 x64

I followed the guide here

However, the server is not letting me start without this auth token and that's where my issue is right now. Because the cluster token.txt file is there but it seems the server is having issues trying to find it? I'm really not sure.

Here's my cluster.ini file

[GAMEPLAY]
game_mode = endless
max_players = 10
pvp = false
pause_when_empty = false


[NETWORK]
cluster_description = * Spring Season only
* Daytime Only
* Server Restarts every Wednesday at 06:00:00 UTC
cluster_name = EternalSpring
cluster_intention = social
cluster_password =
tick_rate = 25

[MISC]
console_enabled = true
max_snapshots = 8

[SHARD]
shard_enabled = true
bind_ip = 127.0.0.1
master_ip = 127.0.0.1
master_port = 10889
cluster_key = dst

I saw there were other threads like this but none of them answered my problem, and so I am hoping that someone can help me solve this problem or provide me ideas on how I can solve it in order for me to have a dedicated server up and running for my friends.

Thank you.

server_log.txt

error.png

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...