CS2Panel

module
v0.0.0-...-bf051c1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2025 License: MIT

README

🌐 English | 中文

CS2Panel

轻量级、用户友好的 CS2(Counter-Strike 2)游戏服务器管理工具

本仓库:

后端部分,使用 Go (Golang) 编写

前端部分,使用 React 编写

喜欢这个项目的话,请给个Star吧⭐

📦 安装 & 运行

  1. 拉取代码
# 克隆仓库
git clone https://github.com/VanVodkaer/CS2Panel
cd CS2Panel
  1. 重命名config目录下的 config.yaml.example 文件 为 config.yaml 并编辑
  2. 重命名根目录下的 .env.example 文件 为 .env 并编辑
  3. 运行 Docker
  4. 安装依赖并编译前端页面
# 安装依赖
npm install
go mod tidy

# 编译前端
npm run build
  1. 运行
# 运行
go run ./cmd

⚙️ 配置

默认配置文件路径:config/config.yaml.env

参考文档


📄 许可证

本项目采用 MIT 许可证,详情请见 LICENSE

Directories

Path Synopsis
Package rcon provides a golang interface of Source Remote Console (RCON) client, let server operators to administer and interact with their servers remotely in the same manner as the console provided by srcds.
Package rcon provides a golang interface of Source Remote Console (RCON) client, let server operators to administer and interact with their servers remotely in the same manner as the console provided by srcds.
cmd/build command
cmd/csgo-rcon command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL