{"id":10039,"date":"2019-06-06T08:46:44","date_gmt":"2019-06-06T06:46:44","guid":{"rendered":"https:\/\/nzbusenet.com\/install-radarr-via-the-command-line-ubuntu\/"},"modified":"2022-10-20T10:07:33","modified_gmt":"2022-10-20T08:07:33","slug":"install-radarr-via-command-line-ubuntu","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/install-radarr-via-command-line-ubuntu\/","title":{"rendered":"Installing Radarr via the command line on an Ubuntu system"},"content":{"rendered":"\n<p>In this tutorial, Radarr will be installed via the command line. We do this on a system with Ubuntu. Next we will configure Radarr with NZBGet. So that your desired movies are downloaded from the newsgroups.<\/p>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"radarr-installeren-via-de-command-line-ubuntu\">Install Radarr via the command line Ubuntu<\/h2>\n\n<p>First we need to Do an update.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo apt-get update<\/p><\/blockquote>\n\n<p>Run the command below. Install the requirements for Radarr.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo apt-get install libmono-cil-dev curl mediainfo<\/p><\/blockquote>\n\n<p>Now we are going to download Radarr. Beware! The link below changes. If a new version of Radarr is out. Then see &#8220;https:\/\/github.com\/Radarr\/Radarr\/releases\/&#8221;. For the correct download link.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo wget https:\/\/github.com\/Radarr\/Radarr\/releases\/download\/v0.2.0.870\/Radarr.develop.0.2.0.870.linux.tar.gz<\/p><\/blockquote>\n\n<p>We are now going to unpack Radarr. We do this to the hidden Radarr folder. By a dot &#8220;.&#8221;. The folder is hidden.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo tar -xf Radarr* -C \/.radarr\/<\/p><\/blockquote>\n\n<p>We must now set the permissions folder correctly. Otherwise it may be that Radarr cannot be updated. To a recent version.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo chown -R username:username \/.radarr\/Radarr<\/p><\/blockquote>\n\n<p>Now we go to the Radarr installation folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>cd \/.radarr\/Radarr<\/p><\/blockquote>\n\n<p>Now we start Radarr.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>mono Radarr.exe<\/p><\/blockquote>\n\n<p>You can now acces Radarr on <strong>http: \/\/server.ip.address: 7878.<\/strong><\/p>\n\n<h2 class=\"wp-block-heading\" id=\"radarr-automatisch-starten-ubuntu\">Start Radarr Ubuntu automatically<\/h2>\n\n<p>We are now going to add Radarr to the <strong>init.d<\/strong> startup script. So that Radarr is started, while the computer is starting.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo nano \/etc\/systemd\/system\/radarr.service<\/p><\/blockquote>\n\n<p>If you get an error message. That Nano is not installed. Then execute the command below.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo apt-get install nano<\/p><\/blockquote>\n\n<p>Then copy the script below. And paste. Beware! Customize the user name. To your own Ubuntu username.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>[Unit]<br \/>Description=Radarr Daemon<br \/>After=syslog.target network.target<\/p><p>[Service]<br \/>User=yourusername<br \/>Group=user<br \/>Type=simple<br \/>ExecStart=\/usr\/bin\/mono \/.radarr\/Radarr\/Radarr.exe -nobrowser<br \/>TimeoutStopSec=20<br \/>KillMode=process<br \/>Restart=on-failure<\/p><p>[Install]<br \/>WantedBy=multi-user.target<\/p><\/blockquote>\n\n<p>Now <strong>Ctrl + X<\/strong>, <strong>Y<\/strong> and <strong>Enter<\/strong>. To save the script.<\/p>\n\n<p>Now we need to activate the scipt.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo systemctl enable radarr<\/p><\/blockquote>\n\n<p>Now we can start Radarr.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>sudo service radarr start<\/p><\/blockquote>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<p>Now wait a minute. Radarr is now starting. You are now done with this tutorial, install Radarr via the command line.<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial, Radarr will be installed via the command line. We do this on a system with Ubuntu. Next we will configure Radarr with NZBGet. So that your desired movies are downloaded from the <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/install-radarr-via-command-line-ubuntu\/\" title=\"Installing Radarr via the command line on an Ubuntu system\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[724],"tags":[],"class_list":{"0":"post-10039","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-radarr-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10039","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/users\/12223"}],"replies":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/comments?post=10039"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10039\/revisions"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=10039"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=10039"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=10039"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}