https://github.com/pm2-hive/pm2-webshell
Expose a fully capable terminal in your browser
https://github.com/pm2-hive/pm2-webshell
Last synced: 3 months ago
JSON representation
Expose a fully capable terminal in your browser
- Host: GitHub
- URL: https://github.com/pm2-hive/pm2-webshell
- Owner: pm2-hive
- Created: 2015-03-06T07:42:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T13:48:48.000Z (over 6 years ago)
- Last Synced: 2025-03-07T03:48:25.672Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.66 MB
- Stars: 412
- Watchers: 12
- Forks: 51
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pm2-webshell
[](https://pm2-hive-pm2-webshell.getbadges.io/?ref=shield-game)
Fully capable Webshell

## Install
```bash
$ 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# SSL Certificate file
$ pm2 set pm2-webshell: ssl_cert ~/path/to/ssl.cert# SSL Key file
$ pm2 set pm2-webshell: ssl_key ~/path/to/ssl.key
````## Uninstall
```bash
$ pm2 uninstall pm2-webshell
```# License
MIT