Skip to content

Tsangkam/dst-admin-go

 
 

Repository files navigation

dst-admin-go

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 打包

window 下打包 Linux 二进制

打开 cmd
set GOARCH=amd64
set GOOS=linux

go build

请作者喝一杯咖啡

WeChat Pay

WeChat Pay

QQ群 反馈交流

首页效果

About

饥荒联机开服面板 (go 版本)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 87.4%
  • Python 8.7%
  • Lua 2.7%
  • Shell 1.2%