Skip to main content
Version: Latest

Installation

autobrr ships as a single binary with the web UI built in, so installing it mostly comes down to getting that binary running on whatever you already have. Pick the guide that matches your setup.

Pick your setup

Seedbox

If you rent a seedbox, start with the Seedbox guide. Most shared providers (Ultra.cc, Whatbox, HostingByDesign, Swizzin-based boxes and others) offer a one-click installer or an install script, so you never need root access. The guide also covers dedicated seedboxes.

Linux server

For your own VPS, home server or NAS, follow the Linux guide. You download the binary and run it as a systemd service so it starts on boot and restarts on failure. This is the recommended setup when you control the machine.

Docker

Already running your stack in containers? The Docker guide covers the official ghcr.io/autobrr/autobrr image with a compose example, which slots in next to your existing qBittorrent, Sonarr and Radarr containers.

macOS

On a Mac, the macOS guide uses Homebrew: brew install autobrr, then brew services start autobrr to keep it running in the background.

Windows

The Windows guide sets autobrr up as a background service, so it runs 24/7 without a command prompt window open.

Good to know

  • Whatever the platform, you end up with the same thing: autobrr serving its web UI on port 7474, ready to be configured in the browser.
  • autobrr uses SQLite by default, which suits most setups. If you expect a large release history you can use PostgreSQL instead.
  • To reach the web UI from outside, see the reverse proxy guides, with examples for Caddy, lighttpd, nginx, SWAG, Traefik and Tailscale Serve.
  • Moving to a new box later? Transfer your installation walks through bringing your filters, indexers and settings along.

After installing

Once autobrr is running, head to the Configuration guide to set up your indexers, IRC connections and download clients.

Stuck at any point? Ask in the community; there are over 5,500 people on the Discord, and plenty of them have set up exactly what you're trying to build.