zouyong 9d41c5b812 init vor 5 Jahren
..
assets 9d41c5b812 init vor 5 Jahren
nbproject 9d41c5b812 init vor 5 Jahren
www 9d41c5b812 init vor 5 Jahren
.gitignore 9d41c5b812 init vor 5 Jahren
LICENSE 9d41c5b812 init vor 5 Jahren
README.md 9d41c5b812 init vor 5 Jahren
createAPPJson.js 9d41c5b812 init vor 5 Jahren
main.js 9d41c5b812 init vor 5 Jahren
package.json 9d41c5b812 init vor 5 Jahren

README.md

pm2panel is web panel for pm2

you can do with this application with web GUI and without any command:

  • Add process to pm2
  • Remove process from pm2
  • Restart process in pm2
  • show log of process in pm2
  • Save processes
  • has login

Requirement:

  • nodejs

how use:

git clone https://github.com/4xmen/pm2panel.git
cd pm2panel
npm install
node pm2panel

Then you can go to url : http://localhost:3001 or http://server_ip:3001 and the default user is admin and password is admin.

you can change config in first lines of pm2panel.js:

const PORT = 3001;
const USER = 'admin';
const PASS = 'admin';
const SESSTION_AGE = 10 * 60000; // 10 minutes

change port or user name and password