MCSManager 面板 安装

一款开源,分布式,轻量级,快速部署,支持大部分游戏服务端和控制台程序的管理面板。

Linux

一行命令快速安装

// 国内专用 gitee 加速源
wget -qO- https://gitee.com/mcsmanager/script/raw/master/setup_cn.sh | bash

// 原始源(科学上网)
wget -qO- https://raw.githubusercontent.com/mcsmanager/Script/master/setup.sh | bash

当输出下面的内容时就安装完毕

==================================================================
Installation is complete! Welcome to the MCSManager panel !!!
 
HTTP Web Service:        http://<Your IP>:23333
Daemon Address:          ws://<Your IP>:24444
You must expose ports 23333 and 24444 to use the service properly on the Internet.
 
Usage:
systemctl start mcsm-{daemon,web}.service
systemctl stop mcsm-{daemon,web}.service
systemctl restart mcsm-{daemon,web}.service
 
Official Document: https://docs.mcsmanager.com/
==================================================================

官方文档:https://docs.mcsmanager.com/#/zh-cn/

其实可以部署一个在windows上,毕竟我的linux内存有点小,然后有域名没vps的用cf的argotunnel去内网穿透,没域名有vps用frp内网穿透,没域名没vps用付费或免费的内网穿透服务,什么?有公网ip?那没事了。

之前linuxone有三个月的免费x86架构的vps我之前一直在想的就是用来搞节点,但是其实他那个配置相当不错,搞节点有点浪费,其实可以用来开服。

标签: none

添加新评论