Add Radarr Instance

A unique name to identify this instance
The full URL to your Radarr instance
Found in Radarr under Settings > General
The root folder path where media is stored
The quality profile to use for new content
Whether to organize episodes in season folders (Sonarr only)
Whether to trigger a search when syncing content
Configure path rewriting for Docker volume mappings (e.g., /mnt/plex → /data)
When a release is grabbed
When a file is imported
When a series is added
When a series is deleted
When an episode file is deleted
Help
Finding Your API Key
  1. Sign in to your Radarr instance
  2. Go to Settings > General
  3. Look for "API Key" or "Security" section
  4. Copy the API key shown
Finding Your URL
  1. If running locally:
    • Use http://localhost:8989 for Sonarr
    • Use http://localhost:7878 for Radarr
  2. If running in Docker:
    • Use the container name (e.g., sonarr)
    • Or use the container IP address
  3. If using reverse proxy:
    • Use your domain (e.g., https://sonarr.example.com)
Path Rewrite Rules

If you're using Docker, you may need to configure path rewriting to match your container's volume mappings. For example, if your host path is /mnt/plex but inside the container it's /data, you would add a rewrite rule to convert between these paths.