Portal Home > Knowledgebase > How-to > Seedboxes > Other software > NZBGet update/upgrade
Please log in to your SSH account. Now you need to make a backup of your installed version. Please use the command below:
mkdir -p ~/.config/addonbackup; cp -fr ~/software/nzbget/ ~/.config/addonbackup
Now you need to download the latest version and unpack it into the NZBGet installation folder. Please use the command below. If you want to install a different version, you need to change the download URL in the wget command:wget -q -O nzbget.tar.gz https://github.com/nzbget/nzbget/releases/download/v20.0/nzbget-20.0-src.tar.gz; tar -zxf nzbget.tar.gz; cp -rf ~/nzbget-*/* ~/software/nzbget/; rm -f ~/nzbget.tar.gz; rm -rf ~/nzbget-*; cd
Now just restart your NZBGet and you have the latest version installed.
Add to Favourites
Print this Article