# pm2-webshell **Repository Path**: fengtc/pm2-webshell ## Basic Information - **Project Name**: pm2-webshell - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-27 - **Last Updated**: 2025-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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