Skip to content

Instantly share code, notes, and snippets.

@OnCloud125252
Created April 15, 2023 19:54
Show Gist options
  • Save OnCloud125252/825f486a80e2a359e861b1df27133fbc to your computer and use it in GitHub Desktop.
Save OnCloud125252/825f486a80e2a359e861b1df27133fbc to your computer and use it in GitHub Desktop.
Install MCSManager on Ubuntu

Before Starting

Links

Supported Installation

Operating System Tool
Ubuntu Server 22.04.2 LTS MCSManager 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment