Lidarr is an open-source music collection manager and indexer that automatically searches for and downloads music from various sources. In this tutorial, we will show you how to install Lidarr on Debian Latest.
Before starting, you need to have the following:
Lidarr is developed using the .NET framework, so we need to install Mono to run Lidarr on Debian Latest. You can install Mono by running the following command:
sudo apt-get install mono-complete
Once Mono is installed, we can download and install Lidarr on Debian Latest. Follow the below steps to download and install Lidarr:
wget https://github.com/lidarr/Lidarr/releases/download/v0.7.1.1461/Lidarr.master.0.7.1.1461.linux.tar.gz
tar -zxvf Lidarr.master.0.7.1.1461.linux.tar.gz -C /opt
sudo chown -R $USER:$USER /opt/Lidarr
sudo ufw allow 8686/tcp
Now that Lidarr is installed on your Debian Latest system, we need to configure and run it. Follow the below steps to configure Lidarr:
sudo nano /etc/systemd/system/lidarr.service
[Unit]
Description=Lidarr Daemon
[Service]
User=<YOUR_USER_NAME>
Group=<YOUR_USER_NAME>
Type=simple
ExecStart=/usr/bin/mono /opt/Lidarr/Lidarr.exe -nobrowser
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reload
sudo systemctl enable lidarr
sudo systemctl start lidarr
sudo systemctl status lidarr
http://<YOUR_SERVER_IP>:8686
That's it! You have successfully installed Lidarr on your Debian Latest system. Lidarr is an excellent tool for managing your music collection and indexing your music files. Enjoy!
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!