Instant log searching using grep/zgrep, real-time system metrics, and intelligent alerts. No database ingestion. No complexity. Just speed.
curl -fsSL
https://raw.githubusercontent.com/saiarlen/logmojo/main/scripts/deploy.sh
| sudo bash
Everything you need for log management and system monitoring
Direct grep-based search on log files. No database ingestion lag. Search 10GB compressed logs in ~2 seconds.
Live system metrics via WebSocket. CPU, RAM, Disk, and Network monitoring with historical data storage.
Smart duplicate prevention with hash-based tracking. Email notifications with severity color coding.
JWT token-based authentication with HTTP-only cookies. Bcrypt password hashing and user management CLI.
Complete systemd service control and monitoring. Start, stop, restart services directly from the UI.
Beautiful dark theme with glassmorphism effects. Responsive design works on desktop and mobile.
Compare with popular alternatives
| Feature | Logmojo | ELK Stack | Grafana Loki | Splunk |
|---|---|---|---|---|
| Setup Time | 1 minute | 2-4 hours | 30+ minutes | Hours |
| Memory Usage | ~50MB | 4GB+ | 500MB+ | 2GB+ |
| Database Required | No | Yes (Elasticsearch) | Yes | Yes |
| Search Speed | Instant | Fast | Medium | Fast |
| Complexity | Single Binary | Complex (3+ services) | Medium | High |
| Cost | Free (MIT) | Free | Free | Paid |
Logs stay as files, search happens in real-time
No complex setup, no dependencies
Direct grep on files, no indexing delay
Runs on 512MB RAM
Get started in under 1 minute
curl -fsSL https://raw.githubusercontent.com/saiarlen/logmojo/main/scripts/deploy.sh | sudo bash
Then access http://localhost:7005 with
admin/admin
Join the community and start managing your logs efficiently