SABNZBDPLUS(1) | General Commands Manual | SABNZBDPLUS(1) |
sabnzbdplus - a web-based binary newsgrabber with nzb support.
sabnzbdplus [-f <configfile>] [[...other options]] [NZB file(s)]
SABnzbd+ is a web-based binary newsgrabber written in Python, with support for the popular nzb file format. It takes one or more nzb files as input and from there on does all the work, including fetching files from Usenet, checking file integrity, and unpacking. Configuration can be done via the web interface or in the configuration file.
Multiple servers are supported, as well as secure (ssl) connections, ipv6, scheduling, pausing and resuming downloads, queue manipulation, rss feeds, nzb indexer integration, automatic sorting, a download history, email notifications, and custom post-processing scripts. An extensive API allows third party applications to interact with the program.
To run the program execute sabnzbdplus, then point your favorite web browser to http://<host>:<port>. The host and port settings default to 127.0.0.1 and 8080, respectively; the default port for https connections is 9090.
New nzb files may be queued for download by putting them in the watched directory, adding them via the web interface, or from rss feeds.
Any specified NZB file(s) will be added to the download queue. Recognized extensions are .nzb, .zip, .rar, .gz, and .bz2.
~/.sabnzbd/
This man page was written by JCF Ploemen <linux@jcf.pm> and is licensed under the GNU GPL, version 2 or later.
Project wiki with extensive user documentation: https://sabnzbd.org/wiki
SABnzbd+ homepage and support forums: https://sabnzbd.org
API documentation: https://sabnzbd.org/wiki/advanced/api
Github project page: https://github.com/sabnzbd/sabnzbd
August 2021 | Version 3.3.1 |