This is a POC of the upcoming module system for PM2.
Expose a web console from your server with this pm2 plugin. HTTPS capable with username/password authentication. Powered by tty.js
Need PM2 +0.12.7.
$ npm install pm2 -g
$ pm2 install pm2-ssh
$ google-chrome http://localhost:8080
Username: foo Password: bar
# Changer user
$ pm2 set pm2-ssh:username foo
# Change password
$ pm2 set pm2-ssh:password bar
# Change port
$ pm2 set pm2-ssh:port 7890
# Use https
$ pm2 set pm2-ssh:https true
$ pm2 uninstall pm2-ssh
MIT