In this tutorial Install Bazarr Qnap we will install the Bazarr program on a Qnap system, so that you can download books automatically.
Enabling SSH on your QNAP system
Before you can proceed, it is important to check if SSH has already been enabled on your QNAP system. If SSH is not enabled, you will need to do so first. This step is essential for installing Bazarr.
Have you already activated SSH? Then you can proceed directly to the next step.
Navigate to the web interface of your QNAP system. You can do this by entering the IP address of your QNAP into the address bar of your browser. From there, you can easily manage settings and configure your system.
Go to Network & File Service.
Then to Telnet /SSH.
Check the box Allow SSH connection here.
Install and download Putty
If you haven’t installed PuTTY on your computer yet, now would be a good time to do so. PuTTY is a free and easy-to-use application that allows you to create an SSH connection to your QNAP system. The program is an essential tool for performing advanced settings and configurations on your Qnap.
- Go to the official PuTTY download page via this link: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html.
- For Windows 10 or 11, it is recommended to download the 64-bit x86 version.
- Download the installation file and follow the steps in the setup to install PuTTY.
Once the installation is complete, you can use PuTTY to establish an SSH connection to your QNAP system.
Installing Sherpa for Bazarr
Sherpa is a handy program that you need to easily install applications like Bazarr on your QNAP system. If you haven’t installed Sherpa yet, let’s do it now. Follow the steps below:
- Open PuTTY on your computer.
- In the Host Name (or IP address) field, enter the IP address of your QNAP system.
- Click Open to connect to your Qnap NAS.
When you connect, you will be prompted to log in. Use your Administrator account, as only this account has the necessary rights to make changes or install software on your QNAP system.
Now we will download and install Sherpa using the command below.
curl -skL https://tinyurl.com/get-sherpa > /share/Public/sherpa.qpkg;
sudo sh /share/Public/sherpa.qpkg;
If that doesn’t work, you can try the following.
sherpa
If that doesn’t work either, use the command below.
sudo sherpa
Install Bazarr Qnap
Now that you have logged into your QNAP via SSH, you can begin installing Bazarr. To do this, run the command below:
sherpa install bazarr
Bazarr can now be accessed via http://ip-address-qnap:6767
This was the tutorial to install Bazarr Qnap.
Tutorial Bazarr Qnap
Be the first to comment