Giter Site home page Giter Site logo

mohsenfallah82 / pm2panel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 4xmen/pm2panel

0.0 0.0 0.0 306 KB

pm2 web control panel to manager process with web ui

License: GNU General Public License v3.0

JavaScript 96.57% CSS 0.40% HTML 3.03%

pm2panel's Introduction

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
  • libpam0g-dev (for PAM authentication)

how use:

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

if you have problem in npm install step run this command on linux:

On all the Debian/Ubuntu :

sudo apt-get install libpam0g-dev

On all the Centos and RHEL:

sudo yum install pam-devel

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 PAM_AUTH = true; // if set to true, USER and PASS won't be used
const USER = 'admin';
const PASS = 'admin';
const SESSTION_AGE = 10 * 60000; // 10 minutes

change port or user name and password



pm2panel's People

Contributors

a1gard avatar kearfy avatar sageptr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.