dst-admin is the Don't Starve Together Management System, it is a web program written in Java language, which is powerful, convenient and simple to use, and reduces the difficulty of server construction
See the 中文文档 for Chinese readme.
- Start or close ground/cave at one-click
- Server system resources monitor
- Don't Starve Together ground/cave/mod settings
- Game Archive management,recover,auto backup
- Support auto update game
- Support Settings extra admin or players' blacklist
- Support viewing game logs
- Support uploading local archives
- Long-range control,kick player,rollback,reset world
- Operating system Ubuntu ( 16.04 , 18.04 has been tested,other Ubuntu versions are not )
- Java JDK 1.8
- Default server port 8080
- Default user name/password admin/123456
- Don't Starve Together monitoring port10888,10999,10998(It is suggested to open all port to avoid some matters.)
#Update software :
sudo apt-get update
#Install openJDK1.8
sudo apt-get install -y openjdk-8-jdk
#Check version
java -version
if showing "openjdk version "1.8.0_252"well, finish
wget http://clouddn.tugos.cn/release/dst-admin-1.2.0.jar -O dst-admin.jar
#Start
java -jar dst-admin.jar
#It will release install.sh after starting to install steam and Don't Starve Together client
#,executes program may requires ur password(probably becuase Internet problem lead to executing the scripts for several times)
./install.sh
#Execute dstStart.sh as the tips
./dstStart.sh