Tracearr is a free, open-source, self-hosted monitoring platform for Plex, Jellyfin, and Emby. It pulls every stream across your media servers into one dashboard, shows you who is watching what and from where in real time, and uses automated rules to flag likely account sharing. Because it’s self-hosted, your viewing data stays on your own hardware.
What Does Tracearr Do?
It turns the scattered activity of one or more media servers into a single, readable picture. The main things it gives you:
- A unified dashboard across Plex, Jellyfin, and Emby — no more switching between separate tools.
- A real-time view of active streams: who’s watching, what they’re playing, the device, the quality, and whether it’s transcoding.
- A live world map showing where each stream is coming from, with geolocation detail.
- Account-sharing detection through automated rules — for example, the same account streaming from two distant cities at once.
- Per-user profiles with session history, known devices, locations, and a trust score that builds over time.
- Library analytics: storage use, quality distribution, duplicate detection, and what people actually watch.
- Alerts via Discord and webhooks, plus the ability to stop a stream directly from the interface.
How Tracearr Works
Tracearr connects to the APIs of your Plex, Jellyfin, and Emby servers and watches their activity continuously. For Plex it uses Server-Sent Events so new streams appear almost instantly. It stores the resulting history in a time-series database (built on PostgreSQL) with a Redis queue handling background work, which is what lets it answer questions about patterns over time — not just show you the current moment. Its sharing-detection rules then look for tell-tale signals such as impossible travel (a viewer apparently moving between cities faster than physically possible), simultaneous streams from different locations, and unusual device or concurrency patterns.
Tracearr vs Tautulli and Jellystat
If you’ve run a media server before, you’ve probably met Tautulli or Jellystat. Tautulli is the long-standing analytics tool for Plex, and Jellystat covers Jellyfin and Emby. Both do watch history, stats, and session monitoring well — but each is tied to its own ecosystem, so running multiple server types means running multiple dashboards.
Tracearr’s two differentiators are that it handles all three platforms in one place, and that it adds active account-sharing detection on top of the analytics rather than leaving you to read the logs yourself. It can also import your existing history from Tautulli or Jellystat, so you don’t start from zero.
What You Need to Run It
Tracearr is designed to run in Docker, and it’s a multi-container application. To self-host it you’ll need:
- A server to run it on — a small VPS is plenty for a home setup.
- Docker and Docker Compose installed.
- Its bundled data services: a PostgreSQL-based time-series database and a Redis instance (the official Compose file wires these up for you).
- Network access to your Plex, Jellyfin, or Emby servers so Tracearr can read their activity.
Why Run Tracearr on Contabo
Tracearr is a lightweight, always-on workload — it sits quietly collecting data and only needs to be reachable, not powerful. That makes it a natural fit for a cost-effective virtual private server.
Contabo’s Core VPS line gives you strong RAM-per-Euro value with enough headroom for the app plus its database and Redis containers, full root access to install Docker, and EU data-residency options so your viewers’ data stays in a jurisdiction you choose. For a DB-heavy setup you can step up to the NVMe-backed Plus line for faster storage.
FAQ: Tracearr
Tracearr monitors Plex, Jellyfin, and Emby media servers from one dashboard. It shows real-time streams and viewer locations, keeps watch-history analytics, and uses automated rules to detect likely account sharing — helping server owners understand and control how their accounts are being used.
Yes. Tracearr is free and open-source, licensed under AGPL-3.0, with no premium tiers or subscriptions. You self-host it on your own hardware, so the only cost is the server you run it on. (Optional companion mobile apps are sold separately, but the platform itself is free.)
Yes. Tracearr supports Plex, Jellyfin, and Emby together in a single dashboard, which is one of its main advantages over single-platform tools. You can connect multiple servers of different types to one Tracearr instance and see combined or per-server stats.
Yes. Tracearr is a multi-server alternative to Tautulli (Plex-only) and Jellystat (Jellyfin/Emby). It covers all three platforms at once and adds account-sharing detection on top of standard analytics. It can also import your existing Tautulli or Jellystat history when you switch.