1.4 KiB
1.4 KiB
Prowlarr Stack
Indexer manager for Sonarr, Radarr, and other *arr applications.
Access
- URL: https://prowlarr.taila5ad8.ts.net
- Initial setup: Configure on first access (no default credentials)
Ports
| Port | Protocol | Exposure | Description |
|---|---|---|---|
| 9696 | TCP | Tailscale only | WebUI |
Features
- Centralized indexer management
- Automatic sync with Sonarr/Radarr
- Support for Usenet and Torrent indexers
- Built-in indexer testing
Configuration
Connect to Sonarr
- In Prowlarr: Settings → Apps → Add
- Select "Sonarr"
- Prowlarr Server:
http://localhost:9696(or use Tailscale hostname) - Sonarr Server:
http://sonarr.taila5ad8.ts.netor internal Docker network - API Key: Get from Sonarr Settings → General
Add Indexers
- Go to Indexers → Add
- Search for your preferred indexer
- Configure credentials if required
- Test and save
Troubleshooting
# Check logs
docker logs prowlarr
# Check Tailscale sidecar
docker exec ts-prowlarr tailscale status
# Restart stack
cd /srv/seedbox/stacks/prowlarr
docker compose restart
# Check WebUI is responding
docker exec ts-prowlarr curl -s http://127.0.0.1:9696
Integration Notes
Prowlarr can communicate with other *arr apps via:
- Tailscale hostnames (e.g.,
sonarr.taila5ad8.ts.net) - Recommended - Docker network - Requires additional network configuration