You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Home > NNTP > Command Line Access to NZBGet Functions
Command Line Access to NZBGet Functions
print icon

Command Line Access to NZBGet Functions

Terminal access is especially helpful for Easynews users who automate NZBGet behavior on headless systems or remote servers. This guide covers key commands and flexible options.


Standard Syntax

nzbget -[command] [value]

Key Commands

  • -D – Start NZBGet in daemon mode

  • -Q – Quit NZBGet

  • -s – Show system status

  • -L – List queue items

  • -E – Clear errors

  • -R all – Reload configuration

  • -o <ConfigItem>=<NewValue> – Temporarily override a config item

Sample Shell Script Line

nzbget -s | grep "FreeDiskSpaceMB"

Practical Tips

  • Schedule startup with @reboot cron entries.

  • Use custom flags to simulate multiple profiles.

  • Set up health checks using -s and error logs.

Full Command Set: nzbget.com documentation

Feedback
0 out of 0 found this helpful

scroll to top icon