Bazarr, the open source subtitle companion to Sonarr and Radarr, automatically finding, downloading and filing the subtitle languages you want next to your media.
Bazarr is a free, open source application that manages subtitles for the TV series and movies in your library, working alongside Sonarr and Radarr. It watches for the subtitle languages you ask for, works out which are missing or could be upgraded, searches your configured subtitle providers, downloads the best matches and files them next to the media automatically. A clean web interface shows your series and movies, a history of what has been fetched, provider and language profile configuration, and a full activity view, while a documented REST API lets you automate any of it. It suits anyone running a self hosted media library who wants subtitles handled for them rather than sourced by hand.
The cloudimg image runs Bazarr inside a dedicated virtual environment under a hardened systemd service, so it answers the moment the instance boots. Security is enforced from the first request: Bazarr is bound to the loopback interface behind an nginx TLS front door, authentication is switched on with no default password, and a unique administrator password, API key and TLS certificate are generated on each instance's first boot, with the plain credentials written to a root only file. No shared credential is ever baked into the image, and the service will not start until that secured configuration is in place. Every deployment carries a paired deployment guide and 24/7 support.
Real screenshots taken while testing this image against its deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## Why This AMI Instead of Self-Deploying?
Bazarr is a popular open source companion to Sonarr and Radarr that manages subtitles for the TV series and movies in your media library. It watches for the subtitle languages you want, works out which are missing or could be upgraded, searches your configured subtitle providers, downloads the best matches, and files them alongside the media automatically. Deploying it yourself means installing Python and its native build dependencies, creating a virtual environment, running it as a hardened service, enabling authentication, and putting a TLS reverse proxy in front so the web interface is never exposed in the clear. This AMI eliminates that effort entirely - a working, secured subtitle manager is running within minutes of launch, not hours, and is backed by 24/7 expert support.
The current release available is Bazarr 1.6.0.
## What This Image Ships
This image ships Bazarr on its own. You connect it to your own existing Sonarr and Radarr instances and your own media library - no media, Sonarr or Radarr is bundled. Bazarr is installed from the official release archive, which is verified against the checksum the project publishes before it is unpacked, runs inside a dedicated Python virtual environment, and is served by a dedicated unprivileged system user under systemd with automatic restarts, clean logging and a hardened service sandbox. The self-updater is turned off so the running system never silently drifts from the published image; upgrades arrive as a new cloudimg image version.
## Secure By Default
A stock Bazarr starts with authentication switched off, which means anyone who can reach it gets full control of the application and its API key. This image eliminates that risk:
## Ready To Use
Browse to the instance over HTTPS on port 443, sign in with the generated administrator credentials, then point Bazarr at your existing Sonarr and Radarr, choose your wanted subtitle languages and providers, and let it fill in and upgrade subtitles across your library. An unauthenticated health endpoint is provided for load balancer probes, so monitoring needs no credential even though the interface and API do.
## What You Avoid By Using This AMI
## cloudimg Support
24/7 technical support by email and chat with a one-hour average response for critical issues. Our engineers help with deployment, connecting Bazarr to Sonarr and Radarr, TLS termination, provider configuration, backups and scaling.
## Use Cases
Bazarr is a trademark of its respective owner. All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.