forked from mirror/MCSM-Daemon
2d146af774
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.4.2 and updates ancestor dependency [socket.io](https://github.com/socketio/socket.io). These dependencies need to be updated together. Updates `engine.io` from 6.2.1 to 6.4.2 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/6.2.1...6.4.2) Updates `socket.io` from 4.5.3 to 4.6.1 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/4.5.3...4.6.1) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
readme_cn.md | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
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.