pm2_webpanel

PM2 WebPanel is a online pm2 dashboard to monit your processes simply from anywhere.

Usage no npm install needed!

<script type="module">
  import pm2Webpanel from 'https://cdn.skypack.dev/pm2_webpanel';
</script>

README

PM2 WebPanel

PM2 WebPanel is a online pm2 dashboard to monit your processes simply from anywhere.

Install

pm2 install pm2_webpanel

Setting the password : pm2 set pm2_webpanel:password PASSWORD, MIN 8 CHARS

Setting your URL : pm2 set pm2_webpanel:url http(s)://IP or Domain:PORT

Setting the refresh interval (default = 700 ms) : pm2 set pm2_webpanel:interval value(ms)

Finally, start it : pm2 restart pm2_webpanel