/pm2dashboard

web UI for pm2 instance monitoring

Primary LanguageJavaScriptMIT LicenseMIT

Simple Web UI Status for PM2 Instances. pm2dashboard

Installation

$ git clone https://github.com/south11235/pm2dashboard.git
$ cd pm2dashboard
$ npm install
$ pm2 start pm2dashboard.js -- --port 4000

Point your browser towards

http://localhost:4000

Adding a Host

Enter a fully qualified domain name along with URL scheme with the PM2 port (default port is 9615) pm2dashboard