- #Install sonarr ubuntu 18.04 install#
- #Install sonarr ubuntu 18.04 upgrade#
- #Install sonarr ubuntu 18.04 windows 10#
- #Install sonarr ubuntu 18.04 password#
- #Install sonarr ubuntu 18.04 series#
Open Hyper-V Manager and create a new virtual machine. It’ll prompt you to reboot once complete.Īfter rebooting, log back into your host server or computer and download the latest version of Ubuntu from here: You can download this.
Click OK to begin the installation process. Search for “Turn Windows Features On or Off” from Start. #Install sonarr ubuntu 18.04 windows 10#
Once you’ve verified that you are on Windows 10 Pro or Server 2019, you can continue below.
#Install sonarr ubuntu 18.04 upgrade#
If you have Windows 10 Home, you can upgrade to Pro for $99 from the Windows Store. If you aren’t sure if you have Windows 10 Pro or Home, press Windows key+ X > System. Windows 10 Home doesn’t have the option to run Hyper-V virtual machines.** Prerequisitesįor this guide, I’m installing a Ubuntu virtual machine on my Hyper-V host server. **You must be running either Windows 10 Pro or Windows Server 2019 and have the Hyper-V role enabled.
#Install sonarr ubuntu 18.04 install#
Plex: Optional extra step: you can use something like to eliminate the need for all those bookmarks.If you’re looking for a simple step-by-step guide to install Docker on Ubuntu 20.04 in 2021, look no further than this guide. Leave the SSH session open and navigate to to complete setup, then exit the SSH session. Ssh ip.address.of.server -L 8888:localhost:32400 If it is a remote server and that's not possible, you'll need to do the first-time setup through an SSH tunnel:
For first-time Plex setup, you must access the Plex UI from the same subnet as the server. Set up Plex to watch directories where media is managed by Sonarr and Radarr. Plex is unsecured by default, but should prompt you to "claim" your server with a Plex account on first login. View Plex at (The Plex service auto-starts by default). Sudo dpkg -i plexmediaserver_1.-1bf240a65_b NOTE: Radarr's UI is unsecured by default, be sure to go to Settings -> General -> Security and add a password. Sudo systemctl enable /etc/systemd/system/rvice Create and enable the rvice file at /etc/systemd/system/rvice (contents at bottom of gist). #Install sonarr ubuntu 18.04 series#
Add TV Series or import existing media. In Settings -> Indexers, add indexers with the Torznab -> Custom option, using the Torznab URLs and API key from Jackett. #Install sonarr ubuntu 18.04 password#
Use default host and port, and the deluge-web password you set.
In Settings -> Download Client, add Deluge. NOTE: Sonarr's UI is unsecured by default, be sure to go to Settings -> General -> Security and add a password. Sudo echo "deb master main" | sudo tee /etc/apt//sonarr.list Install Sonarr (TV Show Downloader): sudo apt-key adv -keyserver -recv-keys FDA5DFFC Add a bunch of public indexers, and leave the tab open for use to configure Sonarr/Radarr. NOTE: Jackett's UI is unsecured by default, scroll down and set an admin password before you do anything else. Mono -debug /opt/Jackett/JackettConsole.exe Install Jackett (Index Provider for Sonarr and Radarr): In Deluge preferences, go to Plugins and enable the Labels plugin (required by Sonarr/Radarr).The default deluge-web password is just "deluge".Sudo adduser -system -gecos "Deluge Service" -disabled-password -group -home /var/lib/deluge deluge Set up a service user for the deluge daemon, and add yourself to its group:.Sudo apt install deluged deluge-web deluge-console -y
Install Deluge (BitTorrent Daemon): sudo add-apt-repository ppa:deluge-team/ppa Sudo apt install mono-devel mediainfo sqlite3 libmono-cil-dev curl ca-certificates-mono libcurl4-openssl-dev -y
Install Mono and some associated tools:. Sudo apt-key adv -keyserver hkp://:80 -recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EFĮcho "deb xenial main" | sudo tee /etc/apt//mono-official.list
Add the latest mono apt source (from instructions at ):. Also, replace with your server's hostname. NOTE: In the commands and files below, be sure to replace with your username and with your group name (probably the same as your username). Start with a fresh Ubuntu Server 16.04 installation.