Modern responsive dashboard for managing PM2 processes with Node. Built with:
- Next.js
- TailwindCSS
- HeadlessUI
To start an application with PM2, run:
pm2 start 'npm run dev' -i <instances> --name <name>
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 (or the port your app starts on) to view it in your browser.
- Username:
admin
- Password:
admin
Note: The login redirect only works if your app is on localhost:3000.
Note: The
.env.local
file is included in version control for auth purposes.
- PM2 Docs - PM2 Offical Documents.
- Next.js Documentation - Features and API.
- Learn Next.js - Interactive tutorial.
- Next.js GitHub Repository - Feedback and contributions.
This project uses
next/font
for font optimization.
Deploy your Next.js app easily using the Vercel Platform.
Contributions, issues, and feature requests are welcome! Feel free to check issues page.