Radarr is a powerful and user-friendly movie management tool that allows users to automate media management. It is an open-source alternative to CouchPotato and is compatible with various platforms such as Windows, MacOS, and Linux. Here is a step-by-step guide on how to install Radarr on Debian Latest.
Prerequisites
- Debian 10 or later with root access
- SSH access to your server (optional)
- Basic knowledge of Linux commands
Step 1: Install Mono
- Open the command terminal on Debian
- Update the package list with the command:
sudo apt update
- Install Mono with the following command:
sudo apt install mono-complete
Step 2: Install Git
- Run the following command to install Git:
sudo apt install git
- Verify Git installation with:
git --version
Step 3: Download and Install Radarr
- Create a new folder for Radarr with the following command:
sudo mkdir /opt/Radarr
- Change the owner of the folder with:
sudo chown <user>:<group> /opt/Radarr
Note: Replace <user>
and <group>
with your username and usergroup.
- Clone the Radarr repository with the following command:
git clone https://github.com/Radarr/Radarr.git /opt/Radarr
- Change to the Radarr directory with:
cd /opt/Radarr
- Give the folder execute permissions:
sudo chmod +x Radarr.develop.*
Step 4: Start Radarr
- To start Radarr, run the following command:
sudo mono /opt/Radarr/Radarr.develop.*.exe
Note: Replace * with the version number of Radarr you downloaded.
- Radarr should now be accessible on http://localhost:7878/
Step 5: Configure Radarr
- Open your web browser and visit http://localhost:7878/
- Follow the guided setup process to configure the application.
Congratulations, you have successfully installed Radarr on Debian Latest!
Common Issues
Solution:
- Double-check if Radarr is running by running "sudo ps aux|grep Radarr". If it is running, try connecting to it using the local IP address of the Debian system.
- Verify if port 7878 is not blocked by the firewall. Run the command "sudo ufw status" to check the firewall status.
- Check for typos in the URL.
Issue 2: Error message "No suitable package found for libmediainfo0v5".
Solution:
- Add the non-free repository to the Debian package manager by adding the following line to /etc/apt/sources.list file:
deb http://deb.debian.org/debian buster main contrib non-free
After the above steps, run "sudo apt update && sudo apt install libmediainfo0v5" to complete the installation.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!