SABnzbd

Wiki

User Manual FAQ Contact Introduction Installation Configuration Scripts Advanced Topics Extensions for SABnzbd

Incorrect or missing information? Bonjour support

SABnzbd supports Apple's Bonjour protocol to some extent.
Bonjour shows available network services without you having mess around with IP addresses and port numbers.
All Apple devices support it and will therefore be able to find your SABnzbd server easily. On other operating systems you'll have to install some add-ons to get Bonjour working; see the details below.
The Bonjour protocol is also known as ZeroConfig or Avahi on other platforms.

Only the Safari browser has built-in support for Bonjour,
but there are add-ons for Firefox and Chrome.

Unfortunately our Bonjour implementation doesn't work on macOS El Capitan. We're not sure whether we can fix this.

Limitation

Note that Bonjour will only work when you setup SABnzbd to communicate with other computers on your local network. A completely local installation (using 127.0.0.1 or localhost) will not be advertised on Bonjour. The protocol doesn't support this.

The speed may be disappointing. For some reason Bonjour likes to communicate over IPv6, which can be slow on some browsers.

macOS

There's nothing to install.
Start SABnzbd with the host name 0.0.0.0 (or empty) and it will advertise itself to all Bonjour clients on your local network.
Note that you need to enable Bonjour support in the Safari browser: Preferences->Bookmarks

Windows

If you have iTunes installed, then Bonjour is installed too.
Otherwise, you'll have to install Bonjour Print services for Windows from Apple's website.
All Apple devices will be able to find your SABnzbd server.
On Windows itself, only Safari for Windows supports Bonjour.

Debian/Ubuntu:

Install two packages to get Bonjour working:

sudo apt-get install avahi-daemon libavahi-compat-libdnssd1

The separate tool "avahi-discover" (package name "avahi-discover") can be handy as it will show all bonjour services on your LAN.
All Apple devices will be automatically able to find your SABnzbd server.
On Linux, the Konqueror browser (part of KDE) has built-in support for Bonjour/Avahi.

Some background info: Zeroconf for Linux in a Snap