Skip to content

SABnzbd in Docker on a Synology NAS

Last updated on 10 October 2023

Please note if you are using DSM7.2 or higher you should use the Container Manager version of this guide from the menu.
This guide has reached the end of its updates as most people are now on the latest DSM update - This guide is correct as of 08/12/2023 however no further updates will be added.
UpdateDate
Amended the path to save the compose file – this is for security, so the container has no access to the file contents.14/04/2023
Historic updates now at the end of the guide.


What is SABnzbd?

SABnzbd is a binary newsreader, it is used to download files from Usenet, and where required will also repair and extract releases. It works on its own or in conjunction with other tools such as Lidarr and Radarr.

Let’s Begin

In this guide I will take you through the steps to get SABnzbd up and running in Docker.

In order for you to successfully use this guide please complete the three preceding guides

Downloading the SABnzbd Image

Open up Docker within DSM and navigate to the ‘Registry’ tab and search for ‘SABnzbd’.

In the list of available containers select the one made by Linuxserver as shown below, right click on it and select ‘Download’ or click the button at the top of the window.

The pop-up box will ask which version you want to download, make sure you choose ‘Latest’ from the list of available versions.

You can check the status of the download over on the ‘Image’ tab.

Setting up the container

In Docker click on the ‘Image’ tab, in the list of your containers select the ‘Linuxserver SABnzbd’ image and click on ‘Launch’

You will be greeted with the Network screen, we will be using the ‘synobridge’ network we created earlier select it from the list and click Next.

General Settings

Next you will be greeted with the General Settings screen, this is where you can start specifying some of your preferences.

You can change the name of the container to anything you like, and you may want to enable Auto Restart as this will ensure SABnzbd starts automatically if you reboot your NAS.

Next up we are going to click on the ‘Advanced Settings’ button, this will take you to a new window with a number of tabs which we are going to work through.

Environment (PGID,  PUID and Timezone)

Next we are going to set up a couple of environment variables that docker will use to allow the container access to our files and folders and also to tell it where we live in the world.

Click the Add button, and fill in the following details as per the table/screenshot, you will need to do one at a time.

VariableValue
PUIDThe UID you obtained in the user setup guide
PGIDThe GID you obtained in the user setup guide
TZYour timezone wikipedia.org/wiki/List_of_tz_database_time_zones

You do not need to set up anything on these tabs.

Press ‘Save’ to go back to the initial setup screen, then press ‘Next’

Port Settings

We won’t be changing any of the ports the container uses. You can repeat the ones shown on the right side of the settings page ‘Container Port’ onto the left side ‘Local Port’ once you have done this press ‘Next’.

Volume Settings

We will now be specifying the directories where SABnzbd will store its configuration files and where download files.

Click on Add Folder, click on the docker share and create a new sub-folder called ‘sabnzbd’ select this folder and click ‘select’

You will now repeat this step but this time adding the /data/usenet folder and then add the Mount Paths as per the table / screenshot below.

File/FolderMount path
docker/sabnzbd/config
data/usenet/data/usenet

Click Next to move to the final screen.

Summary

You have now completed the setup of the container.

You will be shown an overall summary of the settings we have specified, this is a good time to double-check everything is correct. Finally, click on Done and the container should start to boot.

Some final steps

SABnzbd will now be running on port 8080 you can connect to it by going to the IP address of your NAS with that port

e.g. 192.168.0.40:8080

Once you have completed the setup wizard, go into the settings and amend your folders to the following

(Please note, if you have trouble accessing the setup wizard or get an error after the first step. Stop the Docker package in the Package Centre and restart it, or in some cases do a reboot)

After the initial set up you will need to ensure the ‘Folders’ settings are in line with the table/screenshot below.

SettingPath
Temporary Download Folder/data/usenet/intermediate
Completed Download Folder/data/usenet/completed
Watched Folder/data/usenet/nzb



Historic UpdatesDate
Added Docker Compose details
Added new folder mappings to ensure atomic moves and Hard-linking
03/05/2021
Guide re-written and updated with DSM7 screenshots 01/08/2021
Added note about rebooting if you are unable to access the Setup Wizard14/01/2022
Updated steps and screenshots for DSM7.102/07/2022
Added new port settings and Docker Bridge Network24/07/2022
Compose version number removed and small wording amendments08/04/2023
Historic Updates

Buy Me a Coffee or a Beer

If you have found my site useful please consider pinging me a tip as it helps cover the cost of running things or just lets me get the odd beverage. Plus 10% goes to the devs of the apps I do guides for every year.

Published inDockerDownload Tools 7.1Synology

108 Comments

  1. Lucas Lucas

    I’d like to use a different port for sabnzbd. How can I set that up in the network settings installation?

    • Dr_Frankenstein Dr_Frankenstein

      Hey, when setting up don’t tick the ‘Same as network host’ check box, then on the ports page you will need to change the port that says AUTO to your specified port number, the other port leave as it is.

  2. Great tune thank you but you’ve missed out on an important bit in the setup in the Categories tab in SABnzbd and this bit has me confused as I know it’s needed.
    The other thing that confuses me is that for some unknown reason I cannot for the life of me see Volume 1 to get to my Media. It just won’t show for some reason.

    • Dr_Frankenstein Dr_Frankenstein

      You can add categories if you like, I just cover the initial setup… You won’t see the volumes in the syno GUI they are hidden you just map the shares you require.

      • Dr_Frankenstein Dr_Frankenstein

        Also to add if you add categories don’t add any paths, let Sonarr and Radarr handle the file moves

  3. Nicholas J Gonzalez Nicholas J Gonzalez

    Can you make one of your guides for installing plex on DM7? I loved the SAB,Sonarr and Radarr guides THANK YOU Very Much!

  4. I just receive a ‘500 Internal Server Error’ when attempting to move to /sabnzbd/wizard/two page on the sabnzbd setup wizard. It seems to be complaining about Pyhton 3.8.

    Traceback (most recent call last):
    File “/usr/local/lib/python3.8/dist-packages/cherrypy/_cprequest.py”, line 638, in respond
    self._do_respond(path_info)

      • Dr_Frankenstein Dr_Frankenstein

        Thanks for jumping through some hoops in Discord – The solution seems to be to delete all the files SAB creates at first start up in the /docker/sabnzbd folder and start again… It seems like a bug at startup.

        • Aaron Aaron

          doesn’t seem to resolve my issue. I’ve stopped, deleted the contents of the folder numerous times with no luck. Ive also redownloaded the image and resetup the container with no luck, always get the same “Traceback (most recent call last):
          File “/usr/local/lib/python3.8/dist-packages/cherrypy/_cprequest.py”, line 638, in respond
          self._do_respond(path_info)”

    • Dr_Frankenstein Dr_Frankenstein

      Did you sort this, according to the linuxserver github they fixed this issue last year? did a restart of the container help?

      • Hi – I never actually got the wizard/two page to load but by restarting my php installation and restarting the containers I was just able to login to the SAB interface without issue, just using the IP:port address. I cannot say why the error happened, I’ve not looked into root cause.

      • I encountered the same error, and when I checked on the installed packages in my Package Center it had Python2 installed, not Python 3.8. So I just selected Python 3.8 to install, rebooted the NAS, and SABnzdb worked.

        • Dr_Frankenstein Dr_Frankenstein

          The container has all the required packages within it, it must have just been the reboot that fixed it.

Leave a Reply to Aaron Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

drfrankenstein.co.uk – writing Synology Docker Guides since 2016 – Join My Discord!