Monitarr
Minimal web UI to monitor Sonarr and Radarr download queues
Monitarr is a lightweight web tool that queries Sonarr and Radarr APIs and presents a simple status page showing current downloads and queue progress. It is implemented as a small Next.js app written in TypeScript and intended for easy local or container deployment.
Key Features
- Uses Sonarr and Radarr APIs to fetch download queue and item progress
- Simple single-page Next.js UI for quick visibility into active downloads
- Provides a manual refresh action that triggers a Sonarr/Radarr refresh job and re-fetches data
- Supports hosting on a subpath (BASE_PATH) for reverse proxy setups
- Distributed as a Docker image for easy deployment; can also be built and run with yarn
Use Cases
- Provide end users a read-only view of their requested media download progress without granting access to Sonarr/Radarr web UI
- Quick local dashboard for admins to monitor active downloads and queue status across Sonarr and Radarr
Limitations and Considerations
- No built-in authentication or access control; it must be run in a trusted or protected network environment
- Download speed calculation is noted by the author as inaccurate
- Minimal feature set: no history, user accounts, or advanced filtering; primarily a simple, immediate-status view
Monitarr is best suited for users who want a very small, easy-to-run dashboard for Sonarr/Radarr download visibility. It focuses on simplicity and quick deployment rather than advanced functionality.
Categories:
Tags:
Tech Stack:
Similar Services

Uptime Kuma
Self-hosted uptime monitoring with alerts and status pages
Uptime Kuma is a self-hosted uptime monitoring tool for HTTP(S), TCP, ping, DNS and more, with notifications, charts, and public status pages.

Netdata
Real-time, per‑second full‑stack monitoring and observability
Open-source, agent-based monitoring platform delivering per-second metrics, edge ML anomaly detection, tiered time-series storage and centralized cloud UI.

Grafana
Observability dashboards and alerting for metrics, logs, and traces
Grafana is an open source observability and data visualization platform for querying, graphing, and alerting on metrics, logs, and traces across many data sources.

Prometheus
Monitoring system and time-series database for metrics and alerting
Prometheus is an open-source monitoring and time-series database for collecting metrics, querying with PromQL, and alerting on system and application health.
Sentry
Error tracking and application performance monitoring platform
Sentry is a developer-focused platform for error tracking, performance monitoring, and tracing to help teams detect, investigate, and fix issues faster.
Glances
Cross-platform system monitoring tool with TUI, Web UI, and APIs
Glances is a cross-platform system monitoring tool providing a terminal dashboard, web UI, and REST/XML-RPC APIs for local or remote monitoring and exporting metrics.

Docker
TypeScript
React
CSS
Node.js