Download

Instruction
  1. Download: Downloads the Windows installer.
  2. Install: Run the installer, follow the on-screen instructions, and complete the installation.
  3. Launch: Open NZBGet from the Start Menu or desktop shortcut. It will launch in your default web browser.
  4. Configure:
    • Add your Usenet server details (address, port, username, password).
    • Set up download folders.
    • Test the connection to ensure proper setup.
  5. Start Using: Drag and drop NZB files into the interface or configure an auto-monitor folder.

You’re now ready to download efficiently on Windows!

Download for Windows
Instruction
  1. Download: Download the macOS version.
  2. Install: Open the .dmg file and drag the NZBGet icon to the Applications folder.
  3. Launch: Open NZBGet from Applications. If blocked, go to System Preferences > Security & Privacy > Open Anyway.
  4. Set Up: Open the web interface in your browser. Default login:
    • Username: nzbget
    • Password: tegbzn6789
  5. Configure Usenet Server: Add your Usenet provider’s server address, port, username, and password under Settings > News-Servers.
  6. Add NZB Files: Drag and drop NZB files into the web interface or set up a watch folder.

Start downloading and enjoy!

Download for MacOS
Instruction

1. Download:

    • Download the Linux version.
    • Or use the terminal:
				
					wget https://nzbget.net/download/nzbget-latest-bin-linux.run

				
			

2. Install:

    • Make the installer executable:
				
					chmod +x nzbget-latest-bin-linux.run


				
			
  • Run the installer:
				
					./nzbget-latest-bin-linux.run


				
			

3. Run NZBGet:

    • Start NZBGet:
				
					./nzbget -D


				
			
  • Access the web interface at http://localhost:6789.
    • Default username: nzbget, password: tegbzn6789.

4. Configure:

    • Go to Settings > News-Servers in the web interface and input your Usenet provider details.

5. Optional: Enable NZBGet to run at startup using a systemd service.

You’re ready to start downloading!

Download for Linux
Download for FreeBSD
Instruction

We provide a docker image for popular architectures. For full instructions please refer to Docker documenation.

Official images – stable

  • nzbgetcom/nzbget:latest
  • ghcr.io/nzbgetcom/nzbget:latest

Official images – testing

  • nzbgetcom/nzbget:testing
  • ghcr.io/nzbgetcom/nzbget:testing

LinuxServer.io version

  • stable: lscr.io/linuxserver/nzbget:latest
  • testing: lscr.io/linuxserver/nzbget:testing
Download for Docker
Download for NAS
Download for Android

Latest development sources

The latest development sources are available in the GitHub repository.

Please note that the development code may contain significant bugs and is not recommended for general users.

Manual: Instructions for building the latest development version.

Old releases

Previous versions are available on the releases page of the GitHub project.