qBittorrent is a safe torrent client. The qBittorrent project aims to provide an open-source software alternative to ĀµTorrent. Since its release, qBittorrent has received numerous feedback and positive reviews as being reliable and very lightweight software. In this step by step guide I will show you how to installĀ qBittorrentĀ on yourĀ UGREEN NAS using Docker & Portainer.
qBittorrent v5.0.2Ā release.
This guide works perfectly with the latestSTEP 1
Please Support My work by Making a Donation.
STEP 2
InstallĀ Portainer using my step by step guide. If you already have Portainer installed on your UGREEN NAS, skip this STEP. Attention: Make sure you have installed the latest Portainer version.
STEP 3
Add Read & Write Permissions to the Docker Folder. If you have already added the Read and Write Permissions to the Docker Folder, skip this STEP.
STEP 4
Go to File ManagerĀ and open the docker folder. Inside the docker folder, create one new folder and name it qbittorrent. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.
STEP 5
Now create two new folders inside the qbittorrent folder that you have previously created at STEP 4, and name them config and downloads. Follow the instructions in the image below.
Note: Be careful to enter only lowercase, not uppercase letters.
STEP 6
Log into Portainer using your username and password. On the left sidebar in Portainer, click on StacksĀ thenĀ + Add stack. Follow the instructions in the image below.
STEP 7
In the Name field type in qbittorrent. Follow the instructions in the image below.
services: qbittorrent: container_name: qBittorrent image: ghcr.io/linuxserver/qbittorrent healthcheck: test: curl -f http://localhost:9865/ || exit 1 mem_limit: 6g cpu_shares: 768 security_opt: - no-new-privileges:true network_mode: host tty: true restart: on-failure:5 ports: - 6881:6881 - 6881:6881/udp - 9865:9865 volumes: - /volume1/docker/qbittorrent/config:/config:rw - /volume1/docker/qbittorrent/downloads:/downloads:rw environment: WEBUI_PORT: 9865 PUID: 999 PGID: 10 TZ: Europe/Bucharest
Note: Before you paste the code above in the Web editor area below, change the value numbers for PUID and PGIDĀ with your own values. (Follow my step by step guide on how to do this.)Ā 999 is my personal UID value and 10Ā is my personal GID value. You have to type in your own values.
Note: Before you paste the code above in the Web editor area below, change the value for TZĀ (Select your current Time Zone from this list).
STEP 8
Scroll down on the page until you see a button namedĀ Deploy the stack. Click on it. Follow the instructions in the image below. The installation process can take up to a few minutes. It will depend on your Internet speed connection.
STEP 9
If everything goes right, you will see the following message at the top right of your screen: āSuccess Stack successfully deployedā.
STEP 10
On the left sidebar in Portainer, clickĀ Containers. Identify yourĀ qBittorrentĀ instance, then click on the littleĀ log icon. Follow the instructions in the image below.
STEP 11
Copy your own temporary password. Follow the instructions in the image below.
STEP 12
Go back toĀ STEP 1Ā or you will deal with karma š
STEP 13
Now open your browser and type in http://ugreennas-ip-address:9865 Type in the default Username that is admin and the temporary password that you have previously copied at STEP 11. Click Login. Follow the instructions in the image below.
STEP 14
Change the default username and the temporary password with your own credentials. Click the settings icon. Click the Web UI tab. In the Authentication area, type in your own Username and Password, then scroll down the window until you find the Save button. Follow the instructions in the image below.
STEP 15
Click the Save button to Save the settings. Follow the instructions in the image below. From now on you will connect to the qBittorrent instance with your own Username and Password that you have previously created at STEP 14.
STEP 15
You can start downloading something!
Enjoy qBittorrent on your UGREEN NAS!
This post was updated on Tuesday / November 19th, 2024 at 1:42 AM