Using SABnzbd with Newshosting on Linux
This guide walks through the steps to connect SABnzbd to the Newshosting Usenet service on a Linux system. SABnzbd is a popular option for automating access to articles across Usenet groups. Once configured, it works smoothly with Indexers and automation tools.
Step 1: Install SABnzbd
Use your Linux distribution's package manager or install manually from the official SABnzbd website:
sudo apt install sabnzbdplus # Debian-based
or
yum install sabnzbd # RHEL-based
For manual installation, visit: https://sabnzbd.org/downloads
Step 2: Launch SABnzbd
Once installed, launch SABnzbd with:
sabnzbdplus --daemon
Then open your Web browser and go to:
http://localhost:8080
This will open the SABnzbd setup wizard.
Step 3: Configure Newshosting as Your Server
When prompted to enter your server details:
-
Server Address:
news.newshosting.com
-
Port:
563
(SSL) or119
(non-SSL) -
Username: Your Newshosting username
-
Password: Your Newshosting password
-
SSL: Check the box to enable SSL encryption
-
Connections: Up to 100 (based on your plan)
Click Test Server to verify the connection. If successful, continue to the next step.
Step 4: Complete Setup
Finish the wizard by choosing your preferred SABnzbd theme and setting access credentials (optional).
Once complete, SABnzbd will load the main interface. You can now add an Indexer or connect automation tools.
Tip:
Newshosting offers the highest article retention and full access to all major Usenet groups, making it a strong choice for SABnzbd users on Linux.
For more help with your Newshosting account, visit: https://support.newshosting.com/
Troubleshooting
If SABnzbd does not connect to the server:
-
Double-check your username and password.
-
Verify the correct port and SSL setting.
-
Temporarily switch to port
443
if port563
is blocked by your network.