Dasharr

Introduction

Introduction to Dasharr

What is Dasharr?

Dasharr is a unified media dashboard that brings all your media management services together in one place. Following the *arr naming convention (like Radarr, Sonarr), Dasharr provides a beautiful, responsive interface to monitor and manage your entire media stack.

Features

  • Unified Dashboard - View all your services in one place
  • Real-time Updates - Live statistics and monitoring
  • Beautiful Interface - Modern, responsive design with multiple themes
  • Easy Configuration - Web-based setup with no config files needed
  • Docker Ready - Simple deployment with schenanigans/dasharr:latest
  • Customizable - Drag-and-drop layout and theme selection

Supported Services

  • PlexPlex - Media server monitoring
  • TautulliTautulli - Plex statistics and monitoring
  • OverseerrOverseerr - Request management
  • RadarrRadarr - Movie management
  • SonarrSonarr - TV show management
  • ProwlarrProwlarr - Indexer management
  • SABnzbdSABnzbd - Usenet downloader
  • qBittorrentqBittorrent - BitTorrent client

Quick Start

Get Dasharr running in seconds:

docker run -d \
  --name dasharr \
  -p 3000:3000 \
  -v ./config:/app/config \
  schenanigans/dasharr:latest

Then open http://localhost:3000 to start configuring your services.