Evoseedbox Evoseedbox Evoseedbox Evoseedbox
  • Français
    • Nederlands (Néerlandais)
    • English (Anglais)
    • Deutsch (Allemand)
    • 日本語 (Japonais)
    • 한국어 (Coréen)
    • Português (Portugais – du Portugal)
    • Español (Espagnol)
    • العربية (Arabe)
    • Русский (Russe)
    • Türkçe (Turc)
  • Accueil Evoseedbox
  • Wiki
  • Forum
  • Pricing
Client Area
View Categories
  • Home
  • Docs
  • Autobrr Setup: Automated Torrent Grabbing for Your Seedbox

Autobrr Setup: Automated Torrent Grabbing for Your Seedbox

4 min read

Autobrr is an automation tool that monitors IRC announce channels and RSS feeds from your torrent trackers, then automatically downloads torrents that match your filters. It’s the power user’s tool for building ratio on private trackers — grab new releases within seconds of them being posted, before anyone else.

Why Use Autobrr? #

  • Lightning-fast grabs — Downloads torrents within seconds of IRC announce
  • Build ratio effortlessly — Be the first seeder on popular releases
  • Smart filters — Match by name, size, codec, resolution, release group, and more
  • Multiple trackers — Monitor several private trackers simultaneously
  • RSS + IRC — Supports both feed types for maximum coverage

How It Works #


  AUTOBRR AUTOMATION FLOW
  ═══════════════════════════════════════════════════════

  IRC Announce Channel              Autobrr               rTorrent
  (or RSS Feed)                     (your filters)

  ┌──────────────────┐          ┌──────────────────┐    ┌───────────┐
  │ "New release:    │          │ Filter matches?  │    │           │
  │  Movie.2026.     │──watch──▶│                  │    │ Downloads │
  │  2160p.WEB.DL    │          │ ✅ Name: *2160p* │──▶│ torrent   │
  │  -GROUP"         │          │ ✅ Size: <30GB   │    │ at full   │
  └──────────────────┘          │ ✅ Group: GROUP  │    │ speed     │
                                │                  │    └───────────┘
  Happens 24/7                  │ ❌ No match =    │
  automatically                 │    skip silently  │
                                └──────────────────┘

  Result: You're seeding within SECONDS of release ⚡

Prerequisites #

  • An active EvoSeedbox account
  • A private tracker account with IRC announce access (most trackers offer this)
  • Basic understanding of torrent filters (name patterns, resolution, etc.)

Step 1: Install Autobrr #

  1. Log in to your EvoSeedbox Client Area at client.evoseedbox.com
  2. Navigate to Services > your seedbox plan
  3. Find Autobrr in the Apps section
  4. Click Install — takes 1-2 minutes
  5. Click Open when ready

  WHAT GETS INSTALLED
  ───────────────────

  ┌─────────────────────────────┐
  │ Docker: autobrr/autobrr    │
  │ Internal port: 7474        │
  │ Config: ~/.config/autobrr/ │
  │ Downloads: ~/downloads/    │
  └─────────────────────────────┘

  Health check: /api/healthz/liveness
  Auto-restarts on failure ✓

Step 2: Initial Setup #

When you first open Autobrr, you’ll be guided through a setup wizard:

  1. Create an account — Set a username and password for Autobrr’s web interface
  2. Add a download client — Select rTorrent and enter your seedbox’s XMLRPC URL (shown in your dashboard)
  3. Add an indexer — Connect to your tracker’s IRC announce channel or RSS feed

Step 3: Configure Filters #

Filters are the heart of Autobrr — they define what to download and what to skip.


  FILTER CONFIGURATION
  ═══════════════════════════════════════════════════════

  Example: "Grab 4K movies under 30GB from my tracker"

  Filter Name: 4K Movies
  ┌──────────────────────────────────────────────┐
  │ Match Release:   *2160p*                     │
  │ Match Category:  Movies                      │
  │ Max Size:        30 GB                       │
  │ Ignore:          *CAM*, *TS*, *HDCAM*        │
  │ Download to:     /downloads/movies/          │
  └──────────────────────────────────────────────┘

  Example: "Grab specific TV shows in 1080p"

  Filter Name: My TV Shows
  ┌──────────────────────────────────────────────┐
  │ Match Release:   *Breaking.Bad*,             │
  │                  *Better.Call.Saul*           │
  │ Match Quality:   *1080p*                     │
  │ Source:          *WEB-DL*, *BluRay*           │
  │ Download to:     /downloads/tv-shows/        │
  └──────────────────────────────────────────────┘

