Jellystat
Jellystat is a third-party statistics tool for Jellyfin.
- View detailed playback statistics from Jellystat.
- Dashboard carousel shows Jellystat stats summary.
- User details from Jellystat with per-user breakdowns.
- Dedicated Jellystat screen with multiple data views.
Full Setup (starting from enabling authentication & getting API key)
Access Jellystat Settings
Open the Jellystat web UI (http://your-server-ip:3000).
Log in with your admin account.Generate / Copy API Key
Go to Settings → API Key.
Copy the full API Key.Add Jellystat to JellyWatch
In JellyWatch go to Services → Add Service.
Select type Jellystat.
Enter:- Name: e.g. “Home Jellystat”
- URL:
http://your-server-ip:3000(usehttps://if you have SSL) - API Key: paste the key from step 2
Tap Test Connection → should say “Connected”.
Save.
Done! Jellystat is now connected to JellyWatch/EmbyWatch!
Notes
- Works with latest Jellystat versions (default port 3000)
- For remote access, use a VPN or reverse proxy — never expose the API key publicly
- Integrates perfectly with your Jellyfin server monitoring in JellyWatch
Prowlarr
Prowlarr is an indexer manager for Sonarr, Radarr, and other *arr apps.
- Browse and manage configured indexers.
- View indexer status and health.
Full Setup (starting from enabling authentication & getting API key)
Access Prowlarr Settings
Open the Prowlarr web UI (http://your-server-ip:9696).
Go to Settings → General.Enable Authentication (recommended)
Set Authentication to Forms or Basic.
Enter a username and password if prompted and save.Generate / Copy API Key
In the same General page, scroll to the Security section.
Copy the API Key (click the eye icon if hidden).Add Prowlarr to JellyWatch
In JellyWatch go to Services → Add Service.
Select type Prowlarr.
Enter:- Name: e.g. “Home Prowlarr”
- URL:
http://your-server-ip:9696(usehttps://if you have SSL) - API Key: paste the key from step 3
Tap Test Connection → should say “Connected”.
Save.
Done! Prowlarr is now connected to JellyWatch/EmbyWatch!
Notes
- Works with latest Prowlarr versions
- For remote access, use a VPN or reverse proxy — never expose the API key publicly
- Integrates perfectly with Sonarr, Radarr, and Bazarr in JellyWatch.
Bazarr
Bazarr is an automated subtitle manager that works with Sonarr and Radarr.
- Monitor subtitle download status.
- View wanted/missing subtitles.
- View history
Full Setup (starting from enabling authentication & getting API key)
Access Bazarr Settings
Open the Bazarr web UI (http://your-server-ip:6767).
Go to Settings → General.Enable Authentication (recommended)
Set Authentication to Forms or Basic.
Enter a username and password if prompted and save.Generate / Copy API Key
In the same General page, scroll to the API Key section.
Click to generate a new key if needed, then copy the full API key.Add Bazarr to JellyWatch
In JellyWatch go to Services → Add Service.
Select type Bazarr.
Enter:- Name: e.g. “Home Bazarr”
- URL:
http://your-server-ip:6767(usehttps://if you have SSL) - API Key: paste the key from step 3
Tap Test Connection → should say “Connected”.
Save.
Done! Bazarr is now connected to JellyWatch/EmbyWatch!
Notes
- Works with latest Bazarr versions (API key is always available in Settings)
- For remote access, use a VPN or reverse proxy — never expose the API key publicly
- Integrates perfectly with your existing Sonarr/Radarr setup in JellyWatch
Tdarr
Tdarr is a distributed transcoding system for media libraries.
- Monitor transcoding queue and workers.
- View transcoding progress and statistics.
Full Setup (starting from enabling authentication)
Enable Authentication in Tdarr
Open your Tdarr config file (Tdarr_Server_Config.json) or add these as environment variables in your Unraid Docker template (or docker-compose.yml):auth: trueinternalNode: true(only if using the internal bundled node)apiKey: tapi_yourkeyhereauthSecretKey: your-random-secret-key(optional, auto-generated if omitted)
Restart the Tdarr Server container/service.
Create Username & Password
Open the Tdarr web UI (http://your-server-ip:8265).
You will be prompted to set a username and password on first login.Generate API Key
Log in to the Tdarr web UI.
Go to Tools → API Keys.
Click Create New API Key and copy the full key (starts withtapi_).Add Tdarr to JellyWatch
In JellyWatch go to Services → Add Service.
Select type Tdarr.
Enter:- Name: e.g. “Home Tdarr”
- URL:
http://your-server-ip:8265(usehttps://if you have SSL) - API Key: paste the key from step 3
Tap Test Connection → should say “Connected”.
Save.
Done! Tdarr is now connected to JellyWatch!
Notes
- Works with Tdarr v2.18+ (v2.25+ recommended for full API support)
- For remote access, use a VPN or reverse proxy — never expose the API key publicly
- Internal Node (bundled with server): Set
internalNode: truein the server config/env as shown above. - External Nodes: In each external node’s config file (
Tdarr_Node_Config.json) or Docker env variables, add the sameapiKeyfrom step 3 so the nodes can authenticate to the server.