Megadotzip / pm2-webshell

Expose a fully capable terminal in your browser

Home Page:https://keymetrics.io/2015/06/10/pm2-ssh-expose-a-fully-capable-terminal-within-your-browser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pm2-webshell

Fully capable Webshell

PM2 SSH

Install

$ pm2 install pm2-webshell
$ google-chrome http://localhost:8080

Default Username: foo

Default Password: bar

Configure

# Changer user
$ pm2 set pm2-webshell:username foo

# Change password
$ pm2 set pm2-webshell:password bar

# Change port
$ pm2 set pm2-webshell:port 7890

# HTTPS
$ pm2 set pm2-webshell:https true

Uninstall

$ pm2 uninstall pm2-webshell

License

MIT

About

Expose a fully capable terminal in your browser

https://keymetrics.io/2015/06/10/pm2-ssh-expose-a-fully-capable-terminal-within-your-browser/


Languages

Language:JavaScript 100.0%