dst-admin-go
dst-admin-go copied to clipboard
Don't Starve Together server panel. Manage room with ease, featuring visual world and mod management, player log collection。饥荒联机服务器面板。轻松管理房间,支持可视化的世界和模组管理,玩家日志采集
dst-admin-go
饥荒联机版管理后台
新面板 泰拉瑞亚面板 支持window,linux 一键启动,内置 1449 版本
推广
【腾讯云】热卖套餐配置低至32元/月起,助您一键开服,即刻畅玩,立享优惠!
Now,Support Windows and Linux platform
现已支持 windows 和 Linux 平台
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编写的饥荒管理面板,部署简单,占用内存少,界面美观,操作简单,提供可视化界面操作房间配置和模组在线配置,支持多房间管理,备份快照等功能
新增 暗黑主题,国际化,支持多层世界,支持更大屏幕显示
部署
注意目录必须要有读写权限。
点击查看 部署文档
预览
在线预览地址 http://1.12.223.51:8082/
(admin 123456)
运行
修改config.yml
#端口
port: 8082
database: dst-db
运行
go mod tidy
go run main.go
打包
window 打包
window 下打包 Linux 二进制
打开 cmd
set GOARCH=amd64
set GOOS=linux
go build