SABnzbd Setup Guide - ajgillis04/GillisDockerDepot GitHub Wiki

SABnzbd Setup Guide

Introduction

SABnzbd is a free and easy-to-use binary newsreader. It simplifies the process of downloading from Usenet and can automate your downloads.

Prerequisites

  • Docker installed
  • SABnzbd container running in your Docker stack

Configuration Steps

Step 1: Accessing the SABnzbd UI

  1. Open your browser and navigate to http://<your-ip-address>:8080.
  2. Follow the initial setup wizard to configure basic settings.

Step 2: Initial Setup Wizard

  1. Choose your preferred language for the SABnzbd interface.
  2. Enter your Usenet provider details (server address, port, username, and password).
  3. Configure download directories:
    • Temporary Download Folder: Specify where incomplete downloads will be stored.
    • Completed Download Folder: Specify where completed downloads will be moved.

Step 3: Adding Categories

  1. Navigate to Config in the top-right menu.
  2. Go to the Categories tab.
  3. Add new categories as needed, specifying the default paths for each category.
  4. Click Save.

Step 4: Configuring Indexers

  1. Navigate to Config in the top-right menu.
  2. Go to the Indexers tab.
  3. Add your indexers by entering the necessary API keys or login credentials.
  4. Click Save.

Step 5: Setting Up Post-Processing Scripts

  1. Navigate to Config in the top-right menu.
  2. Go to the Folders tab.
  3. Add post-processing scripts if necessary by specifying the script directory path.
  4. Click Save.

Step 6: Customizing Settings

  1. Go to the Config section.
  2. Customize the settings according to your preferences (e.g., scheduling, notifications).
  3. Click Save.

Notes

  • Ensure all paths and environment variables are updated in the sabnzbd.yaml file.
  • Regularly backup your config directory to save your settings.

Troubleshooting

  • Common Issues: List common issues and solutions.
  • Logs: Check SABnzbd logs for error messages.
  • Support: Link to the SABnzbd community and support resources.