Skip to main content

Initial Setup and Configuration

This guide will show you how to setup NZBHydra2 for the first time. You'll be doing the following steps

  • Setting Up Username and Password
  • Add Usenet Indexers
  • Getting NZBHydra2 API for use with other programs

Initial Setup

Setting Up your Username and Password

  • Upon connecting, you'll be greeted by this window. Click OK to close the window.

  • Go to Config -> Authorization
  • Choose the auth type that you want. In this guide, we'll be using Login form
  • Under Restrictions, enable everything.

* Scroll down and click **Add user**. Then add the username and password that you wish. Since this is your first user, it's best to leave **May see admin area** to on.

  • Once that's done, scroll up and click Save and restart when asked.

  • You may also set more user accounts and restrict certain areas of the instance in this page.

Add Usenet Indexers

  • Go to Indexers and click Add new indexer
  • Then here, you can add your indexers. You may look into the preset configurations specific to your indexers or you may look into adding your own indexer.

  • Listed below are the fields that might be relevant to you.
    • Name: Name of Indexer
    • Host: The Hostname of the indexer
    • API Key: The API key from your account
    • API hit Limit and Download Limit: Usually NZBHydra2 detects this already but you may add your account's Download and API limit here if you wish.
  • You may have to refer to your usenet indexer for their specific configuration.

  • Once added, it'll check the connectivity and the capabilities of your indexer.

  • Once that's done, click Save.
  • After restarted, you will see the search page with your set indexers.

Getting NZBHydra2 API

  • To get your NZBHydra2 API, go to Config. Beside the Save button, there's an API? button. Click that to show the API details. You may add that to apps such as Sonarr, Radarr and CouchPotato.

Connecting Usenet Downloaders (Optional)

  • If you wish to add your Usenet downloaders to download directly from NZBHydra2, go to Downloading, scroll down, and click Add new Downloader.

  • Select between NZBGet and SABnzbd and enter the following information

NZBGet Non-SSL

Name: NZBGet
URL: http://{servername}.usbx.me:{nzbget port}
Username: {nzbget username}
Password: {nzbget password}

NZBGet SSL

Name: NZBGet
URL: https://{username}.{servername}.usbx.me/nzbget
Username: {nzbget username}
Password: {nzbget password}

SABnzbd

Name: SABnzbd
URL: https://{username}.{servername}.usbx.me/sabnzbd
API Key: {sabnzbd api key}

Setting Up SSL

  • If you wish to access your NZBHydra2 instance, go to Config -> Main
  • Enter /nzbhydra2 to the URL base. Once that's done, click Save and restart when prompted.
  • Once restarted, your instance will ONLY be accessible to the following link

https://{username}.{servername}.usbx.me/nzbhydra2

Once you've done this, you will not access NZBHydra2 via the HTTP link. You may have to change the NZBHydra2 API URL to the new HTTPS link if you set your API already.