Go to file
2022-08-20 13:41:01 +08:00
.github Refactor: start instance mode 2022-08-11 12:07:33 +08:00
src Feat: i18n adpter 2022-08-20 13:41:01 +08:00
.eslintrc.js Refactor: start instance mode 2022-08-11 12:07:33 +08:00
.gitignore Refactor: start instance mode 2022-08-11 12:07:33 +08:00
.prettierignore Refactor: start instance mode 2022-08-11 12:07:33 +08:00
.prettierrc.json Refactor: start instance mode 2022-08-11 12:07:33 +08:00
LICENSE Refactor: start instance mode 2022-08-11 12:07:33 +08:00
package-lock.json Refactor: start instance mode 2022-08-11 12:07:33 +08:00
package.json Refactor: start instance mode 2022-08-11 12:07:33 +08:00
readme_cn.md Refactor: start instance mode 2022-08-11 12:07:33 +08:00
README.md Refactor: start instance mode 2022-08-11 12:07:33 +08:00
tsconfig.json Refactor: start instance mode 2022-08-11 12:07:33 +08:00
webpack.config.js Refactor: start instance mode 2022-08-11 12:07:33 +08:00

MCSManager icon.png

Status Status Status

English | 简体中文

Official Website | Usage Documentation | Team Homepage | MCSManager Project

A distributed daemon program for MCSManager, separate from the panel side to directly manage and control the real program.

Please go to the main project repository: https://github.com/MCSManager/MCSManager


Introduction to MCSManager

Distributed, stable and reliable, out-of-the-box, highly scalable, support control panel for Minecraft and few other games.

The MCSManager panel (referred to as: MCSM panel) is an all-Chinese, lightweight, out-of-the-box, multi-instance and Docker-supported Minecraft server management panel.

This software has a certain popularity in Minecraft and other gaming communities, it can help you centrally manage multiple physical servers, dynamically create game servers on any host, and provide a secure and reliable multi-user permission system that can be easily Easily help you manage multiple servers.


Manual installation

Prerequisite: Web-side program needs to be installed to use this software normally.

Install Node 14+ and npm tools and clone the Daemon code for deployment, then use the following commands to initialize and start the Daemon side.

The noun Daemon means "daemon process" in Chinese, here it represents the daemon process of the local or remote host, which is used to actually run the process of the server program. The web panel is used for management and control, not the actual file of the server program. make any contact.

# cd MCSManager-Daemon-Production
npm install
node app.js

The program will output the following

 Access address localhost:24444
 access key [your key, a string of hexadecimal numbers]
 The key is the only means of authentication for the daemon

Just add an instance on the web side using the key. To stop direct input:

Ctrl+C

If you need to run in the background for a long time, please use the Screen software in conjunction with it, or manually write to the system service.


Contribute

If you find any problems during use, you can submit an Issue or submit a Pull Request after fork modification.

The code needs to keep the existing format, and no redundant code should be formatted. For details, please refer to here.