Don't Starve Together Server management panel
Date: 2023/09/07
Preview Demo: http://1.12.223.51:8080/ (admin 123456)
This is a management panel for Don't Starve Together, developed in Go. It offers simple deployment, low memory usage, an aesthetically pleasing interface, and user-friendly operations. The panel provides a visual interface for easily configuring game rooms and managing online mods. It also supports the management of multiple rooms. All of these features are designed to provide a smoother and more streamlined user experience.
这是一个使用 Go 编写的饥荒管理面板,它具有简单的部署流程、低内存占用、美观的界面和简洁的操作方式。该管理面板提供了直观的可视化界面,方便用户进行房间配置和在线模组配置,同时支持多房间的便捷管理。这一切旨在提供更加流畅的使用体验。
新增 暗黑主题,国际化,支持更大屏幕显示
关于定制或者接入问题,请先报价,不要上来问能不能做,不报价一律做不了
修改config.yml
#端口
port: 8082
database: dst-db
运行
go mod tidy
go run main.go
window 下打包 Linux 二进制
打开 cmd
set GOARCH=amd64
set GOOS=linux
go build