Go to file
dependabot[bot] b8d7f2ef76
Build(deps): Bump socket.io-parser and socket.io-client
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.3 and updates ancestor dependency [socket.io-client](https://github.com/socketio/socket.io-client). These dependencies need to be updated together.


Updates `socket.io-parser` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)

Updates `socket.io-client` from 3.1.3 to 4.6.1
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/3.1.3...4.6.1)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
- dependency-name: socket.io-client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 23:26:19 +00:00
.github Refactor: start instance mode 2022-08-11 12:07:33 +08:00
src Merge branch 'master' of https://github.com/MCSManager/Daemon 2023-05-23 20:21:52 +08:00
.eslintrc.js Refactor: start instance mode 2022-08-11 12:07:33 +08:00
.gitignore Feat: add preset language option 2022-11-04 11:43:08 +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 Build(deps): Bump socket.io-parser and socket.io-client 2023-05-23 23:26:19 +00:00
package.json Build(deps): Bump socket.io-parser and socket.io-client 2023-05-23 23:26:19 +00:00
readme_cn.md Refactor: start instance mode 2022-08-11 12:07:33 +08:00
README.md Update README.md 2023-02-28 10:47:55 +08:00
tsconfig.json Refactor: language file ts -> json 2022-10-17 10:52:34 +08:00
webpack.config.js Refactor: start instance mode 2022-08-11 12:07:33 +08:00

MCSManager icon.png

Status Status Status

Official Website | Team Homepage | Panel Project | UI Project | Daemon project

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


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.

# Download the Daemon program
git clone https://github.com/MCSManager/MCSManager-Daemon-Production.git
# rename the folder and enter
mv MCSManager-Daemon-Production daemon
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.


License

Copyright 2023 MCSManager Dev, Apache-2.0 license.