Open-source infrastructure monitoring platform — Monitor your servers in real-time.
Nubilus is a self-hosted monitoring solution that helps you track the health and performance of your infrastructure.
- Dashboard — React-based web interface
- Backend API — Node.js/Express with PostgreSQL
- Agent — Lightweight Rust binary for collecting metrics
# Clone the repo
git clone https://github.com/theakash04/Nubilus.git
cd Nubilus
# Start with Docker
docker-compose up -dFor detailed setup instructions, visit the Documentation
| Component | Technology |
|---|---|
| Agent | Rust |
| Backend | Node.js, Express, TypeScript |
| Frontend | React, TypeScript, Vite |
| Database | PostgreSQL |
Nubilus/
├── agent/ # Rust monitoring agent
├── backend/ # Node.js API server
├── frontend/ # React dashboard
└── docker-compose.yml
Contributions are welcome! Please feel free to submit a Pull Request.