How to Install NZBGet on a Chromebook
Chromebooks can run NZBGet using the built-in Linux environment, also known as Crostini. You can find more detailed instructions on installing Linux on Chromebook in the official Google documentation. This guide explains how to configure NZBGet and connect it to a UsenetServer account for secure Usenet access.
Step 1: Enable Linux
-
Click the clock in the bottom-right corner of your screen.
-
Select the gear icon to open Settings.
-
Scroll down and select About ChromeOS > Developers.
-
Next to "Linux development environment," select Set up.
-
Follow the on-screen instructions. Setup can take 10 minutes or more.
-
A terminal window opens. You have a Debian environment. You can run Linux commands, install more tools using the APT package manager, and customize your shell.
Step 2: Install NZBGet
-
Once the Linux terminal opens, update the package list:
sudo apt-get update
-
Install NZBGet using:
sudo apt-get install nzbget -y
Step 3: Start NZBGet and Open the Web Interface
-
In the terminal, run:
nzbget -D
-
Open Chrome and go to:
http://localhost:6789
-
Log in with:
-
Username: nzbget
-
Password: nzbget
-
Step 4: Configure NZBGet for UsenetServer
-
In the NZBGet Web interface, go to Settings > News-Servers.
-
Fill out the following fields:
-
Name: UsenetServer
-
Host: news.usenetserver.com
-
Port: 563
-
Username: Your UsenetServer username
-
Password: Your UsenetServer password
-
Encryption: Yes (SSL)
-
Connections: 20 (or fewer if preferred)
-
NOTE: If those fields are not present, click Add Server
-
Click Save all changes.
-
Restart NZBGet from the Web interface or with:
nzbget -Q nzbget -D
Additional Tips
-
Make sure your Chromebook remains connected to the Internet during setup.
-
NZBGet supports high article retention when connected to a Tier-1 Usenet provider like UsenetServer.