Filter Tips #

  • Use * as wildcard: *1080p*WEB* matches « Movie.2026.1080p.WEB-DL »
  • Comma-separate multiple terms: *1080p*, *2160p* matches either
  • Set minimum seeds to avoid dead torrents
  • Use delay to wait a few seconds after announce (some trackers require this)
  • Enable duplicate rejection to avoid downloading the same release twice

Autobrr vs Other Tools #


  COMPARISON
  ══════════════════════════════════════════════════

  Tool          Type       Speed      Best For
  ────          ────       ─────      ────────
  Autobrr       IRC/RSS    ⚡ Fastest  Ratio building,
                                      racing, first seed

  Sonarr/       RSS        🔄 Minutes TV shows, movies
  Radarr        polling               (automated library)

  Prowlarr      Manual/    🔍 On-     Manual search
                API        demand     across indexers

  ┌──────────────────────────────────────────────────┐
  │  Autobrr + Sonarr/Radarr = best of both worlds  │
  │  Autobrr grabs fast, *arr organizes the library  │
  └──────────────────────────────────────────────────┘

Connecting Autobrr to Your *arr Stack #

Autobrr works alongside Sonarr and Radarr. You can set it up to grab torrents through Autobrr (for speed) and have Sonarr/Radarr handle the organization:

  1. In Autobrr, go to Settings > Download Clients
  2. Add Sonarr or Radarr as a download client (instead of rTorrent directly)
  3. Enter the app URL and API key
  4. Now Autobrr sends grabs through Sonarr/Radarr, which handle renaming and library import

Troubleshooting #

IRC Not Connecting #

  • Verify your IRC credentials with your tracker (bot name, authkey, etc.)
  • Some trackers require you to register your IRC bot — check their wiki
  • Try the RSS feed as a fallback (slightly slower but more reliable)

Filters Not Matching #

  • Check the Logs tab to see incoming announces and why they were rejected
  • Make sure your filter pattern uses wildcards: *keyword* not just keyword
  • Test your filter against a known release name using the Test button

Downloads Not Starting #

  • Verify rTorrent is set up as a download client and the XMLRPC URL is correct
  • Check that your disk quota has space available
  • Look at Autobrr’s activity log for error messages

Tips & Best Practices #

  • Start conservative — Begin with specific filters (exact show names, high quality only). Expand once you see it working
  • Watch your disk — Autobrr can fill your disk fast if filters are too broad. Monitor your disk usage
  • Use IRC over RSS — IRC announces are instant. RSS feeds poll every 15-30 minutes
  • Check your tracker’s rules — Some trackers have restrictions on automation tools. Know their policy
  • Combine with *arr apps — Let Autobrr grab fast, Sonarr/Radarr organize. Best of both worlds

Related Guides #

  • Prowlarr Setup: Unified Indexer Manager
  • Setting Up Sonarr
  • How to Use Radarr
  • Seeding Rules & Upload Limits
  • Disk Usage & Quotas
Updated on 12 avril 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Table of Contents
  • Why Use Autobrr?
  • How It Works
  • Prerequisites
  • Step 1: Install Autobrr
  • Step 2: Initial Setup
  • Step 3: Configure Filters
    • Filter Tips
  • Autobrr vs Other Tools
  • Connecting Autobrr to Your *arr Stack
  • Troubleshooting
    • IRC Not Connecting
    • Filters Not Matching
    • Downloads Not Starting
  • Tips & Best Practices
  • Related Guides

We create amazing Seedboxes
for everyone to use 😊

Important Links

Scholarship for CS

Refund Policy

Privacy Policy

Terms of service

Cookie Policy

Acceptable Use Policy

Get in Touch

Contact Us

[email protected]

© 2025 Evoseedbox | All rights reserved. By Evo Created with ❤️

  • Nederlands (Néerlandais)
  • English (Anglais)
  • Français
  • Deutsch (Allemand)
  • 日本語 (Japonais)
  • 한국어 (Coréen)
  • Português (Portugais - du Portugal)
  • Español (Espagnol)
  • العربية (Arabe)
  • Русский (Russe)
  • Türkçe (Turc)
Evoseedbox
  • Français
    • Nederlands (Néerlandais)
    • English (Anglais)
    • Deutsch (Allemand)
    • 日本語 (Japonais)
    • 한국어 (Coréen)
    • Português (Portugais – du Portugal)
    • Español (Espagnol)
    • العربية (Arabe)
    • Русский (Russe)
    • Türkçe (Turc)
  • Accueil Evoseedbox
  • Wiki
  • Forum
  • Pricing
Client Area