In this tutorial, we will discuss the steps to install Lidarr on Ubuntu Server Latest.
Before starting with the installation process, update the server packages and repositories to the latest version by running the following command:
sudo apt update && sudo apt upgrade
Lidarr runs on .NET platform and requires Mono to be installed on Ubuntu Server. To install Mono, run the following command:
sudo apt-key adv -keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt install mono-complete
To install Lidarr, we need to add the Lidarr repository to the server. Run the following command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
echo "deb https://apt.lidarr.audio/develop/ ubuntu/" | sudo tee /etc/apt/sources.list.d/lidarr.list
sudo apt update
Finally, let's install Lidarr by running the following command:
sudo apt install lidarr
Lidarr runs on port 8686 by default. To access Lidarr in the browser, type http://localhost:8686 in the address bar of the browser. If you want to access Lidarr from another computer, replace localhost with the IP address of the Ubuntu Server.
Congratulations! You have successfully installed Lidarr on your Ubuntu Server Latest machine. Now, you can start using Lidarr to manage your music collection.
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!