Installation on Windows
Installation
- Download NZBGet setup for windows from Download page.
- Run setup and install the program;
- Start NZBGet via start menu or desktop shortcut;
- NZBGet puts an icon into the tray area (near clock) and opens a browser window;
- In the web-interface (browser window) go to settings page:
- Setup your login credentials in section SECURITY;
- Add one or more news-servers in seciont NEWS-SERVERS;
- Save settings and reload NZBGet.
Now you can add nzb-files and enjoy fast downloads with NZBGet.
Windows Service
NZBGet can work as service. To install the service start batch file nzbget-command-shell.bat (as administrator!), then type the command
nzbget -install
To start or stop the service use windows management console or a command line:
net start NZBGet
net stop NZBGet
To remove (uninstall) the service:
nzbget -remove
Extension scripts
Most extension scripts require Python. You need to download Python from www.python.org and install it. More information about Extension scripts can be found here.
Restoring configuration
If you want to reuse a configuration file from another NZBGet installation see Backup and restore settings.
Updates
Version 15 supports automatic updates via web-interface: Settings -> SYSTEM -> Check for updates.
In a case automatic update doesn’t work the update can be made manually by manually downloading and installing of a newer version over the existing installation:
- Download a newer version of NZBGet;
- Stop NZBGet if it’s running;
- Install the setup over existing installation;
That’s all, now you can start NZBGet. If you see messages like “Option xxx obsolete”, don’t worry. They just to inform you about changes in the new version. Go to settings page and click Save all changes. The obsolete options will be removed from config file.
Introduction
Installation manuals
- Installation on Windows
- Installation on Windows via WinGet
- Installation on macOS
- Installation on macOS via Homebrew
- Installation on Linux
- Installation on Docker
- Installation on Docker - LinuxServer.io version
- Installation on Android
- Installation on Synology
- Installation on QNAP
- Installation on other NAS devices
Building manuals
Configuration
- Backup And Restore Settings
- Performance Tips
- Choosing Cipher
- Behind Other Web Server
- TLS certificate verification
Usage
- Quick Filter
- Keyboard Shortcuts
- RSS and duplicate check
- VideoSort
- Console Mode
- Command Line Reference
- Performing Speed Tests
Development
Extensions
- Extension Scripts
- Post-processing scripts
- Scan Scripts
- Queue Scripts
- Scheduler Scripts
- Feed Scripts
- API reference