Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 446 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 446 Bytes

FreeNAS_NZBGetInstallation

  1. Install NZBGET in jail
pkg install nzbget
  1. In config file /usr/local/etc/nzbget.conf set
WebDir=/usr/local/share/nzbget/webui
ConfigTemplate=/usr/local/share/nzbget/nzbget.conf
ControlUsername=
ControlPassword=
  1. Enable run on startup
sysrc 'nzbget_enable=YES'
  1. Add jail storage for /downloads

  2. Restart jail

  3. Navigate to {jail-IP}:6789 for NZBGET web interface