KevinLu2000 / Daemon

Provides remote control for MCSManager to manage processes, schedule tasks, terminals, streams, etc.

Home Page:https://mcsmanager.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


About

Provides remote control for MCSManager to manage processes, schedule tasks, terminals, streams, etc.

https://mcsmanager.com

License:Apache License 2.0


Languages

Language:TypeScript 99.7%Language:JavaScript 0.3%