Products

Inspectarr

A single pane of glass dashboard that aggregates activity and history from multiple Tautulli instances.

What It Does

Inspectarr fans out read requests to multiple Tautulli servers, merges live activity into one unified view while retaining server identification per row, and shows per-server health so one failed node does not blank the dashboard. The front page includes visual stream summaries by server and media type.

Features

  • Merged live dashboard with real-time activity
  • Merged history timeline with global ordering and filters
  • Per-server health monitoring
  • Stale insights pages for unwatched media
  • Library-joined unwatched page with incremental indexing
  • Optional Sonarr integration for library management
  • SQLite caching for performance optimization
  • HTTP Basic Auth for security

Tech Stack

Built with Python, FastAPI, and Jinja2 templates. Optional htmx support for lightweight auto-refresh. Supports Docker deployment for easy setup.

Security

HTTP Basic Auth is enabled by default to protect your dashboard. Sensitive operational data is redacted from logs, and the app is designed to be run behind a reverse proxy with TLS for production deployments.