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 > Newsreader Setup Instructions > Terminal-Based NZBGet Control Made Simple
Terminal-Based NZBGet Control Made Simple
print icon

Terminal-Based NZBGet Control Made Simple

UsenetServer users running NZBGet on servers or minimal installations benefit from CLI-based operations. This reference enables task execution without the Web interface.


Useful Commands

  • nzbget -D – Start daemon

  • nzbget -Q – Exit the daemon

  • nzbget -s – Print status output

  • nzbget -L – Show queue

  • nzbget -E – Clear errors

  • nzbget -R all – Reload settings

  • nzbget -o ControlIP=0.0.0.0 – Temporarily override IP binding

Status Check Sample

nzbget -s | awk '/Uptime/ {print $2}'

This returns the current uptime of the daemon.


Helpful Use Cases

  • Queue cleanup scripts

  • Disk monitoring via cron

  • Custom config testing with -o flags

More at: Full Command Reference

Feedback
0 out of 0 found this helpful

scroll to top icon