🎯 PM2 web ui
At CBPF, where I work, we needed a PM2 web UI, but I couldn’t find any good open-source options online. So, I decided to create a simple one myself. As you can probably tell, front-end development isn’t my strongest suit, so if you’re interested, I’d really appreciate a little help! 😊
The setup process is straightforward. Simply follow the Nuxt deployment guide and set up a proxy using Nginx. Here's a concise guide that I personally use:
git clone [email protected]:dethdkn/pm2-nel.git
cp .env.example .env
nano .env
pnpm i
pnpm build
pm2 start .output/server/index.mjs
Or add it to pm2 ecosystem.config.js
Once the setup is complete, you can either use the app on the port you configured in Nuxt or create an Nginx proxy for access.
Upon the app's first initialization, a default user is created with the username nel
and the password @PM2-nel
.
Copyright © 2024 Gabriel 'DethDKN' Rosa
This project is under MIT license