Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pm2-hive/pm2-webshell
Expose a fully capable terminal in your browser
https://github.com/pm2-hive/pm2-webshell
Last synced: 9 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T13:48:48.000Z (almost 6 years ago)
- Last Synced: 2024-11-02T22:23:24.237Z (11 days ago)
- Language: JavaScript
- Homepage:
- Size: 7.66 MB
- Stars: 413
- Watchers: 13
- Forks: 51
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pm2-webshell
[![GetBadges Game](https://pm2-hive-pm2-webshell.getbadges.io/shield/company/pm2-hive-pm2-webshell)](https://pm2-hive-pm2-webshell.getbadges.io/?ref=shield-game)
Fully capable Webshell
![PM2 SSH](https://github.com/pm2-hive/pm2-webshell/raw/master/preview.png)
## 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