Original Code Locations: Official Website | Team Homepage | Panel Project | UI Project | Daemon project
Custom Modifications for Quantumly Confused Gaming: https://github.com/padraignix/MCSManager-UI
git clone https://github.com/padraignix/MCSManager-UI.git
cd UI
npm install
npm run serve
# Visit http://localhost:8080/
For previously existing installation where original installer was used:
git clone https://github.com/padraignix/MCSManager-UI.git
cd UI
/opt/node-v14.19.1-linux-x64/bin/node /opt/node-v14.19.1-linux-x64/bin/npm install
/opt/node-v14.19.1-linux-x64/bin/node /opt/node-v14.19.1-linux-x64/bin/npm run serve
# Visit http://localhost:8080/
The panel-side projects need to run at the same time to provide back-end interface capabilities. By default, all requests are forwarded to port 23333.
Feedback on any problems found is welcome and must be fixed in time.
If you find a serious security vulnerability and it is inconvenient to publish it publicly, please send an email to: padraignix [at] gmail [dot] com. After the security issue is fixed, the name of the vulnerability discoverer will be added to the code.
Original Code: Copyright 2022 MCSManager Dev, Apache-2.0 license.
Modified/New Code: Copyright 2023 padraignix, Apache-2.0 license.