Before Starting

Supported Installation

Operating SystemTool
Ubuntu Server 22.04.2 LTSMCSManager 9.8.0

Note

Each command is separate with a blank line, please execute them separately.

Installation

Install dependencies

sudo apt install wget

Set up web interface

wget -qO- https://raw.githubusercontent.com/mcsmanager/Script/master/setup_en.sh | sudo bash

Finishing

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.

Commands

  • 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