Using NZBGet Command Line Options for Power Control
For Eweka users who manage their Usenet access through NZBGet, command line tools offer a powerful way to control and script behavior without the Web interface.
Core Command Set
-
nzbget -D
– Start the NZBGet daemon -
nzbget -Q
– Shut it down cleanly -
nzbget -s
– System status report -
nzbget -L
– Job queue summary -
nzbget -E
– Erase all recorded errors -
nzbget -R all
– Reload the config live -
nzbget -o OptionName=NewValue
– Override config without restart
Example Use Case
nzbget -o ControlPort=6790 -D
This launches NZBGet on an alternate port, useful for test environments.
Automation Suggestions
Use NZBGet's CLI within larger shell scripts or scheduled tasks. Combine with Indexer tools to dynamically check queues or reload settings.
More Options at: NZBGet CLI Full Reference