-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36ecdd7
commit b4ad5a6
Showing
9 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,46 @@ | ||
# unturned-go | ||
# unturned-go-app | ||
|
||
unturned 未转变者 linux 开服面板 | ||
|
||
占用小,部署简单,界面美观(支持暗黑魔术)轻松管理房间,支持可视化的世界和模组管理,玩家日志采集等功能 | ||
|
||
预览地址: http://1.12.223.51:8084 admin 123456 | ||
|
||
部分内容还在完善中 | ||
|
||
## 预览 | ||
|
||
![操作面板](./docs/images/操作面板.png) | ||
![玩家管理](./docs/images/玩家管理.png) | ||
![模组列表](./docs/images/模组列表.png) | ||
![订阅mod](./docs/images/订阅mod.png) | ||
![房间设置](./docs/images/房间设置.png) | ||
![系统设置](./docs/images/系统设置.png) | ||
|
||
## 部署 | ||
|
||
### 二进制部署 | ||
1. 下载 release 包上传到服务器解压 | ||
2. 安装 steamcmd 和 unturned 服务器 | ||
|
||
脚本默认只支持 **ubuntu** 系统,centos 等 自行百度安装steamcmd环境依赖, 面板支持自定义steamcmd路径 | ||
|
||
``` | ||
sudo chmod +x install_unturned_ubuntu.sh | ||
./install_unturned_ubuntu.sh | ||
``` | ||
等待执行完 | ||
3. 启动程序 | ||
**注意默认是 8083 端口启动的** 修改config.yml port 就可以了 | ||
``` | ||
chmod +x start.sh | ||
./start.sh | ||
``` | ||
4. 开放服务器防火墙 8083 端口 | ||
5. 在浏览器 访问 http://ip:8083 就完成了 | ||
## QQ群交流反馈 | ||
![QQ](./docs/images/qqgroup.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.