Reaparr
Self-HostedCustomizable dashboard for Arr media management tools
Overview
Reaparr is an open-source dashboard designed to unify and customize the Arr stack (Radarr, Sonarr, Lidarr, Readarr, etc.). It lets users create personalized layouts with widgets for library stats, upcoming media, queue statuses, and more. Deploy via Docker (simple compose setup) or as a standalone app, supporting self-hosted environments. Integrates seamlessly with Arr APIs to pull real-time data, offering a centralized view of all media management tasks without relying on third-party services.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
reaparr:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: reaparr
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Unified dashboard for Arr stack tools
- Customizable widget-based layouts
- Real-time media stats & queue tracking
- Docker and standalone deployment options
Frequently Asked Questions
? Is Reaparr hard to install?
Reaparr is easy to install via Docker using a simple docker-compose.yml file, which is the recommended method for most users. It also offers a standalone binary option. Setup involves connecting to your existing Arr services via their APIs, which requires basic configuration of API keys.
? Is it a good alternative to Homarr for Arr management?
Yes—Reaparr is specifically tailored for the Arr stack, providing deeper integration with Radarr, Sonarr, and others than general dashboards like Homarr. It prioritizes Arr-specific functionality (e.g., queue tracking, media stats) over broader home lab tools, making it ideal for focused media management.
? Is Reaparr completely free?
Absolutely! Reaparr is open-source software licensed under the MIT License. It is completely free to use, modify, and self-host without any hidden costs or subscription requirements.
Top Alternatives
People Also Ask about Reaparr
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted)
- ⊕ No subscription fees
- ⊕ Deep Arr API integration
- ⊕ Lightweight resource footprint
Cons
- ⊖ Requires existing Arr stack setup
- ⊖ Limited widget variety compared to general dashboards
- ⊖ Basic technical knowledge for initial configuration