Operating System | Tool |
---|---|
Ubuntu Server 22.04.2 LTS |
MCSManager 9.8.0 |
Each command is separate with a blank line, please execute them separately.
sudo apt install wget
wget -qO- https://raw.githubusercontent.com/mcsmanager/Script/master/setup_en.sh | sudo bash
You may now open https://ip-address:23333
in the browser to access Roxy-WI.
There will be a guide leading you to setup a new account.
- Start UI panel
systemctl start mcsm-{daemon,web}.service
- Stop UI panel
systemctl stop mcsm-{daemon,web}.service
- Restart UI panel
systemctl restart mcsm-{daemon,web}.service
- Only restart Web service
systemctl restart mcsm-web.service
- Only restart Daemon service
systemctl restart mcsm-daemon.service