本文共 301 字,大约阅读时间需要 1 分钟。
pm2-webshell 是一个完全基于浏览器的终端。
安装:
$ pm2 install pm2-webshell$ google-chrome http://localhost:8080
配置:
# 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
文章转载自 开源中国社区 [