NZBGet tutorial

Ubuntu install NZBGet via command line to download

In this tutorial, install NZBGet Ubuntu. We discuss how we install NZBGet, on a computer with a Ubuntu operating system. Via the command line. We will then configure NZBGet to download from the newsgroups.

Install NZBGet Ubuntu

We must first know for sure. That we can install NZBGet. We can see this by editing the sources.list.

sudo nano /etc/apt/sources.list

You must remove the # sign from the universe repository. We must then save this file. You do that with CTRL+X.

And then y to confirm.

When that is done. Let’s update Ubuntu.

sudo apt-get update

Je kan nu NZBGet installeren via het volgende commando.

sudo apt-get install nzbget

The installation of NZBGet is now finished.

Autostart NZBGet start when Ubuntu starts

It is of course very useful if NZBGet is started during the start-up of Ubuntu.

We will create a Deamon for this in Ubuntu.

sudo nano /etc/init.d/nzbget

Paste the following script here. Beware! Enter your own Ubuntu username under username.

description “nzbget”

#start on runlevel 2

stop on runlevel [!2345]

respawn
respawn limit 10 5
umask 022

case “$1” in
start) echo -n “Start services: NZBget”
exec sudo -u rob nice -n 19 ionice -c3 /usr/local/bin/nzbget -D -c /home/username/.nzbget/nzbget.conf
;;
stop) echo -n “Stop services: NZBget”
exec sudo -u rob /usr/local/bin/nzbget -Q -c /home/username/.nzbget/nzbget.conf
;;
restart)
$0 stop
$0 start
;;
*) echo “Usage: $0 start|stop|restart”
exit 1
;;
esac
exit 0

Now give the rights to the folder.

sudo chmod 755 /etc/init.d/nzbget

And now make the default settings.

sudo update-rc.d nzbget defaults

Do you want to test the script to be sure? Then do the following command

sudo reboot

Your Ubuntu will then restart.

When Ubuntu has restarted. Then you must be able to access NZBget via “http://your-ip-adress:6789”.

You are now done with the tutorial Installing NZBGet Ubuntu.

install NZBGet Ubuntu from the command line

  1. NZBGet tutorial.
  2. Installing NZBGet Ubuntu.
  3. Configure Nzbget Ubuntu.
Admin

Gepubliceerd door
Admin

Recente berichten

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

4 weeks geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

1 month geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

2 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

2 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

2 months geleden

Usenet program for smartphones

Usenet has been used for years to download files and follow newsgroups. While this used…

3 months geleden

Deze website gebruikt cookies.