<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikiold.servarr.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ta264</id>
	<title>Servarr - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikiold.servarr.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ta264"/>
	<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/Special:Contributions/Ta264"/>
	<updated>2026-05-18T22:35:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3203</id>
		<title>System status</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3203"/>
		<updated>2021-02-23T09:07:28Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== System ==&lt;br /&gt;
=== Health ===&lt;br /&gt;
==== Overview ====&lt;br /&gt;
====== Radarr ======&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Sonarr ======&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Lidarr ======&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Readarr ======&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
==== System Warnings ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Radarr are targeted for .NET. We provide legacy mono builds for those platforms that cannot use .NET. You are running one of these legacy builds but your platform supports .NET.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''[[Radarr_FAQ#how_do_i_backup_restore_my_Radarr| Back-Up your existing configuration]]'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
*** '''Delete your existing binaries (contents or folder of /opt/Radarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop radarr&amp;lt;/code&amp;gt; Stop Radarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Radarr /opt/Radarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; tar -xvzf Radarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Radarr Tarball&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo mv Radarr/ /opt&amp;lt;/code&amp;gt; Move the new Radarr Binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo chown radarr:radarr /opt/Radarr&amp;lt;/code&amp;gt; Ensure Radarr has permissions to its directory&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo rm -rf /opt/Radarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo rm -rf Radarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script in your systemd (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/radarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Radarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Radarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Radarr/Radarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Radarr/Radarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Radarr doesn’t start, ensure you have  [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed.&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start radarr.service&amp;lt;/code&amp;gt; Restart Radarr&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr is written in .Net and requires Mono to run on BSD and very old ARM processors. &lt;br /&gt;
** Mono 5.8 is the absolute minimum for Radarr but Mono 5.20 is currently recommended and is the minimum requirement on nightly builds.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;currently_installed_sqlite_version_is_not_supported&amp;quot;&amp;gt;'''[[#currently_installed_sqlite_version_is_not_supported|Currently installed SQLite version is not supported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr stores its data in an SQLite database.  The sqlite3 library installed on your system is too old.  Radarr requires at least version 3.9.0.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&lt;br /&gt;
** Please look at System -&amp;amp;gt; Info to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Radarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Radarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#Could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Radarr:&lt;br /&gt;
 proxy_http_version 1.1;&lt;br /&gt;
 proxy_set_header Upgrade $http_upgrade;&lt;br /&gt;
 proxy_set_header Connection $http_connection;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
 Include /etc/apache2/mods-available/proxy_wstunnel.load&lt;br /&gt;
 ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
 ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
* For Caddy (V1) use this:&lt;br /&gt;
** Note: you'll also need to add the websocket directive to your radarr configuration&lt;br /&gt;
  proxy /radarr 127.0.0.1:7878 {&lt;br /&gt;
      websocket&lt;br /&gt;
      transparent&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_old_and_unsupported|Currently installed .Net Framework is old and unsupported]]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. [https://dotnet.microsoft.com/download/dotnet-framework Please follow the instructions here].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. [https://dotnet.microsoft.com/download/dotnet-framework Please follow the instructions here].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Please look at System -&amp;amp;gt; About to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Sonarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Sonarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Lidarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***'''Delete your existing binaries (contents or folder of /opt/Lidarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''&amp;lt;/span&amp;gt;&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop lidarr.service&amp;lt;/code&amp;gt; Stop Lidarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Lidarr /opt/Lidarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; tar -xvzf Lidarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Lidarr Tarball&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv Lidarr/ /opt&amp;lt;/code&amp;gt; Move the new Lidarr Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo chown lidarr:lidarr /opt/Lidarr&amp;lt;/code&amp;gt; Ensure Lidarr has permissions to its directory&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf /opt/Lidarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf Lidarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/lidarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Lidarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Lidarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Lidarr/Lidarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Lidarr/Lidarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Lidarr doesn’t start, ensure you have [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start lidarr.service&amp;lt;/code&amp;gt; Restart Lidarr&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Readarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***'''Delete your existing binaries (contents or folder of /opt/Readarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop readarr&amp;lt;/code&amp;gt; Stop Readarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Readarr /opt/Readarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; tar -xvzf Readarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Readarr Tarball&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv Readarr/ /opt&amp;lt;/code&amp;gt; Move the new Readarr Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo chown readarr:readarr /opt/Readarr&amp;lt;/code&amp;gt; Ensure Readarr has permissions to its directory&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf /opt/Readarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf Readarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/readarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Raedarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Readarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Readarr/Readarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Readarr/Readarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Readarr doesn’t start, ensure you have [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed.&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start readarr.service&amp;lt;/code&amp;gt; Restart Readarr&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_2_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_2_upgrade_for_improved_stability|Mono version is less than 5.2, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Raedarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Download Clients ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Radarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Radarr instance and your download client on a local network. See [[Radarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Radarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Radarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Radarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Radarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Radarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Radarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Radarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Radarr when the download client tells Radarr it's done Radarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Sonarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Sonarr instance and your download client on a local network. See [[Sonarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Sonarr to prevent the errors.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Lidarr to be able to download media. Since Lidarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Lidarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Lidarr instance and your download client on a local network. See [[Lidarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Lidarr. Therefore Lidarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Lidarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Lidarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Lidarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Lidarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Lidarr when its complete that the finished song is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Lidarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Lidarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Lidarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Lidarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/audio&amp;lt;/code&amp;gt;and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Lidarr when the download client tells Lidarr it's done Lidarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/audio&amp;lt;/code&amp;gt;all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Readarr to be able to download media. Since Readarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Readarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Readarr instance and your download client on a local network. See [[Readarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Readarr. Therefore Readarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Readarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Readarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Readarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Readarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished book is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Readarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Readarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Readarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Readarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/books&amp;lt;/code&amp;gt;and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Readarr when the download client tells Readarr it's done Readarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/books&amp;lt;/code&amp;gt;all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Completed/Failed Download Handling ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client.&amp;lt;br /&amp;gt;Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occasionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following:&lt;br /&gt;
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.&lt;br /&gt;
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.&lt;br /&gt;
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occasionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Lidarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Lidarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Lidarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Lidarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Lidarr attempts to resolve this issue automatically, occasionally Lidarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Readarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Readarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Readarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Readarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Readarr attempts to resolve this issue automatically, occasionally Readarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Indexers ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires indexers to be able to discover new releases. [[Radarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires indexers to be able to discover new releases. [[Sonarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).&amp;lt;br /&amp;gt;&lt;br /&gt;
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results&amp;quot;&amp;gt;'''[[#no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results|No indexers available with automatic search enabled, Lidarr will not provide any automatic search results]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Simply put you do not have any of your indexers set to allow automatic searches&lt;br /&gt;
*** Go into Settings &amp;gt; Indexers, select an indexer you'd like to allow Automatic Searches and then click save.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically&amp;quot;&amp;gt;'''[[#no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically|No indexers available with RSS sync enabled, Lidarr will not grab new releases automatically]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** So Lidarr uses the RSS feed to pick up new releases as they come along. More info on that [[Lidarr FAQ#How does Lidarr work?|here]]&lt;br /&gt;
** To correct this issue go to Settings &amp;gt; Indexers, select an indexer you have and enable RSS Sync&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires indexers to be able to discover new releases. [[Lidarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Lidarr will only be able to find new releases via the RSS feeds. But searching for music (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Lidarr tried to use one of your indexers. To limit retries, Lidarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Lidarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Lidarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires indexers to be able to discover new releases. [[Readarr_Settings#Indexers|Please read the wiki on instructions how to add indexers.]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Readarr will only be able to find new releases via the RSS feeds. But searching for books (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Readarr tried to use one of your indexers. To limit retries, Readarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Readarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Readarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Folders ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a Movie is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the movie that is still using the old root folder and edit it to the correct root Folder&lt;br /&gt;
***# Easiest way to find this is to go to the Movies (Library) Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path&lt;br /&gt;
***# Select mass edit on the top bar and from the '''Root Paths''' drop down select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the movie folders to '&amp;lt;root path&amp;gt;' ?''' This will also state '''This will also rename the movie folder per the movie folder format in settings.''' Simply select No if the you do not want Radarr to move your files&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a series is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the series that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Series &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these series to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the series folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Sonarr to move your files&lt;br /&gt;
* &amp;lt;span id=&amp;quot;import_list_missing_root_folder&amp;quot;&amp;gt;'''[[#import_list_missing_root_folder|Import List missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a list is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
**#Go to Settings &amp;gt; Import Lists&lt;br /&gt;
**#Edit the import lists that were mentioned in the health check&lt;br /&gt;
**#Save&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an artist is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the artist that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these artists to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the artist folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Lidarr to move your files&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an author is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the author that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these authors to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the author folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Readarr to move your files&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Media ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;movie_was_removed_from_tmdb&amp;quot;&amp;gt;'''[[#movie_was_removed_from_tmdb|Movie was removed from TMDb]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The movie is linked to a TMDb Id that was deleted from TMDb, usually because it was a duplicate, wasn't a movie or changed ID for some other reason. Deleted movies will not receive any updates and should be corrected by the user to ensure continued functionality. Remove the movie from Radarr without deleting the files, then try to re-add it. If it doesn't show up in a search, check Radarr because it might be a TV miniseries like Stephen King's It.&amp;lt;br /&amp;gt;&lt;br /&gt;
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;lists_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#lists_are_unavailable_due_to_failures|Lists are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Typically this simply means that Radarr is no longer able to communicate via API or via logging in to your chosen list provider. Your best bet if the problem persists is to contact them in order to rule them out, as their systems maybe overloaded from time to time.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;series_removed_from_thetvdb&amp;quot;&amp;gt;'''[[#series_removed_from_thetvdb|Series Removed from TheTVDB]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disk Space ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=radarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Lidarr&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Readarr&lt;br /&gt;
&amp;lt;section end=readarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More Info ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home Page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Radarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/radarr r/radarr]&lt;br /&gt;
* Discord: [https://discord.gg/r5wJPt9 Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://opencollective.com/radarr click here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/Radarr/Radarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it [https://github.com/Radarr/Radarr/issues here]&lt;br /&gt;
&amp;lt;section end=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://sonarr.tv Sonarr's home page]&lt;br /&gt;
* Forums: [https://forums.sonarr.tv Sonarr Forums]&lt;br /&gt;
* Discord: [https://discord.gg/M6BvZn5 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/sonarr r/sonarr]&lt;br /&gt;
* Twitter: [https://twitter.com/sonarrtv @sonarrtv]&lt;br /&gt;
* IRC: [https://webchat.freenode.net/?channels=#sonarr #sonarr on Freenode]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/sonarr You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://sonarr.tv/donate click here]&lt;br /&gt;
* Source: https://github.com/Sonarr/Sonarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it on Github [https://github.com/Sonarr/Sonarr/issues here]&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://lidarr.audio Lidarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Lidarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/lidarr r/lidarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/5WQc3S8 Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://opencollective.com/lidarr click here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/lidarr/Lidarr/ Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it on GitHub [https://github.com/Lidarr/Lidarr/issues here]&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://readarr.com Readarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Readarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/readarr r/readarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/rkEXY2Rbgn Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/readarr here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/Readarr/Readarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it [https://github.com/Readarr/Readarr/issues click here]&lt;br /&gt;
&amp;lt;section end=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3202</id>
		<title>System status</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3202"/>
		<updated>2021-02-23T09:06:59Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== System ==&lt;br /&gt;
=== Health ===&lt;br /&gt;
==== Overview ====&lt;br /&gt;
====== Radarr ======&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Sonarr ======&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Lidarr ======&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Readarr ======&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
==== System Warnings ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Radarr are targeted for .NET. We provide legacy mono builds for those platforms that cannot use .NET. You are running one of these legacy builds but your platform supports .NET.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''[[Radarr_FAQ#how_do_i_backup_restore_my_Radarr| Back-Up your existing configuration]]'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
*** '''Delete your existing binaries (contents or folder of /opt/Radarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop radarr&amp;lt;/code&amp;gt; Stop Radarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Radarr /opt/Radarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; tar -xvzf Radarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Radarr Tarball&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo mv Radarr/ /opt&amp;lt;/code&amp;gt; Move the new Radarr Binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo chown radarr:radarr /opt/Radarr&amp;lt;/code&amp;gt; Ensure Radarr has permissions to its directory&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo rm -rf /opt/Radarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo rm -rf Radarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script in your systemd (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/radarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Radarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Radarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Radarr/Radarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Radarr/Radarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Radarr doesn’t start, ensure you have  [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed.&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start radarr.service&amp;lt;/code&amp;gt; Restart Radarr&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr is written in .Net and requires Mono to run on BSD and very old ARM processors. &lt;br /&gt;
** Mono 5.8 is the absolute minimum for Radarr but Mono 5.20 is currently recommended and is the minimum requirement on nightly builds.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;currently_installed_sqlite_version_is_not_supported&amp;quot;&amp;gt;'''[[#currently_installed_sqlite_version_is_not_supported|Currently installed SQLite version is not supported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr stores its data in an SQLite database.  The sqlite3 library installed on your system is too old.  Radarr requires at least version 3.9.0.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&lt;br /&gt;
** Please look at System -&amp;amp;gt; Info to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Radarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Radarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#Could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Radarr:&lt;br /&gt;
 proxy_http_version 1.1;&lt;br /&gt;
 proxy_set_header Upgrade $http_upgrade;&lt;br /&gt;
 proxy_set_header Connection $http_connection;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
 Include /etc/apache2/mods-available/proxy_wstunnel.load&lt;br /&gt;
 ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
 ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
* For Caddy (V1) use this:&lt;br /&gt;
** Note: you'll also need to add the websocket directive to your radarr configuration&lt;br /&gt;
  proxy /radarr 127.0.0.1:7878 {&lt;br /&gt;
      websocket&lt;br /&gt;
      transparent&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_old_and_unsupported|Currently installed .Net Framework is old and unsupported]]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. [https://dotnet.microsoft.com/download/dotnet-framework Please follow the instructions here].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. [https://dotnet.microsoft.com/download/dotnet-framework Please follow the instructions here].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Please look at System -&amp;amp;gt; About to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Sonarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Sonarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Lidarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***'''Delete your existing binaries (contents or folder of /opt/Lidarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''&amp;lt;/span&amp;gt;&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop lidarr.service&amp;lt;/code&amp;gt; Stop Lidarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Lidarr /opt/Lidarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; tar -xvzf Lidarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Lidarr Tarball&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv Lidarr/ /opt&amp;lt;/code&amp;gt; Move the new Lidarr Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo chown lidarr:lidarr /opt/Lidarr&amp;lt;/code&amp;gt; Ensure Lidarr has permissions to its directory&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf /opt/Lidarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf Lidarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/lidarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Lidarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Lidarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Lidarr/Lidarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Lidarr/Lidarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Lidarr doesn’t start, ensure you have [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start lidarr.service&amp;lt;/code&amp;gt; Restart Lidarr&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Readarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
**** For a x64 install you'd use  &amp;lt;code&amp;gt;wget --content-disposition [https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 'https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64][http://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64' ']&amp;lt;/code&amp;gt;&lt;br /&gt;
***'''Delete your existing binaries (contents or folder of /opt/Readarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop readarr&amp;lt;/code&amp;gt; Stop Readarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Readarr /opt/Readarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; tar -xvzf Readarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Readarr Tarball&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv Readarr/ /opt&amp;lt;/code&amp;gt; Move the new Readarr Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo chown readarr:readarr /opt/Readarr&amp;lt;/code&amp;gt; Ensure Readarr has permissions to its directory&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf /opt/Readarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf Readarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/readarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Raedarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Readarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Readarr/Readarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Readarr/Readarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Readarr doesn’t start, ensure you have [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed.&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start readarr.service&amp;lt;/code&amp;gt; Restart Readarr&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_2_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_2_upgrade_for_improved_stability|Mono version is less than 5.2, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Raedarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Download Clients ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Radarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Radarr instance and your download client on a local network. See [[Radarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Radarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Radarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Radarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Radarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Radarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Radarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Radarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Radarr when the download client tells Radarr it's done Radarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Sonarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Sonarr instance and your download client on a local network. See [[Sonarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Sonarr to prevent the errors.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Lidarr to be able to download media. Since Lidarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Lidarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Lidarr instance and your download client on a local network. See [[Lidarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Lidarr. Therefore Lidarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Lidarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Lidarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Lidarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Lidarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Lidarr when its complete that the finished song is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Lidarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Lidarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Lidarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Lidarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/audio&amp;lt;/code&amp;gt;and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Lidarr when the download client tells Lidarr it's done Lidarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/audio&amp;lt;/code&amp;gt;all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Readarr to be able to download media. Since Readarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Readarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Readarr instance and your download client on a local network. See [[Readarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Readarr. Therefore Readarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Readarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Readarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Readarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Readarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished book is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Readarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Readarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Readarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Readarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/books&amp;lt;/code&amp;gt;and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Readarr when the download client tells Readarr it's done Readarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/books&amp;lt;/code&amp;gt;all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Completed/Failed Download Handling ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client.&amp;lt;br /&amp;gt;Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occasionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following:&lt;br /&gt;
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.&lt;br /&gt;
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.&lt;br /&gt;
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occasionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Lidarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Lidarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Lidarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Lidarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Lidarr attempts to resolve this issue automatically, occasionally Lidarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Readarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Readarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Readarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Readarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Readarr attempts to resolve this issue automatically, occasionally Readarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Indexers ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires indexers to be able to discover new releases. [[Radarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires indexers to be able to discover new releases. [[Sonarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).&amp;lt;br /&amp;gt;&lt;br /&gt;
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results&amp;quot;&amp;gt;'''[[#no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results|No indexers available with automatic search enabled, Lidarr will not provide any automatic search results]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Simply put you do not have any of your indexers set to allow automatic searches&lt;br /&gt;
*** Go into Settings &amp;gt; Indexers, select an indexer you'd like to allow Automatic Searches and then click save.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically&amp;quot;&amp;gt;'''[[#no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically|No indexers available with RSS sync enabled, Lidarr will not grab new releases automatically]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** So Lidarr uses the RSS feed to pick up new releases as they come along. More info on that [[Lidarr FAQ#How does Lidarr work?|here]]&lt;br /&gt;
** To correct this issue go to Settings &amp;gt; Indexers, select an indexer you have and enable RSS Sync&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires indexers to be able to discover new releases. [[Lidarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Lidarr will only be able to find new releases via the RSS feeds. But searching for music (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Lidarr tried to use one of your indexers. To limit retries, Lidarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Lidarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Lidarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires indexers to be able to discover new releases. [[Readarr_Settings#Indexers|Please read the wiki on instructions how to add indexers.]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Readarr will only be able to find new releases via the RSS feeds. But searching for books (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Readarr tried to use one of your indexers. To limit retries, Readarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Readarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Readarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Folders ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a Movie is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the movie that is still using the old root folder and edit it to the correct root Folder&lt;br /&gt;
***# Easiest way to find this is to go to the Movies (Library) Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path&lt;br /&gt;
***# Select mass edit on the top bar and from the '''Root Paths''' drop down select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the movie folders to '&amp;lt;root path&amp;gt;' ?''' This will also state '''This will also rename the movie folder per the movie folder format in settings.''' Simply select No if the you do not want Radarr to move your files&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a series is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the series that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Series &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these series to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the series folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Sonarr to move your files&lt;br /&gt;
* &amp;lt;span id=&amp;quot;import_list_missing_root_folder&amp;quot;&amp;gt;'''[[#import_list_missing_root_folder|Import List missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a list is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
**#Go to Settings &amp;gt; Import Lists&lt;br /&gt;
**#Edit the import lists that were mentioned in the health check&lt;br /&gt;
**#Save&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an artist is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the artist that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these artists to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the artist folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Lidarr to move your files&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an author is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the author that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these authors to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the author folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Readarr to move your files&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Media ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;movie_was_removed_from_tmdb&amp;quot;&amp;gt;'''[[#movie_was_removed_from_tmdb|Movie was removed from TMDb]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The movie is linked to a TMDb Id that was deleted from TMDb, usually because it was a duplicate, wasn't a movie or changed ID for some other reason. Deleted movies will not receive any updates and should be corrected by the user to ensure continued functionality. Remove the movie from Radarr without deleting the files, then try to re-add it. If it doesn't show up in a search, check Radarr because it might be a TV miniseries like Stephen King's It.&amp;lt;br /&amp;gt;&lt;br /&gt;
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;lists_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#lists_are_unavailable_due_to_failures|Lists are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Typically this simply means that Radarr is no longer able to communicate via API or via logging in to your chosen list provider. Your best bet if the problem persists is to contact them in order to rule them out, as their systems maybe overloaded from time to time.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;series_removed_from_thetvdb&amp;quot;&amp;gt;'''[[#series_removed_from_thetvdb|Series Removed from TheTVDB]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disk Space ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=radarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Lidarr&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Readarr&lt;br /&gt;
&amp;lt;section end=readarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More Info ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home Page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Radarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/radarr r/radarr]&lt;br /&gt;
* Discord: [https://discord.gg/r5wJPt9 Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://opencollective.com/radarr click here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/Radarr/Radarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it [https://github.com/Radarr/Radarr/issues here]&lt;br /&gt;
&amp;lt;section end=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://sonarr.tv Sonarr's home page]&lt;br /&gt;
* Forums: [https://forums.sonarr.tv Sonarr Forums]&lt;br /&gt;
* Discord: [https://discord.gg/M6BvZn5 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/sonarr r/sonarr]&lt;br /&gt;
* Twitter: [https://twitter.com/sonarrtv @sonarrtv]&lt;br /&gt;
* IRC: [https://webchat.freenode.net/?channels=#sonarr #sonarr on Freenode]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/sonarr You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://sonarr.tv/donate click here]&lt;br /&gt;
* Source: https://github.com/Sonarr/Sonarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it on Github [https://github.com/Sonarr/Sonarr/issues here]&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://lidarr.audio Lidarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Lidarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/lidarr r/lidarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/5WQc3S8 Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://opencollective.com/lidarr click here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/lidarr/Lidarr/ Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it on GitHub [https://github.com/Lidarr/Lidarr/issues here]&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://readarr.com Readarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Readarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/readarr r/readarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/rkEXY2Rbgn Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/readarr here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/Readarr/Readarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it [https://github.com/Readarr/Readarr/issues click here]&lt;br /&gt;
&amp;lt;section end=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3201</id>
		<title>System status</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3201"/>
		<updated>2021-02-23T09:06:27Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== System ==&lt;br /&gt;
=== Health ===&lt;br /&gt;
==== Overview ====&lt;br /&gt;
====== Radarr ======&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Sonarr ======&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Lidarr ======&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Readarr ======&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
==== System Warnings ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Radarr are targeted for .NET. We provide legacy mono builds for those platforms that cannot use .NET. You are running one of these legacy builds but your platform supports .NET.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''[[Radarr_FAQ#how_do_i_backup_restore_my_Radarr| Back-Up your existing configuration]]'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
****For a x64 install you'd use  &amp;lt;code&amp;gt;wget --content-disposition 'http://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64'&amp;lt;/code&amp;gt;&lt;br /&gt;
*** '''Delete your existing binaries (contents or folder of /opt/Radarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop radarr&amp;lt;/code&amp;gt; Stop Radarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Radarr /opt/Radarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; tar -xvzf Radarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Radarr Tarball&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo mv Radarr/ /opt&amp;lt;/code&amp;gt; Move the new Radarr Binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo chown radarr:radarr /opt/Radarr&amp;lt;/code&amp;gt; Ensure Radarr has permissions to its directory&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo rm -rf /opt/Radarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo rm -rf Radarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script in your systemd (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/radarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Radarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Radarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Radarr/Radarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Radarr/Radarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Radarr doesn’t start, ensure you have  [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed.&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start radarr.service&amp;lt;/code&amp;gt; Restart Radarr&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr is written in .Net and requires Mono to run on BSD and very old ARM processors. &lt;br /&gt;
** Mono 5.8 is the absolute minimum for Radarr but Mono 5.20 is currently recommended and is the minimum requirement on nightly builds.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;currently_installed_sqlite_version_is_not_supported&amp;quot;&amp;gt;'''[[#currently_installed_sqlite_version_is_not_supported|Currently installed SQLite version is not supported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr stores its data in an SQLite database.  The sqlite3 library installed on your system is too old.  Radarr requires at least version 3.9.0.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&lt;br /&gt;
** Please look at System -&amp;amp;gt; Info to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Radarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Radarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#Could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Radarr:&lt;br /&gt;
 proxy_http_version 1.1;&lt;br /&gt;
 proxy_set_header Upgrade $http_upgrade;&lt;br /&gt;
 proxy_set_header Connection $http_connection;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
 Include /etc/apache2/mods-available/proxy_wstunnel.load&lt;br /&gt;
 ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
 ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
* For Caddy (V1) use this:&lt;br /&gt;
** Note: you'll also need to add the websocket directive to your radarr configuration&lt;br /&gt;
  proxy /radarr 127.0.0.1:7878 {&lt;br /&gt;
      websocket&lt;br /&gt;
      transparent&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_old_and_unsupported|Currently installed .Net Framework is old and unsupported]]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. [https://dotnet.microsoft.com/download/dotnet-framework Please follow the instructions here].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. [https://dotnet.microsoft.com/download/dotnet-framework Please follow the instructions here].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Please look at System -&amp;amp;gt; About to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Sonarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Sonarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Lidarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***'''Delete your existing binaries (contents or folder of /opt/Lidarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''&amp;lt;/span&amp;gt;&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop lidarr.service&amp;lt;/code&amp;gt; Stop Lidarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Lidarr /opt/Lidarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; tar -xvzf Lidarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Lidarr Tarball&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv Lidarr/ /opt&amp;lt;/code&amp;gt; Move the new Lidarr Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo chown lidarr:lidarr /opt/Lidarr&amp;lt;/code&amp;gt; Ensure Lidarr has permissions to its directory&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf /opt/Lidarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf Lidarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/lidarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Lidarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Lidarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Lidarr/Lidarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Lidarr/Lidarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Lidarr doesn’t start, ensure you have [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start lidarr.service&amp;lt;/code&amp;gt; Restart Lidarr&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Readarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
**** For a x64 install you'd use  &amp;lt;code&amp;gt;wget --content-disposition [https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 'https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64][http://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64' ']&amp;lt;/code&amp;gt;&lt;br /&gt;
***'''Delete your existing binaries (contents or folder of /opt/Readarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop readarr&amp;lt;/code&amp;gt; Stop Readarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Readarr /opt/Readarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; tar -xvzf Readarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Readarr Tarball&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv Readarr/ /opt&amp;lt;/code&amp;gt; Move the new Readarr Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo chown readarr:readarr /opt/Readarr&amp;lt;/code&amp;gt; Ensure Readarr has permissions to its directory&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf /opt/Readarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf Readarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/readarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Raedarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Readarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Readarr/Readarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Readarr/Readarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Readarr doesn’t start, ensure you have [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed.&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start readarr.service&amp;lt;/code&amp;gt; Restart Readarr&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_2_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_2_upgrade_for_improved_stability|Mono version is less than 5.2, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Raedarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Download Clients ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Radarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Radarr instance and your download client on a local network. See [[Radarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Radarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Radarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Radarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Radarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Radarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Radarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Radarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Radarr when the download client tells Radarr it's done Radarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Sonarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Sonarr instance and your download client on a local network. See [[Sonarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Sonarr to prevent the errors.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Lidarr to be able to download media. Since Lidarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Lidarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Lidarr instance and your download client on a local network. See [[Lidarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Lidarr. Therefore Lidarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Lidarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Lidarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Lidarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Lidarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Lidarr when its complete that the finished song is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Lidarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Lidarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Lidarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Lidarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/audio&amp;lt;/code&amp;gt;and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Lidarr when the download client tells Lidarr it's done Lidarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/audio&amp;lt;/code&amp;gt;all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Readarr to be able to download media. Since Readarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Readarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Readarr instance and your download client on a local network. See [[Readarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Readarr. Therefore Readarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Readarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Readarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Readarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Readarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished book is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Readarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Readarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Readarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Readarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/books&amp;lt;/code&amp;gt;and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Readarr when the download client tells Readarr it's done Readarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/books&amp;lt;/code&amp;gt;all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Completed/Failed Download Handling ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client.&amp;lt;br /&amp;gt;Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occasionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following:&lt;br /&gt;
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.&lt;br /&gt;
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.&lt;br /&gt;
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occasionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Lidarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Lidarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Lidarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Lidarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Lidarr attempts to resolve this issue automatically, occasionally Lidarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Readarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Readarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Readarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Readarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Readarr attempts to resolve this issue automatically, occasionally Readarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Indexers ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires indexers to be able to discover new releases. [[Radarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires indexers to be able to discover new releases. [[Sonarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).&amp;lt;br /&amp;gt;&lt;br /&gt;
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results&amp;quot;&amp;gt;'''[[#no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results|No indexers available with automatic search enabled, Lidarr will not provide any automatic search results]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Simply put you do not have any of your indexers set to allow automatic searches&lt;br /&gt;
*** Go into Settings &amp;gt; Indexers, select an indexer you'd like to allow Automatic Searches and then click save.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically&amp;quot;&amp;gt;'''[[#no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically|No indexers available with RSS sync enabled, Lidarr will not grab new releases automatically]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** So Lidarr uses the RSS feed to pick up new releases as they come along. More info on that [[Lidarr FAQ#How does Lidarr work?|here]]&lt;br /&gt;
** To correct this issue go to Settings &amp;gt; Indexers, select an indexer you have and enable RSS Sync&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires indexers to be able to discover new releases. [[Lidarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Lidarr will only be able to find new releases via the RSS feeds. But searching for music (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Lidarr tried to use one of your indexers. To limit retries, Lidarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Lidarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Lidarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires indexers to be able to discover new releases. [[Readarr_Settings#Indexers|Please read the wiki on instructions how to add indexers.]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Readarr will only be able to find new releases via the RSS feeds. But searching for books (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Readarr tried to use one of your indexers. To limit retries, Readarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Readarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Readarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Folders ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a Movie is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the movie that is still using the old root folder and edit it to the correct root Folder&lt;br /&gt;
***# Easiest way to find this is to go to the Movies (Library) Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path&lt;br /&gt;
***# Select mass edit on the top bar and from the '''Root Paths''' drop down select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the movie folders to '&amp;lt;root path&amp;gt;' ?''' This will also state '''This will also rename the movie folder per the movie folder format in settings.''' Simply select No if the you do not want Radarr to move your files&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a series is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the series that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Series &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these series to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the series folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Sonarr to move your files&lt;br /&gt;
* &amp;lt;span id=&amp;quot;import_list_missing_root_folder&amp;quot;&amp;gt;'''[[#import_list_missing_root_folder|Import List missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a list is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
**#Go to Settings &amp;gt; Import Lists&lt;br /&gt;
**#Edit the import lists that were mentioned in the health check&lt;br /&gt;
**#Save&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an artist is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the artist that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these artists to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the artist folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Lidarr to move your files&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an author is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the author that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these authors to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the author folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Readarr to move your files&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Media ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;movie_was_removed_from_tmdb&amp;quot;&amp;gt;'''[[#movie_was_removed_from_tmdb|Movie was removed from TMDb]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The movie is linked to a TMDb Id that was deleted from TMDb, usually because it was a duplicate, wasn't a movie or changed ID for some other reason. Deleted movies will not receive any updates and should be corrected by the user to ensure continued functionality. Remove the movie from Radarr without deleting the files, then try to re-add it. If it doesn't show up in a search, check Radarr because it might be a TV miniseries like Stephen King's It.&amp;lt;br /&amp;gt;&lt;br /&gt;
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;lists_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#lists_are_unavailable_due_to_failures|Lists are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Typically this simply means that Radarr is no longer able to communicate via API or via logging in to your chosen list provider. Your best bet if the problem persists is to contact them in order to rule them out, as their systems maybe overloaded from time to time.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;series_removed_from_thetvdb&amp;quot;&amp;gt;'''[[#series_removed_from_thetvdb|Series Removed from TheTVDB]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disk Space ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=radarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Lidarr&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Readarr&lt;br /&gt;
&amp;lt;section end=readarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More Info ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home Page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Radarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/radarr r/radarr]&lt;br /&gt;
* Discord: [https://discord.gg/r5wJPt9 Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://opencollective.com/radarr click here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/Radarr/Radarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it [https://github.com/Radarr/Radarr/issues here]&lt;br /&gt;
&amp;lt;section end=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://sonarr.tv Sonarr's home page]&lt;br /&gt;
* Forums: [https://forums.sonarr.tv Sonarr Forums]&lt;br /&gt;
* Discord: [https://discord.gg/M6BvZn5 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/sonarr r/sonarr]&lt;br /&gt;
* Twitter: [https://twitter.com/sonarrtv @sonarrtv]&lt;br /&gt;
* IRC: [https://webchat.freenode.net/?channels=#sonarr #sonarr on Freenode]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/sonarr You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://sonarr.tv/donate click here]&lt;br /&gt;
* Source: https://github.com/Sonarr/Sonarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it on Github [https://github.com/Sonarr/Sonarr/issues here]&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://lidarr.audio Lidarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Lidarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/lidarr r/lidarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/5WQc3S8 Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://opencollective.com/lidarr click here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/lidarr/Lidarr/ Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it on GitHub [https://github.com/Lidarr/Lidarr/issues here]&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://readarr.com Readarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Readarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/readarr r/readarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/rkEXY2Rbgn Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/readarr here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/Readarr/Readarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it [https://github.com/Readarr/Readarr/issues click here]&lt;br /&gt;
&amp;lt;section end=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3200</id>
		<title>System status</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3200"/>
		<updated>2021-02-23T09:03:04Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== System ==&lt;br /&gt;
=== Health ===&lt;br /&gt;
==== Overview ====&lt;br /&gt;
====== Radarr ======&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Sonarr ======&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Lidarr ======&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Readarr ======&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
==== System Warnings ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Radarr are targeted for .NET. We provide legacy mono builds for those platforms that cannot use .NET. You are running one of these legacy builds but your platform supports .NET.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''[[Radarr_FAQ#how_do_i_backup_restore_my_Radarr| Back-Up your existing configuration]]'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
****For a x64 install you'd use  &amp;lt;code&amp;gt;wget --content-disposition 'http://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64'&amp;lt;/code&amp;gt;&lt;br /&gt;
*** '''Delete your existing binaries (contents or folder of /opt/Radarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop radarr&amp;lt;/code&amp;gt; Stop Radarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Radarr /opt/Radarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; tar -xvzf Radarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Radarr Tarball&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo mv Radarr/ /opt&amp;lt;/code&amp;gt; Move the new Radarr Binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo chown radarr:radarr /opt/Radarr&amp;lt;/code&amp;gt; Ensure Radarr has permissions to its directory&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo rm -rf /opt/Radarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
**** &amp;lt;code&amp;gt; sudo rm -rf Radarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script in your systemd (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/radarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Radarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Radarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Radarr/Radarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Radarr/Radarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Radarr doesn’t start, ensure you have  [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed.&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start radarr.service&amp;lt;/code&amp;gt; Restart Radarr&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr is written in .Net and requires Mono to run on BSD and very old ARM processors. &lt;br /&gt;
** Mono 5.8 is the absolute minimum for Radarr but Mono 5.20 is currently recommended and is the minimum requirement on nightly builds.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;currently_installed_sqlite_version_is_not_supported&amp;quot;&amp;gt;'''[[#currently_installed_sqlite_version_is_not_supported|Currently installed SQLite version is not supported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr stores its data in an SQLite database.  The sqlite3 library installed on your system is too old.  Radarr requires at least version 3.9.0.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&lt;br /&gt;
** Please look at System -&amp;amp;gt; Info to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Radarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Radarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#Could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Radarr:&lt;br /&gt;
 proxy_http_version 1.1;&lt;br /&gt;
 proxy_set_header Upgrade $http_upgrade;&lt;br /&gt;
 proxy_set_header Connection $http_connection;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
 Include /etc/apache2/mods-available/proxy_wstunnel.load&lt;br /&gt;
 ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
 ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
* For Caddy (V1) use this:&lt;br /&gt;
** Note: you'll also need to add the websocket directive to your radarr configuration&lt;br /&gt;
  proxy /radarr 127.0.0.1:7878 {&lt;br /&gt;
      websocket&lt;br /&gt;
      transparent&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_old_and_unsupported|Currently installed .Net Framework is old and unsupported]]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. [https://dotnet.microsoft.com/download/dotnet-framework Please follow the instructions here].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. [https://dotnet.microsoft.com/download/dotnet-framework Please follow the instructions here].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Please look at System -&amp;amp;gt; About to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Sonarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Sonarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Lidarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
*** For a x64 install you'd use  &amp;lt;code&amp;gt;wget --content-disposition 'https://lidarr.servarr.com/v1/update/develop/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64'&amp;lt;/code&amp;gt;&lt;br /&gt;
***'''Delete your existing binaries (contents or folder of /opt/Lidarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''&amp;lt;/span&amp;gt;&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop lidarr.service&amp;lt;/code&amp;gt; Stop Lidarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Lidarr /opt/Lidarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; tar -xvzf Lidarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Lidarr Tarball&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv Lidarr/ /opt&amp;lt;/code&amp;gt; Move the new Lidarr Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo chown lidarr:lidarr /opt/Lidarr&amp;lt;/code&amp;gt; Ensure Lidarr has permissions to its directory&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf /opt/Lidarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf Lidarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/lidarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Lidarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Lidarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Lidarr/Lidarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Lidarr/Lidarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Lidarr doesn’t start, ensure you have [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start lidarr.service&amp;lt;/code&amp;gt; Restart Lidarr&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Readarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
**** For a x64 install you'd use  &amp;lt;code&amp;gt;wget --content-disposition [https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 'https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64][http://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64' ']&amp;lt;/code&amp;gt;&lt;br /&gt;
***'''Delete your existing binaries (contents or folder of /opt/Readarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl stop readarr&amp;lt;/code&amp;gt; Stop Readarr&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv /opt/Readarr /opt/Readarr.old&amp;lt;/code&amp;gt; Backup the old Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; tar -xvzf Readarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Extract the Readarr Tarball&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo mv Readarr/ /opt&amp;lt;/code&amp;gt; Move the new Readarr Binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo chown readarr:readarr /opt/Readarr&amp;lt;/code&amp;gt; Ensure Readarr has permissions to its directory&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf /opt/Readarr.old&amp;lt;/code&amp;gt; Remove the old binaries&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo rm -rf Readarr*.linux-core-x64.tar.gz&amp;lt;/code&amp;gt; Remove the Tarball&lt;br /&gt;
**** Update your startup script (&amp;lt;code&amp;gt; sudo nano -e /etc/systemd/system/readarr.service&amp;lt;/code&amp;gt;) to call &amp;lt;code&amp;gt;Raedarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Readarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Readarr/Readarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Readarr/Readarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** If Readarr doesn’t start, ensure you have [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux the dependencies listed here] installed.&lt;br /&gt;
****&amp;lt;code&amp;gt; systemctl daemon-reload&amp;lt;/code&amp;gt; Reload the Systemd Files&lt;br /&gt;
****&amp;lt;code&amp;gt; sudo systemctl start readarr.service&amp;lt;/code&amp;gt; Restart Readarr&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_2_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_2_upgrade_for_improved_stability|Mono version is less than 5.2, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Raedarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is use of a nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Download Clients ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Radarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Radarr instance and your download client on a local network. See [[Radarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Radarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Radarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Radarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Radarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Radarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Radarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Radarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Radarr when the download client tells Radarr it's done Radarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Sonarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Sonarr instance and your download client on a local network. See [[Sonarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Sonarr to prevent the errors.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Lidarr to be able to download media. Since Lidarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Lidarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Lidarr instance and your download client on a local network. See [[Lidarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Lidarr. Therefore Lidarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Lidarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Lidarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Lidarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Lidarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Lidarr when its complete that the finished song is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Lidarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Lidarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Lidarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Lidarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/audio&amp;lt;/code&amp;gt;and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Lidarr when the download client tells Lidarr it's done Lidarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/audio&amp;lt;/code&amp;gt;all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Readarr to be able to download media. Since Readarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machine this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Readarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Readarr instance and your download client on a local network. See [[Readarr FAQ#Invalid Certificate and other HTTPS or SSL issues|the SSL FAQ entry]] for more information.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Readarr. Therefore Readarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Readarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Readarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Readarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Readarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished book is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Readarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Readarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Readarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Readarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/books&amp;lt;/code&amp;gt;and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Readarr when the download client tells Readarr it's done Readarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/books&amp;lt;/code&amp;gt;all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves, but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Completed/Failed Download Handling ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client.&amp;lt;br /&amp;gt;Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occasionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following:&lt;br /&gt;
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.&lt;br /&gt;
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.&lt;br /&gt;
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occasionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Lidarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Lidarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Lidarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Lidarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Lidarr attempts to resolve this issue automatically, occasionally Lidarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Readarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Readarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Readarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Readarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Readarr attempts to resolve this issue automatically, occasionally Readarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Indexers ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires indexers to be able to discover new releases. [[Radarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires indexers to be able to discover new releases. [[Sonarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).&amp;lt;br /&amp;gt;&lt;br /&gt;
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results&amp;quot;&amp;gt;'''[[#no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results|No indexers available with automatic search enabled, Lidarr will not provide any automatic search results]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Simply put you do not have any of your indexers set to allow automatic searches&lt;br /&gt;
*** Go into Settings &amp;gt; Indexers, select an indexer you'd like to allow Automatic Searches and then click save.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically&amp;quot;&amp;gt;'''[[#no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically|No indexers available with RSS sync enabled, Lidarr will not grab new releases automatically]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** So Lidarr uses the RSS feed to pick up new releases as they come along. More info on that [[Lidarr FAQ#How does Lidarr work?|here]]&lt;br /&gt;
** To correct this issue go to Settings &amp;gt; Indexers, select an indexer you have and enable RSS Sync&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires indexers to be able to discover new releases. [[Lidarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Lidarr will only be able to find new releases via the RSS feeds. But searching for music (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Lidarr tried to use one of your indexers. To limit retries, Lidarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Lidarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Lidarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires indexers to be able to discover new releases. [[Readarr_Settings#Indexers|Please read the wiki on instructions how to add indexers.]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Readarr will only be able to find new releases via the RSS feeds. But searching for books (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Readarr tried to use one of your indexers. To limit retries, Readarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Readarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Readarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Folders ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a Movie is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the movie that is still using the old root folder and edit it to the correct root Folder&lt;br /&gt;
***# Easiest way to find this is to go to the Movies (Library) Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path&lt;br /&gt;
***# Select mass edit on the top bar and from the '''Root Paths''' drop down select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the movie folders to '&amp;lt;root path&amp;gt;' ?''' This will also state '''This will also rename the movie folder per the movie folder format in settings.''' Simply select No if the you do not want Radarr to move your files&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a series is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the series that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Series &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these series to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the series folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Sonarr to move your files&lt;br /&gt;
* &amp;lt;span id=&amp;quot;import_list_missing_root_folder&amp;quot;&amp;gt;'''[[#import_list_missing_root_folder|Import List missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a list is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
**#Go to Settings &amp;gt; Import Lists&lt;br /&gt;
**#Edit the import lists that were mentioned in the health check&lt;br /&gt;
**#Save&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an artist is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the artist that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these artists to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the artist folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Lidarr to move your files&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an author is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the author that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these authors to be moved to.&lt;br /&gt;
***# Next you'll receive a pop-up that states '''Would you like to move the author folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Readarr to move your files&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Media ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;movie_was_removed_from_tmdb&amp;quot;&amp;gt;'''[[#movie_was_removed_from_tmdb|Movie was removed from TMDb]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The movie is linked to a TMDb Id that was deleted from TMDb, usually because it was a duplicate, wasn't a movie or changed ID for some other reason. Deleted movies will not receive any updates and should be corrected by the user to ensure continued functionality. Remove the movie from Radarr without deleting the files, then try to re-add it. If it doesn't show up in a search, check Radarr because it might be a TV miniseries like Stephen King's It.&amp;lt;br /&amp;gt;&lt;br /&gt;
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;lists_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#lists_are_unavailable_due_to_failures|Lists are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Typically this simply means that Radarr is no longer able to communicate via API or via logging in to your chosen list provider. Your best bet if the problem persists is to contact them in order to rule them out, as their systems maybe overloaded from time to time.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;series_removed_from_thetvdb&amp;quot;&amp;gt;'''[[#series_removed_from_thetvdb|Series Removed from TheTVDB]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disk Space ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space within your Docker image&lt;br /&gt;
&amp;lt;section end=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=radarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Lidarr&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Readarr&lt;br /&gt;
&amp;lt;section end=readarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More Info ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home Page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Radarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/radarr r/radarr]&lt;br /&gt;
* Discord: [https://discord.gg/r5wJPt9 Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://opencollective.com/radarr click here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/Radarr/Radarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it [https://github.com/Radarr/Radarr/issues here]&lt;br /&gt;
&amp;lt;section end=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://sonarr.tv Sonarr's home page]&lt;br /&gt;
* Forums: [https://forums.sonarr.tv Sonarr Forums]&lt;br /&gt;
* Discord: [https://discord.gg/M6BvZn5 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/sonarr r/sonarr]&lt;br /&gt;
* Twitter: [https://twitter.com/sonarrtv @sonarrtv]&lt;br /&gt;
* IRC: [https://webchat.freenode.net/?channels=#sonarr #sonarr on Freenode]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/sonarr You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://sonarr.tv/donate click here]&lt;br /&gt;
* Source: https://github.com/Sonarr/Sonarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it on Github [https://github.com/Sonarr/Sonarr/issues here]&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://lidarr.audio Lidarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Lidarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/lidarr r/lidarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/5WQc3S8 Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate [https://opencollective.com/lidarr click here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/lidarr/Lidarr/ Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it on GitHub [https://github.com/Lidarr/Lidarr/issues here]&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://readarr.com Readarr's home page]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com/Readarr You're here already]&lt;br /&gt;
* Reddit: [https://reddit.com/r/readarr r/readarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/rkEXY2Rbgn Join our discord]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/readarr here]&lt;br /&gt;
* Donations to Sonarr: If you're feeling generous and would like to donate to the project that started it all [https://sonarr.tv/donate  click here]&lt;br /&gt;
* Source: [https://github.com/Readarr/Readarr Github]&lt;br /&gt;
* Feature Requests: Got a great idea drop it [https://github.com/Readarr/Readarr/issues click here]&lt;br /&gt;
&amp;lt;section end=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3068</id>
		<title>System status</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3068"/>
		<updated>2021-01-25T17:57:23Z</updated>

		<summary type="html">&lt;p&gt;Ta264: /* System Warnings */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== System ==&lt;br /&gt;
=== Health ===&lt;br /&gt;
==== Overview ====&lt;br /&gt;
====== Radarr ======&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Sonarr ======&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Lidarr ======&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Readarr ======&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
==== System Warnings ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Radarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Radarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Radarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Radarr/Radarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Radarr/Radarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Radarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr is written in .Net and requires Mono to run on BSD and very old ARM processors. &lt;br /&gt;
** Mono 5.8 is the absolute minimum for Radarr but Mono 5.20 is currently recommended and is the minimum requirement on nightly builds.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;currently_installed_sqlite_version_is_not_supported&amp;quot;&amp;gt;'''[[#currently_installed_sqlite_version_is_not_supported|Currently installed SQLite version is not supported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr stores its data in an SQLite database.  The sqlite3 library installed on your system is too old.  Radarr requires at least version 3.9.0.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&lt;br /&gt;
** Please look at System -&amp;amp;gt; Info to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Radarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Radarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:&lt;br /&gt;
 proxy_http_version 1.1;&lt;br /&gt;
 proxy_set_header Upgrade $http_upgrade;&lt;br /&gt;
 proxy_set_header Connection $http_connection;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
 Include /etc/apache2/mods-available/proxy_wstunnel.load&lt;br /&gt;
 ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
 ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
* For Caddy (V1) use this:&lt;br /&gt;
** Note: you'll also need to add the websocket directive to your radarr configuration&lt;br /&gt;
  proxy /radarr 127.0.0.1:7878 {&lt;br /&gt;
      websocket&lt;br /&gt;
      transparent&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_old_and_unsupported|Currently installed .Net Framework is old and unsupported]]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Please look at System -&amp;amp;gt; About to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Sonarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Sonarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Lidarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Lidarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Lidarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Lidarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Lidarr/Lidarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Lidarr/Lidarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Lidarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Readarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Readarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Readarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Readarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Readarr/Readarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Readarr/Readarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Readarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_2_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_2_upgrade_for_improved_stability|Mono version is less than 5.2, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Raedarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Download Clients ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Radarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Radarr instance and your download client on a local network. See [[Radarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Radarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Radarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Radarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Radarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Radarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Radarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Radarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Radarr when the download client tells Radarr it's done Radarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Sonarr to prevent the errors.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Lidarr to be able to download media. Since Lidarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Lidarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Lidarr instance and your download client on a local network. See [[Lidarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Lidarr. Therefore Lidarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Lidarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Lidarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Lidarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Lidarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Lidarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Lidarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Lidarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Lidarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Lidarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Lidarr when the download client tells Lidarr it's done Lidarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Readarr to be able to download media. Since Readarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Readarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Readarr instance and your download client on a local network. See [[Readarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Readarr. Therefore Readarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Readarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Readarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Readarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Readarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Readarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Readarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Readarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Readarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Readarr when the download client tells Readarr it's done Readarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Completed/Failed Download Handling ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Radarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Radarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occassionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following:&lt;br /&gt;
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.&lt;br /&gt;
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.&lt;br /&gt;
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occassionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Lidarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Lidarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Lidarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Lidarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Lidarr attempts to resolve this issue automatically, occassionally Lidarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Readarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Readarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Readarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Readarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Readarr attempts to resolve this issue automatically, occassionally Readarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Indexers ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires indexers to be able to discover new releases. [[Radarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires indexers to be able to discover new releases. [[Sonarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).&amp;lt;br /&amp;gt;&lt;br /&gt;
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results&amp;quot;&amp;gt;'''[[#no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results|No indexers available with automatic search enabled, Lidarr will not provide any automatic search results]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Simply put you do not have any of your indexers set to allow automatic searches&lt;br /&gt;
*** Go into Settings &amp;gt; Indexers, select an indexer you'd like to allow Automatic Searches and then click save.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically&amp;quot;&amp;gt;'''[[#no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically|No indexers avaiable with RSS syn enabled, Lidarr will not grab new releases automatically]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** So Lidarr uses the RSS feed to pick up new releases as they come along. More info on that [[Lidarr FAQ#How does Lidarr work?|here]]&lt;br /&gt;
** To correct this issue go to Settings &amp;gt; Indexers, select an indexer you have and enable RSS Sync&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires indexers to be able to discover new releases. [[Lidarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Lidarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Lidarr tried to use one of your indexers. To limit retries, Lidarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Lidarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Lidarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires indexers to be able to discover new releases. [[Readarr_Settings#Indexers|Please read the wiki on instructions how to add indexers.]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Readarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Readarr tried to use one of your indexers. To limit retries, Readarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Readarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Readarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Folders ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a Movie is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the movie that is still using the old root folder and edit it to the correct root Folder&lt;br /&gt;
***# Easiest way to find this is to go to the Movies (Library) Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path&lt;br /&gt;
***# Select mass edit on the top bar and from the '''Root Paths''' drop down select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the movie folders to '&amp;lt;root path&amp;gt;' ?''' This will also state '''This will also rename the movie folder per the movie folder format in settings.''' Simply select No if the you do not want Radarr to move your files&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a series is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the series that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Series &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the series folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Sonarr to move your files&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an artist is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the artist that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the artist folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Lidarr to move your files&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an author is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the author that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the author folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Readarr to move your files&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Media ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;movie_was_removed_from_tmdb&amp;quot;&amp;gt;'''[[#movie_was_removed_from_tmdb|Movie was removed from TMDb]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The movie is linked to a TMDbId that was deleted from TMDb, usually because it was a duplicate, wasn't a movie or changed ID for some other reason. Deleted movies will not receive any updates and should be corrected by the user to ensure continued functionality. Remove the movie from Radarr without deleting the files, then try to re-add it. If it doesn't show up in a search, check Radarr because it might be a TV miniseries like Stephen King's It.&amp;lt;br /&amp;gt;&lt;br /&gt;
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;lists_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#lists_are_unavailable_due_to_failures|Lists are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Typically this simply means that Radarr is no longer able to communicate via API or via logging in to your chosen list provider. Your best bet if the problem persists is to contact them in order to rule them out, as their systems maybe overloaded from time to time.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;series_removed_from_thetvdb&amp;quot;&amp;gt;'''[[#series_removed_from_thetvdb|Series Removed from TheTVDB]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disk Space ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=radarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Lidarr&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Readarr&lt;br /&gt;
&amp;lt;section end=readarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More Info ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Discord: [https://discord.gg/r5wJPt9 Join our discord]&lt;br /&gt;
* Reddit: [htttps://reddit.com/r/radarr]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/radarr here]&lt;br /&gt;
* Source: [https://github.com/Radarr/Radarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it [https://github.com/Radarr/Radarr/issues here]&lt;br /&gt;
&amp;lt;section end=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Forums: [forums.sonarr.tv Official Sonarr Forums]&lt;br /&gt;
* Discord: [discord.gg/M6BvZn5 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/sonarr]&lt;br /&gt;
* Twitter: [@sonarrtv]&lt;br /&gt;
* IRC: [https://webchat.freenode.net/?channels=#sonarr #sonarr on Freenode]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://sonarr.tv/donate here]&lt;br /&gt;
* Source: [github.com/Sonarr/Sonarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it on Github [github.com/Sonarr/Sonarr/issuess here] or the Forums [forums.sonarr.tv here]&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [lidarr.audio Lidarr's home page]&lt;br /&gt;
* Discord: [https://discord.com/invite/5WQc3S8 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/lidarr Lidarr's SubReddit]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/lidarr here]&lt;br /&gt;
* Source: [https://github.com/lidarr/Lidarr/ Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it on GitHub [github.com/Lidarr/Lidarr/issues here] &lt;br /&gt;
&amp;lt;section end=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://readarr.com Readarr's home page]&lt;br /&gt;
* Reddit: [https://reddit.com/r/readarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/rkEXY2Rbgn Join our discord]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/readarr here]&lt;br /&gt;
* Source: [https://github.com/Readarr/Readarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it [https://github.com/Readarr/Readarr/issues here]&lt;br /&gt;
&amp;lt;section end=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3067</id>
		<title>System status</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=System_status&amp;diff=3067"/>
		<updated>2021-01-25T17:53:59Z</updated>

		<summary type="html">&lt;p&gt;Ta264: /* Radarr */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== System ==&lt;br /&gt;
=== Health ===&lt;br /&gt;
==== Overview ====&lt;br /&gt;
====== Radarr ======&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Sonarr ======&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Lidarr ======&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Readarr ======&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
==== System Warnings ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Radarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Radarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Radarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Radarr/Radarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Radarr/Radarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Radarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;currently_installed_sqlite_version_is_not_supported&amp;quot;&amp;gt;'''[[#currently_installed_sqlite_version_is_not_supported|Currently installed SQLite version is not supported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr stores its data in an SQLite database.  The sqlite3 library installed on your system is too old.  Radarr requires at least version 3.9.0.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&lt;br /&gt;
** Please look at System -&amp;amp;gt; Info to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Radarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Radarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:&lt;br /&gt;
 proxy_http_version 1.1;&lt;br /&gt;
 proxy_set_header Upgrade $http_upgrade;&lt;br /&gt;
 proxy_set_header Connection $http_connection;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
 Include /etc/apache2/mods-available/proxy_wstunnel.load&lt;br /&gt;
 ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
 ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
* For Caddy (V1) use this:&lt;br /&gt;
** Note: you'll also need to add the websocket directive to your radarr configuration&lt;br /&gt;
  proxy /radarr 127.0.0.1:7878 {&lt;br /&gt;
      websocket&lt;br /&gt;
      transparent&lt;br /&gt;
  }&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_old_and_unsupported|Currently installed .Net Framework is old and unsupported]]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_net_framework_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;currently_installed_mono_version_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Please look at System -&amp;amp;gt; About to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Sonarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Sonarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Lidarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Lidarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Lidarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Lidarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Lidarr/Lidarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Lidarr/Lidarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Lidarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Readarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Readarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Readarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Readarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Readarr/Readarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Readarr/Readarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Readarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_2_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_2_upgrade_for_improved_stability|Mono version is less than 5.2, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Raedarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Download Clients ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Radarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Radarr instance and your download client on a local network. See [[Radarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Radarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Radarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Radarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Radarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Radarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Radarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Radarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Radarr when the download client tells Radarr it's done Radarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Sonarr to prevent the errors.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Lidarr to be able to download media. Since Lidarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Lidarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Lidarr instance and your download client on a local network. See [[Lidarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Lidarr. Therefore Lidarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Lidarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Lidarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Lidarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Lidarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Lidarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Lidarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Lidarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Lidarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Lidarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Lidarr when the download client tells Lidarr it's done Lidarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Readarr to be able to download media. Since Readarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Readarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Readarr instance and your download client on a local network. See [[Readarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Readarr. Therefore Readarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Readarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Readarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker_bad_remote_path_mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Readarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Readarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Readarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Readarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Readarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Readarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Readarr when the download client tells Readarr it's done Readarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Completed/Failed Download Handling ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Radarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Radarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occassionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following:&lt;br /&gt;
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.&lt;br /&gt;
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.&lt;br /&gt;
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occassionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Lidarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Lidarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Lidarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Lidarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Lidarr attempts to resolve this issue automatically, occassionally Lidarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Readarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Readarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Readarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Readarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Readarr attempts to resolve this issue automatically, occassionally Readarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Indexers ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires indexers to be able to discover new releases. [[Radarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires indexers to be able to discover new releases. [[Sonarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).&amp;lt;br /&amp;gt;&lt;br /&gt;
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results&amp;quot;&amp;gt;'''[[#no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results|No indexers available with automatic search enabled, Lidarr will not provide any automatic search results]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Simply put you do not have any of your indexers set to allow automatic searches&lt;br /&gt;
*** Go into Settings &amp;gt; Indexers, select an indexer you'd like to allow Automatic Searches and then click save.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically&amp;quot;&amp;gt;'''[[#no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically|No indexers avaiable with RSS syn enabled, Lidarr will not grab new releases automatically]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** So Lidarr uses the RSS feed to pick up new releases as they come along. More info on that [[Lidarr FAQ#How does Lidarr work?|here]]&lt;br /&gt;
** To correct this issue go to Settings &amp;gt; Indexers, select an indexer you have and enable RSS Sync&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires indexers to be able to discover new releases. [[Lidarr_Settings#Indexers|Please read the wiki on instructions how to add indexers]].&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Lidarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Lidarr tried to use one of your indexers. To limit retries, Lidarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Lidarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Lidarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires indexers to be able to discover new releases. [[Readarr_Settings#Indexers|Please read the wiki on instructions how to add indexers.]]&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Readarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Readarr tried to use one of your indexers. To limit retries, Readarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Readarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Readarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Folders ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a Movie is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the movie that is still using the old root folder and edit it to the correct root Folder&lt;br /&gt;
***# Easiest way to find this is to go to the Movies (Library) Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path&lt;br /&gt;
***# Select mass edit on the top bar and from the '''Root Paths''' drop down select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the movie folders to '&amp;lt;root path&amp;gt;' ?''' This will also state '''This will also rename the movie folder per the movie folder format in settings.''' Simply select No if the you do not want Radarr to move your files&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a series is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the series that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Series &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the series folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Sonarr to move your files&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an artist is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the artist that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the artist folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Lidarr to move your files&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an author is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the author that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the author folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Readarr to move your files&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Media ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;movie_was_removed_from_tmdb&amp;quot;&amp;gt;'''[[#movie_was_removed_from_tmdb|Movie was removed from TMDb]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The movie is linked to a TMDbId that was deleted from TMDb, usually because it was a duplicate, wasn't a movie or changed ID for some other reason. Deleted movies will not receive any updates and should be corrected by the user to ensure continued functionality. Remove the movie from Radarr without deleting the files, then try to re-add it. If it doesn't show up in a search, check Radarr because it might be a TV miniseries like Stephen King's It.&amp;lt;br /&amp;gt;&lt;br /&gt;
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;lists_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#lists_are_unavailable_due_to_failures|Lists are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Typically this simply means that Radarr is no longer able to communicate via API or via logging in to your chosen list provider. Your best bet if the problem persists is to contact them in order to rule them out, as their systems maybe overloaded from time to time.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;series_removed_from_thetvdb&amp;quot;&amp;gt;'''[[#series_removed_from_thetvdb|Series Removed from TheTVDB]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disk Space ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=radarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Lidarr&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Readarr&lt;br /&gt;
&amp;lt;section end=readarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More Info ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Discord: [https://discord.gg/r5wJPt9 Join our discord]&lt;br /&gt;
* Reddit: [htttps://reddit.com/r/radarr]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/radarr here]&lt;br /&gt;
* Source: [https://github.com/Radarr/Radarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it [https://github.com/Radarr/Radarr/issues here]&lt;br /&gt;
&amp;lt;section end=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Forums: [forums.sonarr.tv Official Sonarr Forums]&lt;br /&gt;
* Discord: [discord.gg/M6BvZn5 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/sonarr]&lt;br /&gt;
* Twitter: [@sonarrtv]&lt;br /&gt;
* IRC: [https://webchat.freenode.net/?channels=#sonarr #sonarr on Freenode]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://sonarr.tv/donate here]&lt;br /&gt;
* Source: [github.com/Sonarr/Sonarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it on Github [github.com/Sonarr/Sonarr/issuess here] or the Forums [forums.sonarr.tv here]&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [lidarr.audio Lidarr's home page]&lt;br /&gt;
* Discord: [https://discord.com/invite/5WQc3S8 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/lidarr Lidarr's SubReddit]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/lidarr here]&lt;br /&gt;
* Source: [https://github.com/lidarr/Lidarr/ Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it on GitHub [github.com/Lidarr/Lidarr/issues here] &lt;br /&gt;
&amp;lt;section end=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://readarr.com Readarr's home page]&lt;br /&gt;
* Reddit: [https://reddit.com/r/readarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/rkEXY2Rbgn Join our discord]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/readarr here]&lt;br /&gt;
* Source: [https://github.com/Readarr/Readarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it [https://github.com/Readarr/Readarr/issues here]&lt;br /&gt;
&amp;lt;section end=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=System_status&amp;diff=2850</id>
		<title>System status</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=System_status&amp;diff=2850"/>
		<updated>2020-12-22T16:53:34Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== System ==&lt;br /&gt;
=== Health ===&lt;br /&gt;
==== Overview ====&lt;br /&gt;
====== Radarr ======&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Sonarr ======&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Lidarr ======&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Readarr ======&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
==== System Warnings ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Radarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Radarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Radarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Radarr/Radarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Radarr/Radarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Radarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed.&lt;br /&gt;
** Managed/tooled installs&lt;br /&gt;
*** For instructions for Swizzin installs, please read the [https://swizzin.ltd/applications/radarr/#migrating-to-v3-on-net-core Swizzin Docs article]&lt;br /&gt;
*** For instructions on Whatbox, please see the [https://whatbox.ca/wiki/Radarr#radarr_v3_(unstable) WB Wiki article]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;updating_will_not_be_possible_to_prevent_deleting_appdata_on_update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&lt;br /&gt;
** Please look at System -&amp;amp;gt; Info to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Radarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Radarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within radarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:&lt;br /&gt;
 proxy_http_version 1.1;&lt;br /&gt;
 proxy_set_header Upgrade $http_upgrade;&lt;br /&gt;
 proxy_set_header Connection $http_connection;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
 Include /etc/apache2/mods-available/proxy_wstunnel.load&lt;br /&gt;
 ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
 ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Currently_installed_Net_Framework_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_old_and_unsupported|Currently installed .Net Framework is old and unsupported]]&amp;lt;/span&amp;gt;'''&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Currently_installed_Net_Framework_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_net_framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Currently_installed_mono_version_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;New_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update&amp;quot;&amp;gt;'''[[#updating_will_not_be_possible_to_prevent_deleting_appdata_on_update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Please look at System -&amp;amp;gt; About to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Sonarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Sonarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Lidarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://lidarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Lidarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Lidarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Lidarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Lidarr/Lidarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Lidarr/Lidarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Lidarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed.&lt;br /&gt;
** Managed/tooled installs&lt;br /&gt;
*** For instructions for Swizzin installs, please read the [https://swizzin.ltd/applications/lidarr/#migrating-to-v3-on-net-core Swizzin Docs article]&lt;br /&gt;
*** For instructions on Whatbox, please see the [https://whatbox.ca/wiki/Lidarr#lidarr(unstable) WB Wiki article]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_8_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_8_upgrade_for_improved_stability|Mono version is less than 5.8, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update_to_net_core_version&amp;quot;&amp;gt;'''[[#update_to_net_core_version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Readarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
*** This should only happen on Linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64]&lt;br /&gt;
****[https://readarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Readarr)''' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded.&lt;br /&gt;
***&amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Readarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Readarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Readarr/Readarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Readarr/Readarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Readarr doesn’t start, ensure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed.&lt;br /&gt;
** Managed/tooled installs&lt;br /&gt;
*** For instructions for Swizzin installs, please read the [https://swizzin.ltd/applications/radarr/#migrating-to-v3-on-net-core Swizzin Docs article]&lt;br /&gt;
*** For instructions on Whatbox, please see the [https://whatbox.ca/wiki/Radarr#radarr_v3_(unstable) WB Wiki article]&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;mono_version_is_less_than_5_2_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#mono_version_is_less_than_5_2_upgrade_for_improved_stability|Mono version is less than 5.2, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Raedarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 5.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;new_update_is_available&amp;quot;&amp;gt;'''[[#new_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
**''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Lidarr will be unable to update itself. You’ll have to update Lidarr manually or set the permissions on Lidarr Startup directory (the installation directory) to allow Lidarr to update itself.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Lidarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
**'''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within Lidarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;could_not_connect_to_signalr&amp;quot;&amp;gt;'''[[#could_not_connect_to_signalr|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for Lidarr:&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Download Clients ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable-to-communicate-with-download-client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Radarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Radarr instance and your download client on a local network. See [[Radarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Radarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker-bad-remote-path-mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Radarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Radarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Radarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Radarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Radarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Radarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Radarr when the download client tells Radarr it's done Radarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable_to_communicate_with_download_client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Sonarr to prevent the errors.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Lidarr to be able to download media. Since Lidarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable-to-communicate-with-download-client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Lidarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Lidarr instance and your download client on a local network. See [[Lidarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Lidarr. Therefore Lidarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Lidarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Lidarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker-bad-remote-path-mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Lidarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Lidarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Lidarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Lidarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Lidarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Lidarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Lidarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Lidarr when the download client tells Lidarr it's done Lidarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;quot;&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Readarr to be able to download media. Since Readarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Lidarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;unable_to_communicate_with_download_client&amp;quot;&amp;gt;'''[[#unable-to-communicate-with-download-client|Unable to communicate with download client]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
** This is typically due to improperlly configured download client. Things you can typically check:&lt;br /&gt;
*** Your download clients IP Address if its on the same bare metal machien this is typically &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
*** The Port number of that your download client is using these are filled out with the default port number but if you've changed it you'll need to have the same one entered into Readarr.&lt;br /&gt;
*** Ensure SSL encryption is not turned on if you're using both your Readarr instance and your download client on a local network. See [[Readarr FAQ#Invalid Certificate and other HTTPS or SSL issues|here]] for more information on this one in our FAQ.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Readarr. Therefore Readarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Readarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Readarr to prevent the errors.&lt;br /&gt;
&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;docker_bad_remote_path_mapping&amp;quot;&amp;gt;'''[[#docker-bad-remote-path-mapping|Docker bad remote path mapping]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically associated with bad docker paths within either your download client or Readarr&lt;br /&gt;
*** An example of this would be:&lt;br /&gt;
**** Download client: &amp;lt;code&amp;gt;Download Path: /downloads:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Readarr: &amp;lt;code&amp;gt;Download Path: /data:/mnt/user/downloads&amp;lt;/code&amp;gt;&lt;br /&gt;
**** Within this example the download client places its downloads into &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; and therefore tells Radarr when its complete that the finished movie is in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;. Readarr then comes along and says &amp;quot;Okay, cool, let me check in &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt;&amp;quot; Well, inside Readarr you did not allocate a &amp;lt;code&amp;gt;/downloads&amp;lt;/code&amp;gt; path you allocated a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; path so it throws this error.&lt;br /&gt;
**** The easiest fix for this is  '''CONSISTENCY''' if you use one scheme in your download client, use it across the board.&lt;br /&gt;
**** Team Readarr is a big fan of simply using &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt;.&lt;br /&gt;
***** Download client: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Readarr: &amp;lt;code&amp;gt;/data:/mnt/user/data&amp;lt;/code&amp;gt;&lt;br /&gt;
***** Now within the download client you can specify where in &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; you'd like to place your downloads, now this varies depending on the client but you should be able to tell it &amp;quot;Yeah download client place my files into.&amp;quot; &amp;lt;code&amp;gt;/data/torrents (or usenet)/movies&amp;lt;/code&amp;gt; and since you used &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; in Readarr when the download client tells Readarr it's done Readarr will come along and say &amp;quot;Sweet, I have a &amp;lt;code&amp;gt;/data&amp;lt;/code&amp;gt; and I also can see &amp;lt;code&amp;gt;/torrents (or usenet)/movies&amp;lt;/code&amp;gt; all is right in the world.&amp;quot;&lt;br /&gt;
*** There are many great write ups by some very talented people one on our wiki [[Docker Guide]] and the other by TRaSH with his [https://trash-guides.info/Misc/how-to-set-up-hardlinks-and-atomic-moves/ How To Set Up Hardlinks and Atomic-Moves] Now these guides place heavy emphasis on Hardlinks and Atomic moves (if you're using torrents you SERIOUSLY need to be using this) but the general concept of containers and how path mapping works is the core of these discussions.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Completed/Failed Download Handling ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you don’t wish to enable Completed Download Handling at all and wants to remove the warning. You can enable and then disable Completed Download Handling. This obviously isn’t recommended.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Radarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Radarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occassionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you don't wish to enable Completed Download Handling at all and wants to remove the warning. You can enable and then disable Completed Download Handling. This obviously isn't recommended.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following:&lt;br /&gt;
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.&lt;br /&gt;
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.&lt;br /&gt;
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occassionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Lidarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you don’t wish to enable Completed Download Handling at all and wants to remove the warning. You can enable and then disable Completed Download Handling. This obviously isn’t recommended.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Lidarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Lidarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Lidarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Lidarr attempts to resolve this issue automatically, occassionally Lidarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;completed_download_handling_is_disabled&amp;quot;&amp;gt;'''[[#completed_download_handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Readarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you don’t wish to enable Completed Download Handling at all and wants to remove the warning. You can enable and then disable Completed Download Handling. This obviously isn’t recommended.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Readarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Readarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Readarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Readarr attempts to resolve this issue automatically, occassionally Readarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Indexers ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires indexers to be able to discover new releases. Please read the wiki on instructions how to add indexers.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires indexers to be able to discover new releases. Please read the wiki on instructions how to add indexers.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).&amp;lt;br /&amp;gt;&lt;br /&gt;
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results&amp;quot;&amp;gt;'''[[#no_indexers_available_with_automatic_search_enabled_lidarr_will_not_provide_any_automatic_search_results|No indexers available with automatic search enabled, Lidarr will not provide any automatic search results]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Simply put you do not have any of your indexers set to allow automatic searches&lt;br /&gt;
*** Go into Settings &amp;gt; Indexers, select an indexer you'd like to allow Automatic Searches and then click save.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span id=&amp;quot;no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically&amp;quot;&amp;gt;'''[[#no_indexers_available_with_rss_sync_enabled_lidarr_will_not_grab_new_releases_automatically|No indexers avaiable with RSS syn enabled, Lidarr will not grab new releases automatically]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** So Lidarr uses the RSS feed to pick up new releases as they come along. More info on that [[Lidarr FAQ#How does Lidarr work?|here]]&lt;br /&gt;
** To correct this issue go to Settings &amp;gt; Indexers, select an indexer you have and enable RSS Sync&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Lidarr requires indexers to be able to discover new releases. Please read the wiki on instructions how to add indexers.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Lidarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Lidarr tried to use one of your indexers. To limit retries, Lidarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Lidarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Lidarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_indexers_are_enabled&amp;quot;&amp;gt;'''[[#no_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Readarr requires indexers to be able to discover new releases. Please read the wiki on instructions how to add indexers.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Readarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Readarr tried to use one of your indexers. To limit retries, Readarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Readarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Readarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Folders ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a Movie is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the movie that is still using the old root folder and edit it to the correct root Folder&lt;br /&gt;
***# Easiest way to find this is to go to the Movies (Library) Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path&lt;br /&gt;
***# Select mass edit on the top bar and from the '''Root Paths''' drop down select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the movie folders to '&amp;lt;root path&amp;gt;' ?''' This will also state '''This will also rename the movie folder per the movie folder format in settings.''' Simply select No if the you do not want Radarr to move your files&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if a series is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the series that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Series &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the series folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Sonarr to move your files&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an artist is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the artist that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the artist folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Lidarr to move your files&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;missing_root_folder&amp;quot;&amp;gt;'''[[#missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This error is typically identified if an author is looking for a root folder but that root folder is no longer available.&lt;br /&gt;
*** If you would like to remove this warning simply find the author that is still using the old root folder and edit it to the correct root folder&lt;br /&gt;
***# Go to the Library &amp;gt; Mass Editor Tab&lt;br /&gt;
***# Create a custom filter with the old root folder path &lt;br /&gt;
***# Once the series have been found find the  '''Root Paths''' drop down and select the new root path that you want these movies to be moved to.&lt;br /&gt;
***# Next you'll recieve a pop-up that states '''Would you like to move the author folders to '&amp;lt;root path&amp;gt;'?''' Simply select No if the you do not want Readarr to move your files&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Media ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;movie_was_removed_from_tmdb&amp;quot;&amp;gt;'''[[#movie_was_removed_from_tmdb|Movie was removed from TMDb]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The movie is linked to a TMDbId that was deleted from TMDb, usually because it was a duplicate, wasn't a movie or changed ID for some other reason. Deleted movies will not receive any updates and should be corrected by the user to ensure continued functionality. Remove the movie from Radarr without deleting the files, then try to re-add it. If it doesn't show up in a search, check Radarr because it might be a TV miniseries like Stephen King's It.&amp;lt;br /&amp;gt;&lt;br /&gt;
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;span id=&amp;quot;lists_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#lists_are_unavailable_due_to_failures|Lists are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Typically this simply means that Radarr is no longer able to communicate via API or via logging in to your chosen list provider. Your best bet if the problem persists is to contact them in order to rule them out, as their systems maybe overloaded from time to time.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;series_removed_from_thetvdb&amp;quot;&amp;gt;'''[[#series_removed_from_thetvdb|Series Removed from TheTVDB]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disk Space ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=radarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Lidarr&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Readarr&lt;br /&gt;
&amp;lt;section end=readarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More Info ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Discord: [https://discord.gg/r5wJPt9 Join our discord]&lt;br /&gt;
* Reddit: [htttps://reddit.com/r/radarr]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/radarr here]&lt;br /&gt;
* Source: [https://github.com/Radarr/Radarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it [https://github.com/Radarr/Radarr/issues here]&lt;br /&gt;
&amp;lt;section end=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Forums: [forums.sonarr.tv Official Sonarr Forums]&lt;br /&gt;
* Discord: [discord.gg/M6BvZn5 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/sonarr]&lt;br /&gt;
* Twitter: [@sonarrtv]&lt;br /&gt;
* IRC: [https://webchat.freenode.net/?channels=#sonarr #sonarr on Freenode]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://sonarr.tv/donate here]&lt;br /&gt;
* Source: [github.com/Sonarr/Sonarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it on Github [github.com/Sonarr/Sonarr/issuess here] or the Forums [forums.sonarr.tv here]&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [lidarr.audio Lidarr's home page]&lt;br /&gt;
* Discord: [https://discord.com/invite/5WQc3S8 Join our discord]&lt;br /&gt;
* Reddit: [https://reddit.com/r/lidarr Lidarr's SubReddit]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/lidarr here]&lt;br /&gt;
* Source: [https://github.com/lidarr/Lidarr/ Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it on GitHub [github.com/Lidarr/Lidarr/issues here] &lt;br /&gt;
&amp;lt;section end=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://readarr.com Readarr's home page]&lt;br /&gt;
* Reddit: [https://reddit.com/r/readarr]&lt;br /&gt;
* Discord: [https://discord.com/invite/rkEXY2Rbgn Join our discord]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/readarr here]&lt;br /&gt;
* Source: [https://github.com/Readarr/Readarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it [https://github.com/Readarr/Readarr/issues here]&lt;br /&gt;
&amp;lt;section end=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Template:Troubleshooting&amp;diff=2742</id>
		<title>Template:Troubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Template:Troubleshooting&amp;diff=2742"/>
		<updated>2020-12-17T10:33:29Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;templatedata&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
	&amp;quot;params&amp;quot;: {&lt;br /&gt;
		&amp;quot;ARRNAME&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Name of the Application&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Radarr&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;ARR_DISCORD&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Link to the ARR #support Discord&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;url&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;ARR_WEBSITE&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Link to the ARR Website&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;url&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;ARR_LATEST_RELEASE&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;Link to the ARR Download&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;url&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;VERSION&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;The current version of each of the ARRs&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;MEDIA&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;What type of media does the ARR use&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Radarr: movies, Sonarr: series, Lidarr: artist, Readarr: author&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;SEARCHSOURCE&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;What metadata provider does the ARR use&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;Radarr: TMDb, Sonarr: TheTVDb, Lidarr: MusicBrainz, Readarr: GoodReads&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		},&lt;br /&gt;
		&amp;quot;QUERYSTRING&amp;quot;: {},&lt;br /&gt;
		&amp;quot;ARRNAME2&amp;quot;: {&lt;br /&gt;
			&amp;quot;description&amp;quot;: &amp;quot;This string is used for lower cased ARR names for transclusion&amp;quot;,&lt;br /&gt;
			&amp;quot;example&amp;quot;: &amp;quot;radarr, sonarr, lidarr, readarr&amp;quot;,&lt;br /&gt;
			&amp;quot;type&amp;quot;: &amp;quot;string&amp;quot;,&lt;br /&gt;
			&amp;quot;required&amp;quot;: true&lt;br /&gt;
		}&lt;br /&gt;
	},&lt;br /&gt;
	&amp;quot;description&amp;quot;: &amp;quot;This template is utilized for general troubleshooting steps that span across all the ARRs. Some Sections may be transcluded from a Troubleshooting Misc page when items are ARR specific.&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/templatedata&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
----&lt;br /&gt;
Please note that this information is only for &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;{{{ARRNAME}}} {{{VERSION}}}&amp;lt;/span&amp;gt;.&lt;br /&gt;
=== Asking for Help ===&lt;br /&gt;
----&lt;br /&gt;
Do you need help? That's okay, everyone needs help sometimes. You can get real time help via chat on [{{{ARR_DISCORD}}} Discord] or [https://www.reddit.com/r/{{{ARRNAME}}} Reddit].&lt;br /&gt;
&lt;br /&gt;
But before you go there and post, be sure your request for help is the best it can be. Clearly describe the problem and briefly describe your setup, including things like your OS/distribution, version of Mono (if not Windows and not .Netcore), version of {{{ARRNAME}}}, download client and its version. '''If you are using [https://www.docker.com/ Docker] please run through [[Docker Guide|the Docker Guide]] first as that will solve common and frequent path/permissions issues.  Otherwise please have a [[Docker Guide#Docker-compose|docker compose]] handy'''  Tell us about what you've tried already, what you've looked at. Use the Logging and Log Files to turn your logging up to trace, recreate the issue, pastebin the relevant context and include a link to it in your post. Maybe even include some screen shots to highlight the issue.&lt;br /&gt;
&lt;br /&gt;
The more we know, the easier it is to help you.&lt;br /&gt;
&lt;br /&gt;
== Logging and Log Files ==&lt;br /&gt;
&lt;br /&gt;
==== Standard Logs Location ====&lt;br /&gt;
The log files are located in {{{ARRNAME}}}'s [[{{{ARRNAME}}} Appdata Directory|Appdata Directory]], inside the logs/ folder. You can also access the log files from the {{{ARRNAME}}} UI at System -&amp;gt; Logs -&amp;gt; Files.&lt;br /&gt;
&lt;br /&gt;
Note: The Logs Table in the UI is not the same as the log files and isn't as useful. If you're asked for logs, please copy/paste from the log files and not the table.&lt;br /&gt;
&lt;br /&gt;
==== Update Logs Location ====&lt;br /&gt;
The update log files are located in {{{ARRNAME}}}'s [[{{{ARRNAME}}} Appdata Directory|Appdata Directory]], inside the UpdateLogs/ folder.&lt;br /&gt;
&lt;br /&gt;
==== Sharing Logs ====&lt;br /&gt;
The logs can be long and hard to read as part of a forum or [https://www.reddit.com/r/{{{ARRNAME}}} Reddit] post and they're spammy in [{{{ARR_DISCORD}}} Discord], so please use a [https://pastebin.com Pastebin]. The whole file typically isn't needed, just a good amount of context from before and after the issue/error. Don't forget to wait for spammy tasks like the RSS sync or library refresh to finish.&lt;br /&gt;
&lt;br /&gt;
==== Trace/Debug Logs ====&lt;br /&gt;
&lt;br /&gt;
You can change the log level at Settings -&amp;gt; General -&amp;gt; Logging. {{{ARRNAME}}} does not need to restarted for the change to take effect. This change only effects the log files, not the logging database. The latest debug/trace log files are named &amp;lt;code&amp;gt;{{{ARRNAME}}}.debug.txt&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;{{{ARRNAME}}}r.trace.txt&amp;lt;/code&amp;gt; respectively.&lt;br /&gt;
&lt;br /&gt;
If you're unable to access the {{{ARRNAME}}} UI to set the logging level you can do so by editing config.xml in the AppData directory by setting the LogLevel value to Debug or Trace instead of Info.&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin-left: 2em;&amp;quot;&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;Config&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
  &amp;lt;LogLevel&amp;gt;debug&amp;lt;/LogLevel&amp;gt;&lt;br /&gt;
  ...&lt;br /&gt;
 &amp;lt;/Config&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Clearing Logs ====&lt;br /&gt;
&lt;br /&gt;
You can clear log files and the logs database directly from the UI, under System -&amp;gt; Logs -&amp;gt; Files and System -&amp;gt; Logs -&amp;gt; Delete (Trash Can Icon)&lt;br /&gt;
&lt;br /&gt;
==== Multiple Log Files ====&lt;br /&gt;
&lt;br /&gt;
{{{ARRNAME}}} uses rolling log files limited to 1MB each. The current log file is always ,&amp;lt;code&amp;gt;{{{ARRNAME}}}.txt&amp;lt;/code&amp;gt;, for the the other files &amp;lt;code&amp;gt;{{{ARRNAME}}}.0.txt&amp;lt;/code&amp;gt; is the next newest (the higher the number the older it is) up to 6 log files total. This log file contains fatal,error,warn and info entries.&lt;br /&gt;
&lt;br /&gt;
When Debug log level is enabled, additional &amp;lt;code&amp;gt;{{{ARRNAME}}}.debug.txt&amp;lt;/code&amp;gt; rolling log files will be present, up to 51 files. This log files contains fatal, error, warn, info, and debug entries. It usually covers a 40h period.&lt;br /&gt;
&lt;br /&gt;
When Trace log level is enabled, additional &amp;lt;code&amp;gt;{{{ARRNAME}}}.trace.txt&amp;lt;/code&amp;gt; rolling log files will be present, up to 51 files. This log files contains fatal, error, warn, info, debug, and trace entries. Due to trace verbosity it only covers a couple of hours.&lt;br /&gt;
&lt;br /&gt;
== Recovering from a Failed Update ==&lt;br /&gt;
----&lt;br /&gt;
==== Purpose ====&lt;br /&gt;
We do everything we can to prevent issues when upgrading, but they occur, this will walk you through the steps of recovering your installation.&lt;br /&gt;
&lt;br /&gt;
==== Determine the issue ====&lt;br /&gt;
The best place to look when {{{ARRNAME}}} won't start after an update is your log files, before trying to start {{{ARRNAME}}} again, use [[{{{ARRNAME}}} Settings#Logging|Logging]] and [[{{{ARRNAME}}} System#Log_Files|Log Files]] to find them and increase the log level.&lt;br /&gt;
&lt;br /&gt;
'''Migration Issue'''&lt;br /&gt;
&lt;br /&gt;
Migration errors won't be identical, but here is an example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
14-2-4 18:56:49.5|Info|MigrationLogger|*** 36: update_with_quality_converters migrating ***&lt;br /&gt;
&lt;br /&gt;
14-2-4 18:56:49.6|Error|MigrationLogger|SQL logic error or missing database duplicate column name: Items&lt;br /&gt;
&lt;br /&gt;
While Processing: &amp;quot;ALTER TABLE &amp;quot;QualityProfiles&amp;quot; ADD COLUMN &amp;quot;Items&amp;quot; TEXT&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Resolving the issue ====&lt;br /&gt;
In the event of a migration issue there is not much you can do immediately, if the issue is specific to you (or there are not yet any posts), please create a post on [https://reddit.com/r/{{{ARRNAME}}} our subreddit], if there are others with the same issue, then rest assured we are working on it.&lt;br /&gt;
&lt;br /&gt;
==== Manually upgrading ====&lt;br /&gt;
Grab the latest release from [{{{ARR_WEBSITE}}} our website] - if you're running the develop version you can get the latest release [{{{ARR_LATEST_RELEASE}}} HERE]&lt;br /&gt;
&lt;br /&gt;
Install the update (.exe) or extract (.zip) the contents over your existing installation and re-run {{{ARRNAME}}} as you normally would.&lt;br /&gt;
&lt;br /&gt;
== Downloads and Importing ==&lt;br /&gt;
&lt;br /&gt;
Downloading and importing is where ''most'' people experience issues. From a high level perspective, {{{ARRNAME}}} needs to be able to communicate with your download client and have access to the files it downloads. There is a large variety of supported download clients and an even ''bigger'' variety of setups. This means that while there are some ''common'' setups, there isn’t one ''right'' setup and everyone’s setup can be a little different.&lt;br /&gt;
&lt;br /&gt;
Start by using the [[#Logging and Log Files|logging and log files]] article to turn logging up to trace, it is likely you’re going to need to look at them to figure out what is wrong. And if you can’t, anyone you ask for help will need to see them for sure. Remember to get them from the actual log file, put them in a pastebin and show us context around what we need to see. Nobody wants to dig through the whole trace log (it is huge!), but just a line or two is unlikely to help.&lt;br /&gt;
&lt;br /&gt;
When you reach out for help, be sure to read [[#Asking for Help|asking for help]] so that you can provide us with the details we’ll need.&lt;br /&gt;
&lt;br /&gt;
=== Testing the Download Client ===&lt;br /&gt;
&lt;br /&gt;
Start by testing the download client, if it doesn’t work you’ll be able to see details in the trace level logs. You should find a URL you can put into your browser and see if it works. It could be a connection problem, which could indicate a wrong ip, hostname, port or even a firewall blocking access. It might be obvious, like an authentication problem where you’ve gotten the username, password or apikey wrong.&lt;br /&gt;
&lt;br /&gt;
=== Testing a Download ===&lt;br /&gt;
&lt;br /&gt;
Now we’ll try a download, pick a {{{MEDIA}}} and do a manual search. Pick one of those files and attempt to download it. Does it get sent to the download client? Does it end up with the correct category? Does it show up in Activity? Does it end up in the trace level logs during the '''Check For Finished Download''' task which runs roughly every minute? Does it get correctly parsed during that task? Does the queued up download have a reasonable name? Since {{{ARRNAME}}} searches by '''{{{SEARCHSOURCE}}}''', on most indexers/trackers, it can queue one up with a name that it can’t recognize.&lt;br /&gt;
&lt;br /&gt;
=== Testing an Import ===&lt;br /&gt;
&lt;br /&gt;
Import issues should almost always manifest as an item in Activity with an orange icon you can hover to see the error. If they’re not showing up in Activity, this is the issue you need to focus on first so go back and figure that out. Most import errors are ''permissions'' issues, remember that {{{ARRNAME}}} needs to be able to read and write in the download folder. Sometimes, permissions in the library folder can be at fault too, so be sure to check both.&lt;br /&gt;
&lt;br /&gt;
Incorrect path issues are possible too, though less common in normal setups. The key to understanding path issues is knowing that {{{ARRNAME}}} gets the path to the download ''from'' the download client, via its API. This becomes a problem in more unique use cases, like the download client running on a different system (maybe even OS!). It can also occur in a Docker setup, when volumes are not done well. A remote path map is a good solution where you don’t have control, like a seedbox setup. On a Docker setup, fixing the paths is a better option.&lt;br /&gt;
&lt;br /&gt;
=== Common Problems ===&lt;br /&gt;
&lt;br /&gt;
==== Can’t see share on Windows ====&lt;br /&gt;
&lt;br /&gt;
The default user for a Windows service is '''SYSTEM''' which typically doesn’t have access to your shares. Edit the service and set it up to run as your own user, see the FAQ entry [[{{{ARRNAME}}} FAQ#Why can’t {{{ARRNAME}}} see my files on a remote server?|why can’t {{{ARRNAME}}} see my files on a remote server]] for details.&lt;br /&gt;
&lt;br /&gt;
==== Mapped network drives are not reliable ====&lt;br /&gt;
&lt;br /&gt;
While mapped network drives like &amp;lt;code&amp;gt;X:\&amp;lt;/code&amp;gt; are convenient, they aren’t as reliable as UNC paths like &amp;lt;code&amp;gt;\\server\share&amp;lt;/code&amp;gt; and they’re also not available before login. Setup {{{ARRNAME}}} and your download client(s) so that they use UNC paths as needed. If your library is on a share, you’d make sure your root folders are using UNC paths. If your download client sends to a share, that is where you’ll need to configure UNC paths since {{{ARRNAME}}} gets the download path from the download client. It is fine to keep your mapped network drives to use yourself, just don’t use them for automation.&lt;br /&gt;
&lt;br /&gt;
==== Docker and user, group, ownership, permissions and paths ====&lt;br /&gt;
&lt;br /&gt;
Docker adds another layer of complexity that is easy to get wrong, but still end up with a setup that functions, but has various problems. Instead of going over them here, read this wiki article [[Docker Guide|for these automation software and Docker]] which is all about user, group, ownership, permissions and paths. It isn’t specific to any Docker system, instead it goes over things at a high level so that you can implement them in your own environment.&lt;br /&gt;
&lt;br /&gt;
==== Download client clearing items ====&lt;br /&gt;
&lt;br /&gt;
The download client should ''not'' be responsible for removing downloads. Usenet clients should be configured so they ''don’t'' remove downloads from history. Torrent clients should be setup so they ''don’t'' remove torrents when they’re finished seeding (pause or stop instead). This is because {{{ARRNAME}}} communicates with the download client to know what to import, so if they’re ''removed'' there is nothing to be imported… even if there is a folder full of files.&lt;br /&gt;
&lt;br /&gt;
==== Download folder and library folder not different folders ====&lt;br /&gt;
&lt;br /&gt;
The download client should download into a temporary-ish folder and {{{ARRNAME}}} should import from that into your Library folder. If you download right into your library folder, you’ll end up with multiple copies of your media and when there are import issues, you may not notice because your media server will see the download client copy. The download folder will also be a hot mess of poorly named folders and files while your library folder will be nice and neat.&lt;br /&gt;
&lt;br /&gt;
==== Incorrect category ====&lt;br /&gt;
&lt;br /&gt;
{{{ARRNAME}}} should be setup to use a category so that it only tries to process its own downloads. It is rare that a torrent submitted by {{{ARRNAME}}} gets added w/o the correct category, but it can happen. If you’re adding torrents manually and want {{{ARRNAME}}} to process them, they’ll need to have the correct category. It can be set at any time, since {{{ARRNAME}}} tries to process downloads every minute.&lt;br /&gt;
&lt;br /&gt;
==== Packed torrents ====&lt;br /&gt;
&lt;br /&gt;
If your torrent is packed in &amp;lt;code&amp;gt;.rar&amp;lt;/code&amp;gt; files, you’ll need to setup extraction. You can typically search your torrent client’s name and “unpack” to find a solution. There are some other interesting solutions in this space, like [https://github.com/davidnewhall/unpackerr unpackerr] and [https://sourceforge.net/projects/rarfs/ rarfs], but they’re more complicated. One issue to look out for with packed torrents is that the video file will be copied or hard linked like normal, but it isn’t needed since the &amp;lt;code&amp;gt;.rar&amp;lt;/code&amp;gt; files are seeding. That means if you’re using a ''copy'' setup, the torrent will be consuming double the space. And if you’re using a hard link setup, your torrent folder will be a little messier because of the unneeded file. This can be mitigated w/ a [https://gist.github.com/fryfrog/94716e7e27ba38dff57c7631d9f58bed cleanup script].&lt;br /&gt;
&lt;br /&gt;
==== Permissions on the destination ====&lt;br /&gt;
&lt;br /&gt;
Don’t forget to check permissions and ownership of the ''destination''. It is easy to get fixated on the download’s ownership and permissions and that is ''usually'' the cause of permissions related issues, but it ''could'' be the destination as well. Check that the destination folder(s) exist. Check that a destination ''file'' doesn’t already exist or can’t be deleted or moved to recycle bin. Check that ownership and permissions allow the downloaded file to be copied, hard linked or moved.&lt;br /&gt;
&lt;br /&gt;
==== Repeated downloads ====&lt;br /&gt;
&lt;br /&gt;
There are a few causes of repeated downloads, but a recent one is related to the Indexer restriction in Release Profiles. Because the indexer ''isn’t'' stored w/ the data, any preferred word scores are ''zero'' for media in your library, ''but'' during “RSS” and search, they’ll be applied. This gets you into a loop where you download the items again and again because it looks like an upgrade, then isn’t, then shows up again and looks like an upgrade, then isn’t. Don’t restrict your release profile to an indexer.&lt;br /&gt;
&lt;br /&gt;
==== Usenet download misses import ====&lt;br /&gt;
&lt;br /&gt;
{{{ARRNAME}}} only looks at the 30 most recent downloads in sabnzbd and nzbget, so if you ''keep'' your history this means that during large queues with import issues, downloads can be silently missed and not imported. The best way to avoid that is to keep your history clear, so that any items that still appear need investigating. You can achieve this by enabling Remove under Completed and Failed Download Handler. In nzbget, this will move items to the ''hidden'' history which is great. Unfortunately, sabnzbd does not have a similar feature. The best you can achieve there is to use the nzb backup folder.&lt;br /&gt;
&lt;br /&gt;
==== qBittorrent 4.3.x ====&lt;br /&gt;
&lt;br /&gt;
This version of qB changed how torrent folder and torrent name relate, previous to this the folder was named after the torrent. Starting in this version, the torrent folder name can be different. This is fixed in v3.&lt;br /&gt;
&lt;br /&gt;
== Searches Indexers and Trackers ==&lt;br /&gt;
&lt;br /&gt;
=== Turn logging up to trace ===&lt;br /&gt;
&lt;br /&gt;
The first step is to turn logging up to Trace, see [[#Logging and Log Files|Logging and Log Files]] for details. You’ll then reproduce the issue and use the trace level logs from that time frame to examine the issue. If someone is helping you, put context from before/after in a [https://paste.ubuntu.com pastebin] to show them. It doesn’t need to be the whole file and it shouldn’t ''just'' be the error. You should also reproduce the issue while tasks that spam the log file aren’t running.&lt;br /&gt;
&lt;br /&gt;
=== Testing an Indexer or Tracker ===&lt;br /&gt;
&lt;br /&gt;
When you test an indexer or tracker, in debug or trace logs you can find the URL used. An example of a successful test is below, you can see it query the indexer via a specific URL with specific parameters and then the response. You test this url in your browser like &amp;lt;code&amp;gt;{{{QUERYSTRING}}}&amp;lt;/code&amp;gt; replacing the &amp;lt;code&amp;gt;apikey=(removed)&amp;lt;/code&amp;gt; with the correct apikey like &amp;lt;code&amp;gt;apikey=123&amp;lt;/code&amp;gt;. You can experiment with the parameters if you’re getting an error from the indexer or see if you have connectivity issues if it doesn’t even work. After you’ve tested in your own browser, you should test from the system {{{ARRNAME}}} is running on ''if'' you haven’t already.&lt;br /&gt;
&lt;br /&gt;
{{#lst::Troubleshooting Misc|{{{ARRNAME2}}}_indexers_and_trackers_code_block}}&lt;br /&gt;
&lt;br /&gt;
=== Testing a Search ===&lt;br /&gt;
{{#lst::Troubleshooting Misc|{{{ARRNAME2}}}_indexers_and_trackers_testing_a_search}}&lt;br /&gt;
&lt;br /&gt;
[[File:{{{ARRNAME}}}-searches-indexers-and-trackers1.png|thumb|none|750px]]&lt;br /&gt;
&lt;br /&gt;
[[File:{{{ARRNAME}}}-searches-indexers-and-trackers2.png|thumb|none|750px]]&lt;br /&gt;
&lt;br /&gt;
{{#lst::Troubleshooting Misc|{{{ARRNAME2}}}_indexers_and_trackers_code_block2}}&lt;br /&gt;
&lt;br /&gt;
Here you can see the ''full'' trace log below&lt;br /&gt;
{{#lst:Troubleshooting Misc|{{{ARRNAME2}}}_trace_logs_example}}&lt;br /&gt;
&lt;br /&gt;
=== Common Problems ===&lt;br /&gt;
&lt;br /&gt;
==== Wrong categories ====&lt;br /&gt;
&lt;br /&gt;
Incorrect categories is probably the most common cause of results showing in manual searches of an indexer/tracker, but ''not'' in {{{ARRNAME}}}. The indexer/tracker ''should'' show the category in the search results, which should help you figure out what is missing. If you’re using Jackett, each tracker has a list of specifically supported categories. Make sure you’re using the correct ones for Categories. I find it helpful to have the list visible in one browser window while I edit the entry in {{{ARRNAME}}}.&lt;br /&gt;
{{#lst::Troubleshooting Misc|{{{ARRNAME2}}}_indexers_and_trackers_type}}&lt;br /&gt;
==== Wrong results ====&lt;br /&gt;
&lt;br /&gt;
Sometimes indexers will return completely unrelated results, {{{ARRNAME}}} will feed in parameters to limit the search to a {{{SEARCHSOURCE}}}, but the results returned are completely unrelated. Or sometimes, mostly related with a few incorrect results. The first is usually an indexer problem and you’ll be able to tell from the trace logs which is causing it. You can disable that indexer and report the problem. The other is usually categorized releases which should be reportable on the indexer/tracker.&lt;br /&gt;
&lt;br /&gt;
==== Certificate validation ====&lt;br /&gt;
&lt;br /&gt;
You’ll be connecting to most indexers/trackers via https, so you’ll need that to work properly on your system. That means your time zone and time both need to be set ''correctly''. It also means your system certificates need to be up to date. And if you’re using Mono, &amp;lt;code&amp;gt;MONO_TLS_PROVIDER=legacy&amp;lt;/code&amp;gt; was a fix from ''years'' ago that should ''not'' be used anymore, so make sure you’re not setting that accidentally.&lt;br /&gt;
&lt;br /&gt;
==== Hitting rate limits ====&lt;br /&gt;
&lt;br /&gt;
If you run your {{{ARRNAME}}} through a VPN or proxy, you may be competing with 10s or 100s or 1000s of other people all trying to use services like {{{SEARCHSOURCE}}}, Xem and/or your indexers and trackers. Rate limiting and ddos protection are often done by IP address and your VPN/proxy exit point is ''one'' IP address. Unless you’re in a repressive country like China, Australia or South Africa you don’t need to VPN/proxy your {{{ARRNAME}}}.&lt;br /&gt;
&lt;br /&gt;
==== Using the Jackett /all endpoint ====&lt;br /&gt;
&lt;br /&gt;
The Jackett &amp;lt;code&amp;gt;/all&amp;lt;/code&amp;gt; endpoint is convenient, but that is essentially its only benefit. Everything else is potential problems, so adding each tracker individually is preferred. It allows for fine tuning of categories on a per tracker basis, which can be a problem w/ the &amp;lt;code&amp;gt;/all&amp;lt;/code&amp;gt; end point if using the wrong category causes errors on some. In {{{ARRNAME}}}, each indexer/tracker is limited to 1000 results if pagination is supported or 100 if not, which means as you add more and more trackers to Jackett, you’re more and more likely to clip results. Finally, if ''one'' of the trackers in &amp;lt;code&amp;gt;/all&amp;lt;/code&amp;gt; returns an error, {{{ARRNAME}}} will disable it and now you don’t get any results.&lt;br /&gt;
&lt;br /&gt;
=== Errors ===&lt;br /&gt;
&lt;br /&gt;
These are some of the common errors you may see when adding an indexer&lt;br /&gt;
&lt;br /&gt;
==== The underlying connection was closed: An unexpected error occurred on a send. ====&lt;br /&gt;
&lt;br /&gt;
This is caused by the indexer using a SSL protocol not supported by .net 4.5, to resolve this you will need to install .net 4.5, which is available on Vista/Server 2008 and above (if you’re on XP/Server 2003 its time to upgrade).&lt;br /&gt;
&lt;br /&gt;
==== Error getting response stream (Write: The authentication or decryption has failed.): SendFailure ====&lt;br /&gt;
&lt;br /&gt;
This is caused by the indexer using a new certificate authority that is not trusted by mono 2.10. The solution is to upgrade to mono 3.x, on Ubuntu this can be done via this method: http://stackoverflow.com/a/13384233/882971 We recommend upgrading to mono 3.x to fix a number of bugs and add support for .net 4.5 features.&lt;br /&gt;
&lt;br /&gt;
==== The request timed out ====&lt;br /&gt;
&lt;br /&gt;
{{{ARRNAME}}} seems to have issues with certain TLS versions or configurations. If you get the following error messages in your log: &lt;br /&gt;
&amp;lt;pre&amp;gt;System.Net.WebException: The request timed out: ’https://example.org/api?t=caps&amp;amp;amp;apikey=(removed) —&amp;amp;gt; System.Net.WebException: The request timed out&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And you can see the following in the trace logfile:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;amp;lt;DATE&amp;amp;amp;TIME&amp;amp;gt;|Trace|FallbackHttpDispatcher|Curl not available, using default WebClient. &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You might fix it by installing libcurl3. On Ubuntu/Debian use; &lt;br /&gt;
&amp;lt;pre&amp;gt;apt install libcurl3&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2707</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2707"/>
		<updated>2020-12-11T21:43:56Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
&lt;br /&gt;
The instructions below will:&lt;br /&gt;
# Place the docker binaries in &amp;lt;code&amp;gt;/usr/local/bin/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a docker config file &amp;lt;code&amp;gt;/usr/local/etc/docker/docker.json&amp;lt;/code&amp;gt;&lt;br /&gt;
# Configure docker to save its data to &amp;lt;code&amp;gt;/volume1/docker/var&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a script to start docker on boot at &amp;lt;code&amp;gt;/usr/local/etc/rc.d/docker.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group&lt;br /&gt;
# Place a docker-compose script in &amp;lt;code&amp;gt;/usr/local/bin/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group using the Synology GUI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt; commands, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up a docker GUI==&lt;br /&gt;
If you want a GUI you can run Portainer using the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in a file called &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt; in an otherwise empty directory.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
Visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;br /&gt;
&lt;br /&gt;
==Setting up Sonarr/Radarr/Lidarr/Readarr==&lt;br /&gt;
For guidance setting up Sonarr/Radarr/Lidarr/Readarr, see the [[Docker Guide]], and '''remember caveat 2 above.'''&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2706</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2706"/>
		<updated>2020-12-11T20:06:58Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Summary==&lt;br /&gt;
&lt;br /&gt;
The instructions below will:&lt;br /&gt;
# Place the docker binaries in &amp;lt;code&amp;gt;/usr/local/bin/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a docker config file &amp;lt;code&amp;gt;/usr/local/etc/docker/docker.json&amp;lt;/code&amp;gt;&lt;br /&gt;
# Configure docker to save its data to &amp;lt;code&amp;gt;/volume1/docker/var&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a script to start docker on boot at &amp;lt;code&amp;gt;/usr/local/etc/rc.d/docker.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group&lt;br /&gt;
# Place a docker-compose script in &amp;lt;code&amp;gt;/usr/local/bin/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group using the Synology GUI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt; commands, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up a docker GUID==&lt;br /&gt;
If you want a GUI you can run Portainer using the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in a file called &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt; in an otherwise empty directory.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
Visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;br /&gt;
&lt;br /&gt;
==Setting up Sonarr/Radarr/Lidarr/Readarr==&lt;br /&gt;
For guidance setting up Sonarr/Radarr/Lidarr/Readarr, see the [[Docker Guide]], and '''remember caveat 2 above.'''&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2705</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2705"/>
		<updated>2020-12-11T20:06:31Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
The instructions below will &lt;br /&gt;
# Place the docker binaries in &amp;lt;code&amp;gt;/usr/local/bin/&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a docker config file &amp;lt;code&amp;gt;/usr/local/etc/docker/docker.json&amp;lt;/code&amp;gt;&lt;br /&gt;
# Configure docker to save its data to &amp;lt;code&amp;gt;/volume1/docker/var&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a script to start docker on boot at &amp;lt;code&amp;gt;/usr/local/etc/rc.d/docker.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
# Create a &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group&lt;br /&gt;
# Place a docker-compose script in &amp;lt;code&amp;gt;/usr/local/bin/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group using the Synology GUI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt; commands, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up a docker GUID==&lt;br /&gt;
If you want a GUI you can run Portainer using the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in a file called &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt; in an otherwise empty directory.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
Visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;br /&gt;
&lt;br /&gt;
==Setting up Sonarr/Radarr/Lidarr/Readarr==&lt;br /&gt;
For guidance setting up Sonarr/Radarr/Lidarr/Readarr, see the [[Docker Guide]], and '''remember caveat 2 above.'''&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2704</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2704"/>
		<updated>2020-12-11T20:03:12Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group using the Synology GUI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt; commands, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up a docker GUID==&lt;br /&gt;
If you want a GUI you can run Portainer using the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in a file called &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt; in an otherwise empty directory.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
Visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;br /&gt;
&lt;br /&gt;
==Setting up Sonarr/Radarr/Lidarr/Readarr==&lt;br /&gt;
For guidance setting up Sonarr/Radarr/Lidarr/Readarr, see the [[Docker Guide]], and '''remember caveat 2 above.'''&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2703</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2703"/>
		<updated>2020-12-11T20:00:09Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group using the Synology GUI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt; commands, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up a docker GUID==&lt;br /&gt;
If you want a GUI you can run Portainer using the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in an empty directory and call it &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt;.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
And visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;br /&gt;
&lt;br /&gt;
==Setting up Sonarr/Radarr/Lidarr/Readarr==&lt;br /&gt;
For guidance setting up Sonarr/Radarr/Lidarr/Readarr, see the [[Docker Guide]], and '''remember caveat 2 above.'''&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2702</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2702"/>
		<updated>2020-12-11T19:59:04Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group using the Synology GUI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt; commands, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up Portainer==&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in an empty directory and call it &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt;.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
And visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;br /&gt;
&lt;br /&gt;
For guidance setting up Sonarr/Radarr/Lidarr/Readarr, see the [[Docker Guide]], and '''remember caveat 2 above.'''&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2701</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2701"/>
		<updated>2020-12-11T19:58:52Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group using the Synology GUI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt; commands, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up Portainer==&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in an empty directory and call it &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt;.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
And visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;br /&gt;
&lt;br /&gt;
For guidance setting up Sonarr/Radarr/Lidarr/Readarr, see the [[Docker Guide]], and ''remember caveat 2 above.''&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2700</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2700"/>
		<updated>2020-12-11T19:57:38Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; group using the Synology GUI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt; commands, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up Portainer==&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in an empty directory and call it &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt;.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
And visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2699</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2699"/>
		<updated>2020-12-11T19:56:37Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Synology only offer a docker package on their &amp;lt;code&amp;gt;x64&amp;lt;/code&amp;gt; based NAS.  Using this method to install docker on an &amp;lt;code&amp;gt;aarch64&amp;lt;/code&amp;gt; NAS is totally unsupported/untested and totally at your own risk.  It is entirely possible it will destroy your NAS.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new 'docker' group using the synology UI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have a functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt;, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use &amp;lt;code&amp;gt;--network=host&amp;lt;/code&amp;gt; (or &amp;lt;code&amp;gt;network: host&amp;lt;/code&amp;gt; in compose) and everything will be directly accessible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up Portainer==&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in an empty directory and call it &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt;.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
And visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2698</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2698"/>
		<updated>2020-12-11T19:53:26Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new 'docker' group using the synology UI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have a functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt;, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker).&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use `--network=host` (or `network: host` in compose) and everything will be directly accesible from the host.  There are no port maps.&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up Portainer==&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in an empty directory and call it &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt;.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
And visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2697</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2697"/>
		<updated>2020-12-11T19:52:49Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new 'docker' group using the synology UI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have a functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt;, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker)&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use `--network=host` (or `network: host` in compose) and everything will be directly accesible from the host.  There are no port maps&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up Portainer==&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in an empty directory and call it &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt;.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
And visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup (where &amp;lt;code&amp;gt;ip&amp;lt;/code&amp;gt; is the IP address of your synology).&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2696</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2696"/>
		<updated>2020-12-11T19:52:17Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Installation==&lt;br /&gt;
&lt;br /&gt;
Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new 'docker' group using the synology UI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have a functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt;, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker)&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use `--network=host` (or `network: host` in compose) and everything will be directly accesible from the host.  There are no port maps&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
==Setting up Portainer==&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Place this in an empty directory and call it &amp;lt;code&amp;gt;docker-compose.yml&amp;lt;/code&amp;gt;.  Run:&lt;br /&gt;
 docker-compose up -d&lt;br /&gt;
And visit &amp;lt;code&amp;gt;http://ip:9000&amp;lt;/code&amp;gt; to complete setup.&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2695</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2695"/>
		<updated>2020-12-11T19:47:44Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new 'docker' group using the synology UI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have a functioning &amp;lt;code&amp;gt;docker&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;docker-compose&amp;lt;/code&amp;gt;, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
Some caveats:&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker)&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use `--network=host` (or `network: host` in compose) and everything will be directly accesible from the host.  There are no port maps&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2694</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2694"/>
		<updated>2020-12-11T19:43:32Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as `root` to your synology.  Execute the following command:&lt;br /&gt;
&lt;br /&gt;
 curl https://gist.githubusercontent.com/ta264/2b7fb6e6466b109b9bf9b0a1d91ebedc/raw/7b11f25c3dce181faa5206aed8051f176cc4e406/get-docker.sh | sh&lt;br /&gt;
&lt;br /&gt;
If all goes well you should see the message:&lt;br /&gt;
&amp;lt;pre&amp;gt;Done.  Please add your user to the docker group in the Synology GUI and reboot your NAS.&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Do as it says:&lt;br /&gt;
# Add your user to the new 'docker' group using the synology UI&lt;br /&gt;
# '''Reboot.'''  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have a functioning `docker` and `docker-compose`, which should work when logged in as your normal user.&lt;br /&gt;
&lt;br /&gt;
Some caveats:&lt;br /&gt;
# It seems most ARM Synology don't support seccomp, so the docker container has unfettered access to your system (even more so than with a regular docker)&lt;br /&gt;
# Again, due to Synology constraints, all containers need to use `--network=host` (or `network: host` in compose) and everything will be directly accesible from the host.  There are no port maps&lt;br /&gt;
# Obviously you can only run aarch64 images, but most hotio and linuxserver images offer an aarch64 version.&lt;br /&gt;
&lt;br /&gt;
If you want a GUI you can use the following example compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
version: '2'&lt;br /&gt;
&lt;br /&gt;
services:&lt;br /&gt;
  portainer:&lt;br /&gt;
    image: portainer/portainer&lt;br /&gt;
    restart: unless-stopped&lt;br /&gt;
    network_mode: host&lt;br /&gt;
    volumes:&lt;br /&gt;
      - /var/run/docker.sock:/var/run/docker.sock&lt;br /&gt;
      - portainer_data:/data&lt;br /&gt;
&lt;br /&gt;
volumes:&lt;br /&gt;
  portainer_data:&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2688</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2688"/>
		<updated>2020-12-11T18:37:08Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group, replacing MYUSERNAME with the username you use to log in with SSH&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root MYUSERNAME&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Install docker compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl -L --fail https://gist.githubusercontent.com/ta264/af20c367aafa63795c3104d4b0c8b148/raw/4f6d257c026596cfce1c9052d9ac426a50e9f205/run.sh -o /usr/local/bin/docker-compose&lt;br /&gt;
chmod +x /usr/local/bin/docker-compose&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot.  &lt;br /&gt;
&lt;br /&gt;
Hopefully you have a functioning `docker` and `docker-compose`&lt;br /&gt;
&lt;br /&gt;
You can start portainer with:&lt;br /&gt;
 docker run --network=host -v &amp;quot;/var/run/docker.sock:/var/run/docker.sock&amp;quot;  portainer/portainer-ce:linux-arm64&lt;br /&gt;
&lt;br /&gt;
Which will start portainer on port 9000 on the host.&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2687</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2687"/>
		<updated>2020-12-11T17:33:57Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group, replacing MYUSERNAME with the username you use to log in with SSH&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root MYUSERNAME&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Reboot.  &lt;br /&gt;
&lt;br /&gt;
You can try to install docker compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -o /usr/local/bin/docker-compose&lt;br /&gt;
sudo chmod +x /usr/local/bin/docker-compose&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But in our test this failed with &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Status: Downloaded newer image for ghcr.io/linuxserver/docker-compose:latest&lt;br /&gt;
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: open /dev/ptmx: no such file or directory: unknown.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can start portainer with:&lt;br /&gt;
 docker run --network=host -v &amp;quot;/var/run/docker.sock:/var/run/docker.sock&amp;quot;  portainer/portainer-ce:linux-arm64&lt;br /&gt;
&lt;br /&gt;
Which will start portainer on port 9000 on the host.&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2686</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2686"/>
		<updated>2020-12-11T17:20:38Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group, replacing MYUSERNAME with the username you use to log in with SSH&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root MYUSERNAME&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Reboot.  &lt;br /&gt;
&lt;br /&gt;
You can try to install docker compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -o /usr/local/bin/docker-compose&lt;br /&gt;
sudo chmod +x /usr/local/bin/docker-compose&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
But in our test this failed with &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Status: Downloaded newer image for ghcr.io/linuxserver/docker-compose:latest&lt;br /&gt;
docker: Error response from daemon: OCI runtime create failed: container_linux.go:370: starting container process caused: process_linux.go:459: container init caused: open /dev/ptmx: no such file or directory: unknown.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2685</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2685"/>
		<updated>2020-12-11T16:46:10Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group, replacing MYUSERNAME with the username you use to log in with SSH&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root MYUSERNAME&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Reboot.  Then install docker compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -o /usr/local/bin/docker-compose&lt;br /&gt;
sudo chmod +x /usr/local/bin/docker-compose&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2683</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2683"/>
		<updated>2020-12-11T15:52:55Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group, replacing MYUSERNAME with the username you use to log in with SSH&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root MYUSERNAME&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Reboot.  Then install docker compose:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo curl -L --fail https://github.com/docker/compose/releases/download/1.27.4/run.sh -o /usr/local/bin/docker-compose&lt;br /&gt;
sudo chmod +x /usr/local/bin/docker-compose&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2682</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2682"/>
		<updated>2020-12-11T15:33:28Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group, replacing MYUSERNAME with the username you use to log in with SSH&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root MYUSERNAME&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2681</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2681"/>
		<updated>2020-12-11T15:32:59Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root MYUSERNAME&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2680</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2680"/>
		<updated>2020-12-11T15:25:40Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2679</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2679"/>
		<updated>2020-12-11T15:17:56Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Create the docker group&lt;br /&gt;
&lt;br /&gt;
 synogroup --add docker root&lt;br /&gt;
&lt;br /&gt;
Start it!&lt;br /&gt;
&lt;br /&gt;
 /usr/local/etc/rc.d/docker.sh start&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2678</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2678"/>
		<updated>2020-12-11T14:51:52Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2677</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2677"/>
		<updated>2020-12-11T14:47:55Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;'EOT' &amp;gt;&amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2676</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2676"/>
		<updated>2020-12-11T14:43:01Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2675</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2675"/>
		<updated>2020-12-11T14:41:19Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/usr/local/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&lt;br /&gt;
chmod 755 /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2674</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2674"/>
		<updated>2020-12-11T14:40:52Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/rc.d/docker.sh&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/usr/local/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2673</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2673"/>
		<updated>2020-12-11T14:36:20Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/rc.d/docker&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/usr/local/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2672</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2672"/>
		<updated>2020-12-11T14:36:06Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/rc.d/docker&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/usr/local/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2671</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2671"/>
		<updated>2020-12-11T14:34:53Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/docker&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/rc.d/docker&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/usr/local/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2670</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2670"/>
		<updated>2020-12-11T14:27:56Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Log in as root to your synology.  Download and extract the docker binaries by running:&lt;br /&gt;
&lt;br /&gt;
 curl https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.tgz | tar -xz -C /usr/local/bin --strip-components=1&lt;br /&gt;
&lt;br /&gt;
Create somewhere for the docker files to live:&lt;br /&gt;
&lt;br /&gt;
 mkdir -p /volume1/@Docker/lib &lt;br /&gt;
 mkdir /docker &lt;br /&gt;
 mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
Configure docker:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir -p /usr/local/etc/&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/docker/docker.json&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;br /&gt;
EOT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enable docker to start on boot:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt;EOT &amp;gt;&amp;gt; /usr/local/etc/rc.d/docker&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
# Start docker daemon&lt;br /&gt;
&lt;br /&gt;
NAME=dockerd&lt;br /&gt;
PIDFILE=/usr/local/var/run/$NAME.pid&lt;br /&gt;
DAEMON_ARGS=&amp;quot;--config-file=/usr/local/etc/docker/docker.json --pidfile=$PIDFILE&amp;quot;&lt;br /&gt;
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin&lt;br /&gt;
&lt;br /&gt;
case &amp;quot;$1&amp;quot; in&lt;br /&gt;
    start)&lt;br /&gt;
        echo &amp;quot;Starting docker daemon&amp;quot;&lt;br /&gt;
        mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
        /usr/local/bin/dockerd $DAEMON_ARGS &amp;amp;&lt;br /&gt;
        ;;&lt;br /&gt;
    stop)&lt;br /&gt;
        echo &amp;quot;Stopping docker daemon&amp;quot;&lt;br /&gt;
        kill $(cat $PIDFILE)&lt;br /&gt;
        ;;&lt;br /&gt;
    *)&lt;br /&gt;
        echo &amp;quot;Usage: &amp;quot;$1&amp;quot; {start|stop}&amp;quot;&lt;br /&gt;
        exit 1&lt;br /&gt;
esac&lt;br /&gt;
exit 0&lt;br /&gt;
&lt;br /&gt;
Reboot&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2669</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2669"/>
		<updated>2020-12-11T12:09:17Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download https://download.docker.com/linux/static/stable/aarch64/&lt;br /&gt;
&lt;br /&gt;
tar xzvf /path/to/.tar.gz&lt;br /&gt;
sudo cp docker/* /usr/bin/&lt;br /&gt;
&lt;br /&gt;
sudo mkdir -p /volume1/@Docker/lib &lt;br /&gt;
sudo mkdir /docker &lt;br /&gt;
sudo mount -o bind &amp;quot;/volume1/@Docker/lib&amp;quot; /docker&lt;br /&gt;
&lt;br /&gt;
sudo mkdir /etc/docker&lt;br /&gt;
sudo vi /etc/docker/docker.json&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
  &amp;quot;storage-driver&amp;quot;: &amp;quot;vfs&amp;quot;,&lt;br /&gt;
  &amp;quot;iptables&amp;quot;: false,&lt;br /&gt;
  &amp;quot;bridge&amp;quot;: &amp;quot;none&amp;quot;,&lt;br /&gt;
  &amp;quot;data-root&amp;quot;: &amp;quot;/docker&amp;quot;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2668</id>
		<title>Docker ARM Synology</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Docker_ARM_Synology&amp;diff=2668"/>
		<updated>2020-12-11T11:54:04Z</updated>

		<summary type="html">&lt;p&gt;Ta264: Created page with &amp;quot;Download https://download.docker.com/linux/static/stable/aarch64/&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Download https://download.docker.com/linux/static/stable/aarch64/&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=WikiMap&amp;diff=2667</id>
		<title>WikiMap</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=WikiMap&amp;diff=2667"/>
		<updated>2020-12-11T11:53:23Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please use https://github.com/Servarr/Wiki to track issues&lt;br /&gt;
Please use this page for easy access to templates&lt;br /&gt;
&lt;br /&gt;
This page to act as an overall map of the wiki as many templates and sections are in use via transclusion.&lt;br /&gt;
&lt;br /&gt;
== Stand Alone Templates ==&lt;br /&gt;
&lt;br /&gt;
# [[Template:Appdata Directory]]&lt;br /&gt;
# [[Template:Installation]]&lt;br /&gt;
# [[Template:Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
== Miscellaneous ==&lt;br /&gt;
# [[Sandbox]] &amp;lt;- Test code and do any testing here before sending it to live&lt;br /&gt;
# [[Useful Tools]]&lt;br /&gt;
# [[Cloud Setup|Rclone/Mergerfs/Gdrive setup &amp;amp; links]]&lt;br /&gt;
# [[Docker Guide]]&lt;br /&gt;
# [[Definitions]]&lt;br /&gt;
# [[Discord-Notifier-unRAID-Plex]]&lt;br /&gt;
# [[Discord-Notifier-unRAID-Network]]&lt;br /&gt;
# [[Clear Cache Cookies and Local Storage]]&lt;br /&gt;
# [[Troubleshooting Misc]]&lt;br /&gt;
# [[Appdata Directory Misc]]&lt;br /&gt;
# [[Installation Misc]]&lt;br /&gt;
# [[Docker on arm synology]]&lt;br /&gt;
&lt;br /&gt;
== Stand Alone Pages ==&lt;br /&gt;
* [[Radarr]]&lt;br /&gt;
&lt;br /&gt;
* [[Sonarr]]&lt;br /&gt;
&lt;br /&gt;
* [[Lidarr]]&lt;br /&gt;
&lt;br /&gt;
* [[Readarr]]&lt;br /&gt;
&lt;br /&gt;
== API Documentation ==&lt;br /&gt;
* [https://radarr.video/docs/api/ Radarr]&lt;br /&gt;
&lt;br /&gt;
* Sonarr&lt;br /&gt;
&lt;br /&gt;
* Lidarr&lt;br /&gt;
&lt;br /&gt;
* Readarr&lt;br /&gt;
&lt;br /&gt;
== *ARR Pages ==&lt;br /&gt;
&amp;lt;section begin=radarr_wiki_pages /&amp;gt;&lt;br /&gt;
*[[Radarr]]&lt;br /&gt;
**[[Radarr Installation]]&lt;br /&gt;
**[[Radarr Quick Start Guide]]&lt;br /&gt;
**[[Radarr Library|Radarr Library (Movies)]]&lt;br /&gt;
**[[Radarr Calendar]]&lt;br /&gt;
**[[Radarr Activity]]&lt;br /&gt;
**[[Radarr Settings]]&lt;br /&gt;
**[[Radarr System]]&lt;br /&gt;
**[[Radarr Troubleshooting]]&lt;br /&gt;
**[[Radarr FAQ]]&lt;br /&gt;
**[[Radarr Tips and Tricks]]&amp;lt;section end=radarr_wiki_pages /&amp;gt;&amp;lt;section begin=sonarr_wiki_pages /&amp;gt;&lt;br /&gt;
*[[Sonarr]]&lt;br /&gt;
**[[Sonarr Installation]]&lt;br /&gt;
**[[Sonarr Quick Start Guide]]&lt;br /&gt;
**[[Sonarr Library|Sonarr Library (Series)]]&lt;br /&gt;
**[[Sonarr Calendar]]&lt;br /&gt;
**[[Sonarr Activity]]&lt;br /&gt;
**[[Sonarr Settings]]&lt;br /&gt;
**[[Sonarr System]]&lt;br /&gt;
**[[Sonarr Troubleshooting]]&lt;br /&gt;
**[[Sonarr FAQ]]&lt;br /&gt;
**[[Sonarr Tips and Tricks]]&amp;lt;section end=sonarr_wiki_pages /&amp;gt;&amp;lt;section begin=lidarr_wiki_pages /&amp;gt;&lt;br /&gt;
*[[Lidarr]]&lt;br /&gt;
**[[Lidarr Installation]]&lt;br /&gt;
**[[Lidarr Quick Start Guide]]&lt;br /&gt;
**[[Lidarr Library|Lidarr Library (Artist)]]&lt;br /&gt;
**[[Lidarr Calendar]]&lt;br /&gt;
**[[Lidarr Activity]]&lt;br /&gt;
**[[Lidarr Settings]]&lt;br /&gt;
**[[Lidarr System]]&lt;br /&gt;
**[[Lidarr Troubleshooting]]&lt;br /&gt;
**[[Lidarr FAQ]]&lt;br /&gt;
**[[Lidarr Tips and Tricks]]&amp;lt;section end=lidarr_wiki_pages /&amp;gt;&amp;lt;section begin=readarr_wiki_pages /&amp;gt;&lt;br /&gt;
*[[Readarr]]&lt;br /&gt;
**[[Readarr Installation]]&lt;br /&gt;
**[[Readarr Quick Start Guide]]&lt;br /&gt;
**[[Readarr Library|Readarr Library]]&lt;br /&gt;
**[[Readarr Calendar]]&lt;br /&gt;
**[[Readarr Activity]]&lt;br /&gt;
**[[Readarr Settings]]&lt;br /&gt;
**[[Readarr System]]&lt;br /&gt;
**[[Readarr Troubleshooting]]&lt;br /&gt;
**[[Readarr FAQ]]&lt;br /&gt;
**[[Readarr Tips and Tricks]]&amp;lt;section end=readarr_wiki_pages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== * ARR UI Pages ==&lt;br /&gt;
Note: All templates or sections are housed within their respective pages. To edit those templates click on the page then to the template page.&lt;br /&gt;
=== Movies/Series/Library ===&lt;br /&gt;
# [[Library]]&lt;br /&gt;
# [[Library Add New]]&lt;br /&gt;
# [[Library Import]]&lt;br /&gt;
# [[Library Discover]] &amp;lt;-- Radarr&lt;br /&gt;
# [[Library Mass Editor]] &amp;lt;-- Sonarr/Lidarr&lt;br /&gt;
# [[Library Season Pass]] &amp;lt;-- Sonarr&lt;br /&gt;
# [[Library Album Studio]] &amp;lt;-- Lidarr&lt;br /&gt;
# [[Library Bookshelf]] &amp;lt;-- Readarr&lt;br /&gt;
# [[Library Unmapped Files]] &amp;lt;-- Lidarr/Readarr&lt;br /&gt;
&lt;br /&gt;
=== Calendar ===&lt;br /&gt;
# [[Calendar]]&lt;br /&gt;
&lt;br /&gt;
=== Activity ===&lt;br /&gt;
# [[Activity Queue]]&lt;br /&gt;
# [[Activity History]]&lt;br /&gt;
# [[Activity Blacklist]]&lt;br /&gt;
&lt;br /&gt;
=== Wanted ===&lt;br /&gt;
# [[Wanted]]&lt;br /&gt;
# [[Wanted Missing]]&lt;br /&gt;
# [[Wanted Cutoff Unmet]]&lt;br /&gt;
&lt;br /&gt;
=== Settings ===&lt;br /&gt;
# [[Settings Media Management]]&lt;br /&gt;
# [[Settings Profiles]]&lt;br /&gt;
# [[Settings Quality]]&lt;br /&gt;
# [[Settings Custom Formats]]&lt;br /&gt;
# [[Settings Indexers]]&lt;br /&gt;
# [[Settings Download Clients]]&lt;br /&gt;
# [[Settings Lists]]&lt;br /&gt;
# [[Settings Connect]]&lt;br /&gt;
# [[Settings Metadata]]&lt;br /&gt;
# [[Settings Tags]]&lt;br /&gt;
# [[Settings General]]&lt;br /&gt;
# [[Settings UI]]&lt;br /&gt;
=== System ===&lt;br /&gt;
# [[System status|System Status]]&lt;br /&gt;
# [[System tasks|System Tasks]]&lt;br /&gt;
# [[System backup|System Backup]]&lt;br /&gt;
# [[System updates|System Updates]]&lt;br /&gt;
# [[System events|System Events]]&lt;br /&gt;
# [[System log files|System Log Files]]&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=System_status&amp;diff=2478</id>
		<title>System status</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=System_status&amp;diff=2478"/>
		<updated>2020-11-30T16:33:40Z</updated>

		<summary type="html">&lt;p&gt;Ta264: /* Radarr */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== System ==&lt;br /&gt;
=== Health ===&lt;br /&gt;
==== Overview ====&lt;br /&gt;
====== Radarr ======&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Radarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Sonarr ======&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Lidarr ======&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Lidarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
====== Readarr ======&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Readarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_overview /&amp;gt;&lt;br /&gt;
==== System Warnings ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;update-to-net-core-version&amp;quot;&amp;gt;'''[[#update-to-net-core-version|Update to .NET Core version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Newer versions of Radarr are targeted for .NET Core. We provide legacy mono builds for those platforms that cannot use .NET Core. You are running one of these legacy builds but your platform supports .NET Core.&lt;br /&gt;
** Fixing Docker installs&lt;br /&gt;
*** Re-pull your container&lt;br /&gt;
** Fixing Standalone installs&lt;br /&gt;
&lt;br /&gt;
*** This should only happen on linux hosts.  &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Do not install .net core runtime or SDK from microsoft.'''&amp;lt;/span&amp;gt; To remedy, download the correct build for your architecture: &lt;br /&gt;
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=x64 x64] &lt;br /&gt;
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm64 arm64] &lt;br /&gt;
**** [https://radarr.servarr.com/v1/update/master/updatefile?os=linux&amp;amp;runtime=netcore&amp;amp;arch=arm arm]&lt;br /&gt;
*** &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''Back-Up your existing configuration'''&amp;lt;/span&amp;gt; before the next step.&lt;br /&gt;
*** '''Delete your existing binaries' (contents or folder of /opt/Radarr)'' and replace with the contents of the &amp;lt;code&amp;gt;.tar.gz&amp;lt;/code&amp;gt; you just downloaded. &lt;br /&gt;
*** &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''DO NOT JUST EXTRACT THE DOWNLOAD OVER THE TOP OF YOUR EXISTING BINARIES.&amp;lt;br&amp;gt; YOU MUST DELETE THE OLD ONES FIRST'''.&amp;lt;/span&amp;gt; &lt;br /&gt;
**** Update your startup script to call &amp;lt;code&amp;gt;Radarr&amp;lt;/code&amp;gt; instead of calling it with mono like &amp;lt;code&amp;gt;mono --debug Radarr.exe&amp;lt;/code&amp;gt;. In other words you want, as an example, &amp;lt;code&amp;gt;/opt/Radarr/Radarr&amp;lt;/code&amp;gt; and '''not''' &amp;lt;code&amp;gt;mono  --debug /opt/Radarr/Radarr&amp;lt;/code&amp;gt;.&lt;br /&gt;
*** If Radarr doesn’t start make sure you have the dependencies listed [https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&amp;amp;pivots=os-linux here] installed.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Mono_version_is_less_than_3_10_upgrade_for_improved_stability&amp;quot;&amp;gt;'''[[#Mono_version_is_less_than_3_10_upgrade_for_improved_stability|Mono version is less than 3.10, upgrade for improved stability]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr is written in .Net and requires Mono to run. Versions of 3.10 and above resolved various stability issues we experienced in the past and is considered the minimum supported version.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono version 4.x and higher are also available and provides a better experience on certain platforms.&lt;br /&gt;
** See &amp;quot;Update to .NET Core version above&amp;quot;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;New_update_is_available&amp;quot;&amp;gt;'''[[#New_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don’t have Auto-Updating enabled, so you’ll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#Cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Radarr will be unable to update itself. You’ll have to update Radarr manually or set the permissions on Radarr’s Startup directory (the installation directory) to allow Radarr to update itself.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update&amp;quot;&amp;gt;'''[[#Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr detected that AppData folder for your Operating System is located inside the directory that contains the Radarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&lt;br /&gt;
** Please look at System -&amp;amp;gt; Info to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Radarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you’re on linux, you’ll probably have to change the home directory for the user that is running Radarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Radarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Branch_is_for_a_previous_version&amp;quot;&amp;gt;'''[[#Branch_is_for_a_previous_version|Branch is for a previous version]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The update branch setup in Settings/General is for a previous version of Radarr, therefore the instance will not see correct update information in the System/Updates feed and may not receive new updates when released.&lt;br /&gt;
** '''Note:''' Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be solely in V3. Each push to the “develop” branch creates a build on “nightly” release channel (release channel is the “branch” within radarr’s settings), once we push a build to Github it will show up on “develop” release channel.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Could_not_connect_to_signalR&amp;quot;&amp;gt;'''[[#Could_not_connect_to_signalR|Could not connect to signalR]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** signalR drives the dynamic UI updates, so if your browser cannot connect to signalR on your server you won’t see any real time updates in the UI.&lt;br /&gt;
** The most common occurrence of this is on V3 combined with an nginx reverse proxy. Nginx requires the following addition to the location block for radarr: &lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_http_version 1.1;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Upgrade $http_upgrade;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;proxy_set_header Connection $http_connection;&amp;lt;/code&amp;gt;&lt;br /&gt;
** Make sure you &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''do not'''&amp;lt;/span&amp;gt; include &amp;lt;code&amp;gt;proxy_set_header Connection &amp;quot;Upgrade&amp;quot;;&amp;lt;/code&amp;gt; as suggested by the nginx documentation. &amp;lt;span style=&amp;quot;color:#ff0000&amp;quot;&amp;gt;'''THIS WILL NOT WORK'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** See https://github.com/aspnet/AspNetCore/issues/17081&lt;br /&gt;
** For apache reverse proxy you need to add to the configuration:&lt;br /&gt;
*::&amp;lt;code&amp;gt;Include /etc/apache2/mods-available/proxy_wstunnel.load&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPass &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
*::&amp;lt;code&amp;gt;ProxyPassReverse &amp;quot;/socket&amp;quot; &amp;quot;ws://127.0.0.1:7878/socket&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
This page contains a list of health checks errors. These health checks are periodically performed performed by Sonarr and on certain events. The resulting warnings and errors are listed here to give advice on how to resolve them.&lt;br /&gt;
* '''Currently installed .Net Framework is old and unsupported'''&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Occasionally we increase the version we build against to be able to utilize new features. Apparently you haven't applied the appropriate Windows updates in a while and need to upgrade .Net to be able to use newer versions of Sonarr.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Currently_installed_Net_Framework_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#Currently_installed_Net_Framework_is_supported_but_upgrading_is_recommended|Currently installed .Net Framework is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** Upgrading the .Net Framework is very straightforward on Windows, although it often requires a restart. Please follow the instructions here: https://dotnet.microsoft.com/download/dotnet-framework.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Currently_installed_mono_version_is_old_and_unsupported&amp;quot;&amp;gt;'''[[#Currently_installed_mono_version_is_old_and_unsupported|Currently installed mono version is old and unsupported]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr is written in .Net and requires Mono to run. Various versions of Sonarr have different minimum versions of Mono to operate correctly. The ideal version of Mono varies per platform.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Mono 5.4 is the absolute minimum for Sonarr v3 but Mono 5.20 is currently recommended.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Currently_installed_mono_version_is_supported_but_upgrading_is_recommended&amp;quot;&amp;gt;'''[[#Currently_installed_mono_version_is_supported_but_upgrading_is_recommended|Currently installed mono version is supported but upgrading is recommended]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr uses the .Net Framework which Mono implements for your system. We need to build Sonarr against the lowest supported version still used by our users. Upgrading to newer versions allows us to build against newer versions and use new Framework features.&lt;br /&gt;
** The upgrade procedure for Mono varies per platform.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;New_update_is_available&amp;quot;&amp;gt;'''[[#New_update_is_available|New update is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Rejoice, the developers have released a new update. This generally means awesome new features and squashed piles of bugs (right?). Apparently you don't have Auto-Updating enabled, so you'll have to figure out how to update on your platform. Pressing the Install button on the System -&amp;amp;gt; Updates page is probably a good starting point. But while you're at it, read the change log to find out what the relevant changes were.&lt;br /&gt;
** ''(This warning will not appear if your current version is less than 14 days old)''&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Cannot_install_update_because_startup_folder_is_not_writable_by_the_user&amp;quot;&amp;gt;'''[[#Cannot_install_update_because_startup_folder_is_not_writable_by_the_user|Cannot install update because startup folder is not writable by the user]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This means Sonarr will be unable to update itself. You'll have to update Sonarr manually or set the permissions on Sonarr's Startup directory (the installation directory) to allow Sonarr to update itself.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update&amp;quot;&amp;gt;'''[[#Updating_will_not_be_possible_to_prevent_deleting_AppData_on_Update|Updating will not be possible to prevent deleting AppData on Update]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
**Sonarr detected that AppData folder for your Operating System is located inside the directory that contains the Sonarr binaries. Normally it would be &amp;lt;code&amp;gt;C:\ProgramData&amp;lt;/code&amp;gt; for Windows and, &amp;lt;code&amp;gt;~/.config&amp;lt;/code&amp;gt; for linux.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Please look at System -&amp;amp;gt; About to see the current AppData &amp;amp;amp; Startup directories.&lt;br /&gt;
** This means Sonarr will be unable to update itself without risking data-loss.&lt;br /&gt;
** If you're on linux, you'll probably have to change the home directory for the user that is running Sonarr and copy the current contents of the &amp;lt;code&amp;gt;~/.config/Sonarr&amp;lt;/code&amp;gt; directory to preserve your database.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_system_warnings /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Download Clients ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;no_download_client_is_available&amp;gt;'''[[#no_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Radarr to be able to download media. Since Radarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Radarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
** Unable to communicate with download client&lt;br /&gt;
** Radarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#Download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Radarr. Therefore Radarr has decided to temporarily stop querying the download client on it’s normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Radarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Radarr to prevent the errors.&lt;br /&gt;
*  &amp;lt;span id=&amp;quot;enable_complete_download_handling&amp;quot;&amp;gt;'''[[#enable_complete_download_handling|Enable Completed Download Handling]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires Completed Download Handling to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;No_download_client_is_available&amp;quot;&amp;gt;'''[[#No_download_client_is_available|No download client is available]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** A properly configured and enabled download client is required for Sonarr to be able to download media. Since Sonarr supports different download clients, you should determine which best matches your requirements. If you already have a download client installed, you should configure Sonarr to use it and create a category. See Settings -&amp;amp;gt; Download Client.&lt;br /&gt;
** Unable to communicate with download client ====&lt;br /&gt;
** Sonarr was unable to communicate with the configured download client. Please verify if the download client is operational and double check the url. This could also indicate an authentication error.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Download_clients_are_unavailable_due_to_failure&amp;quot;&amp;gt;'''[[#Download_clients_are_unavailable_due_to_failure|Download clients are unavailable due to failure]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** One or more of your download clients is not responding to requests made by Sonarr. Therefore Sonarr has decided to temporarily stop querying the download client on it's normal 1 minute cycle, which is normally used to track active downloads and import finished ones. However, Sonarr will continue to attempt to send downloads to the client, but will in all likeliness fail.&lt;br /&gt;
** You should inspect System-&amp;amp;gt;Logs to see what the reason is for the failures.&lt;br /&gt;
** If you no longer use this download client, disable it in Sonarr to prevent the errors.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Enable_Completed_Download_Handling_or_configure_Drone_Factory&amp;quot;&amp;gt;'''[[#Enable_Completed_Download_Handling_or_configure_Drone_Factory|Enable Completed Download Handling or configure Drone Factory]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires Completed Download Handling or a properly configured Drone Factory to be able to import files that were downloaded by the download client. It is recommended to enable Completed Download Handling.&lt;br /&gt;
** ''(Completed Download Handling is enabled by default for new users.)''&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_download_clients /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Completed/Failed Download Handling ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Completed_Download_Handling_is_disabled&amp;quot;&amp;gt;'''[[#Completed_Download_Handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It’s recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Radarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you don’t wish to enable Completed Download Handling at all and wants to remove the warning. You can enable and then disable Completed Download Handling. This obviously isn’t recommended.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following: * '''Warning''': Completed Download Handling only works properly if the download client and Radarr are on the same machine since it gets the path to be imported directly from the download client. * If you added a post-processing script to Sabnzbd/NzbGet to notify Radarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts. * Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Radarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
** Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Radarr attempts to resolve this issue automatically, occassionally Radarr may be unable to make that association and cause a ‘Completed’ download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Completed_Download_Handling_is_disabled&amp;quot;&amp;gt;'''[[#Completed_Download_Handling_is_disabled|Completed Download Handling is disabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** ''(This warning is only generated for existing users before when the Completed Download Handling feature was implemented. This feature is disabled by default to ensure the system continued to operate as expected for current configurations.)''&lt;br /&gt;
** It's recommended to switch to Completed Download Handling since it provides better compatibility for the unpacking and post-processing logic of various download clients. With it, Sonarr will only import a download once the download client reports it as ready.&lt;br /&gt;
** If you don't wish to enable Completed Download Handling at all and wants to remove the warning. You can enable and then disable Completed Download Handling. This obviously isn't recommended.&lt;br /&gt;
** If you wish to enable Completed Download Handling you should verify the following:&lt;br /&gt;
*** '''Warning''': Completed Download Handling only works properly if the download client and Sonarr are on the same machine since it gets the path to be imported directly from the download client.&lt;br /&gt;
*** If you added a post-processing script to Sabnzbd/NzbGet to notify Sonarr that it should scan the Drone Factory. You ''SHOULD'' disable this script to prevent conflicts.&lt;br /&gt;
*** Completed Download Handling and the Drone Factory cannot be configured for the same directory. If Completed Download Handling detects a download resides in the Drone Factory it will be ignored. (again to prevent conflicts)&amp;lt;br /&amp;gt;&lt;br /&gt;
** You should reconfigure Sonarr to use a different Drone Factory Folder or disable it altogether.&amp;lt;br /&amp;gt;&lt;br /&gt;
Alternatively you can change the output folder for the Category, as long as that output folder is not a subdirectory of the Drone Factory Folder.&lt;br /&gt;
** Both Completed Download Handling and the Drone Factory logic generates Import Events in history while importing files. However, only Completed Download Handling associates this Import event with a Download Client history item. If Completed Download Handling was enabled recently, your download client may still contain history items that were already imported but do not have a history event with the same unique id. Sonarr attempts to resolve this issue automatically, occassionally Sonarr may be unable to make that association and cause a 'Completed' download to be listed in the History -&amp;amp;gt; Queue table forever. The easiest way to resolve this is to clear your Download Client history, or only those individual items. Alternatively you can rename the category.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_complete_failed_download_handling /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Indexers ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;No_indexers_are_enabled&amp;quot;&amp;gt;'''[[#No_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Radarr requires indexers to be able to discover new releases. Please read the wiki on instructions how to add indexers.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#Enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]''' &amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Radarr will only be able to find new releases via the RSS feeds. But searching for movies (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#Indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Radarr tried to use one of your indexers. To limit retries, Radarr will not use the indexer for an increasing amount of time (up to 24h).&lt;br /&gt;
** This mechanism is triggered if Radarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
** Run the Test on the indexer to force Radarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;No_indexers_are_enabled&amp;quot;&amp;gt;'''[[#No_indexers_are_enabled|No indexers are enabled]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Sonarr requires indexers to be able to discover new releases. Please read the wiki on instructions how to add indexers.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Enabled_indexers_do_not_support_searching&amp;quot;&amp;gt;'''[[#Enabled_indexers_do_not_support_searching|Enabled indexers do not support searching]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** None of the indexers you have enabled support searching. This means Sonarr will only be able to find new releases via the RSS feeds. But searching for episodes (either Automatic Search or Manual Search) will never return any results. Obviously, the only way to remedy it is to add another indexer.&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Indexers_are_unavailable_due_to_failures&amp;quot;&amp;gt;'''[[#Indexers_are_unavailable_due_to_failures|Indexers are unavailable due to failures]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** Errors occurs while Sonarr tried to use one of your indexers. To limit retries, Sonarr will not use the indexer for an increasing amount of time (up to 24h).&amp;lt;br /&amp;gt;&lt;br /&gt;
** This mechanism is triggered if Sonarr was unable to get a response from the indexer (could be dns, connection, authentication or indexer issue), or unable to fetch the nzb/torrent file from the indexer. Please inspect the logs to determine what kind of error causes the problem.&lt;br /&gt;
** You can prevent the warning by disabling the affected indexer.&lt;br /&gt;
**Run the Test on the indexer to force Sonarr to recheck the indexer, please note that the Health Check warning will not always disappear immediately.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_indexers /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Folders ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Missing_root_folder&amp;quot;&amp;gt;'''[[#Missing_root_folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This message may appear if a previous root folder is no longer used. To remove old root folders:&lt;br /&gt;
*** Begin adding a new Movie* by searching for a name, but do not submit&lt;br /&gt;
*** In the 'Path' dropdown, select 'Add a different path'&lt;br /&gt;
*** Click the cross at the end of a row to remove the unused path&lt;br /&gt;
** Note - if the folder has been removed from the operating system, you will need to recreate the folder in the operating system, and restart Radarr, or else you will not be able to select it from the dropdown box. After that you can remove the path from the operating system.&lt;br /&gt;
** The message will continue to appear until all movies have their root folder updated to the new root folder. To change the root folder for other movies, visit the movies editor.&lt;br /&gt;
*** NB: I thought Radarr was for Movies and not Series&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Missing root folder&amp;quot;&amp;gt;'''[[#Missing root folder|Missing root folder]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** This message may appear if a previous root folder is no longer used. To remove old root folders:&lt;br /&gt;
**# Begin adding a new Series by searching for a name, but do not submit&lt;br /&gt;
**# In the 'Path' dropdown, select 'Add a different path'&lt;br /&gt;
**# Click the cross at the end of a row to remove the unused path&lt;br /&gt;
** Note - if the folder has been removed from the operating system, you will need to recreate the folder in the operating system, and restart Sonarr, or else you will not be able to select it from the dropdown box. After that you can remove the path from the operating system.&lt;br /&gt;
** The message will continue to appear until all series have their root folder updated to the new root folder. To change the root folder for other series, visit the series editor.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_folders /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Media ====&lt;br /&gt;
===== Radarr =====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Movie was removed from TMDb&amp;quot;&amp;gt;'''[[#Movie was removed from TMDb|Movie was removed from TMDb]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The specific movie is linked to a TMDbId that was deleted from TMDb. This may mean that the movie was either removed from the DB, was a duplicate, or was re-assigned a new ID for some reason. Deleted movies will not receive any info updates and should be corrected by the user to ensure continued functionality.&amp;lt;br /&amp;gt;&lt;br /&gt;
** You can find and edit deleted movies by creating a custom filter using the following steps: 1. Click Movies from the left menu 2. Click the dropdown on Filter and select “Custom Filter” 3. Enter a label, for example “Deleted Movies” 4. Make the filter as follows: Status is Deleted 5. Click save and select the newly created filter from the filter dropdown menu&lt;br /&gt;
&amp;lt;section end=radarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Sonarr =====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Series_Removed_from_TheTVDB&amp;quot;&amp;gt;'''[[#Series_Removed_from_TheTVDB|Series Removed from TheTVDB]]'''&amp;lt;/span&amp;gt;&lt;br /&gt;
** The affected series were removed from TheTVDB, this usually happens because it is a duplicate or considered part of a different series. To correct you will need to remove the affected series and add the correct series.&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Lidarr =====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_health_media /&amp;gt;&lt;br /&gt;
===== Readarr =====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_health_media /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disk Space ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
* This section will show you available disk space&lt;br /&gt;
** In docker this can be tricky as it will typically show you the available space w/in your Docker image&lt;br /&gt;
&amp;lt;section end=radarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_disk_space /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== About ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_about /&amp;gt;&lt;br /&gt;
This will tell you about your current install of Radarr&lt;br /&gt;
&amp;lt;section end=radarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_about /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_about /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_about /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== More Info ===&lt;br /&gt;
==== Radarr ====&lt;br /&gt;
&amp;lt;section begin=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
* Home page: [https://radarr.video Radarr's home page]&lt;br /&gt;
* Discord: [https://discord.gg/r5wJPt9 Join our discord]&lt;br /&gt;
* Wiki: [https://wiki.servarr.com You're here already]&lt;br /&gt;
* Donations: If you're feeling generous and would like to donate click [https://opencollective.com/radarr here]&lt;br /&gt;
* Source: [https://github.com/Radarr/Radarr Github]&lt;br /&gt;
* Feature Requests: Got as great idea drop it [https://github.com/Radarr/Radarr/issues here]&lt;br /&gt;
&amp;lt;section end=radarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Sonarr ====&lt;br /&gt;
&amp;lt;section begin=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=sonarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Lidarr ====&lt;br /&gt;
&amp;lt;section begin=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=lidarr_system_status_more_info /&amp;gt;&lt;br /&gt;
==== Readarr ====&lt;br /&gt;
&amp;lt;section begin=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
Text&lt;br /&gt;
&amp;lt;section end=readarr_system_status_more_info /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Templates ===&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Readarr&amp;diff=1319</id>
		<title>Readarr</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Readarr&amp;diff=1319"/>
		<updated>2020-09-14T09:03:02Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Readarr is a ebook (and maybe eventually magazine/audiobook) collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will grab, sort and rename them&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:70%; text-align:center; margin:auto; background-color:#dd0b1f;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! WARNING&lt;br /&gt;
|-&lt;br /&gt;
|Readarr is still in a Pre-Alpha state and is generally still in a work in progress. Features may be broken, incomplete, or cause spontaneous combustion.&amp;lt;br&amp;gt;&amp;lt;p style=&amp;quot;font-size 16px;&amp;quot;&amp;gt; '''You have been WARNED!'''&amp;lt;/p&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[https://readarr.com/ Readarr Website]&lt;br /&gt;
*[https://opencollective.com/Readarr Readarr Donations]&lt;br /&gt;
*[https://github.com/Readarr/Readarr Readarr Github]&lt;br /&gt;
=== Wiki Links===&lt;br /&gt;
*[[Readarr]]&lt;br /&gt;
*[[Readarr Installation]]&lt;br /&gt;
*[[Readarr Library|Readarr Library]]&lt;br /&gt;
*[[Readarr Calendar]]&lt;br /&gt;
*[[Readarr Activity]]&lt;br /&gt;
*[[Readarr Settings]]&lt;br /&gt;
*[[Readarr System]]&lt;br /&gt;
*[[Readarr Troubleshooting]]&lt;br /&gt;
*[[Readarr FAQ]]&lt;br /&gt;
*[[Readarr Tips and Tricks]]&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Readarr&amp;diff=1318</id>
		<title>Readarr</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Readarr&amp;diff=1318"/>
		<updated>2020-09-14T09:02:46Z</updated>

		<summary type="html">&lt;p&gt;Ta264: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Readarr is a ebook (and maybe eventually magazine/audiobook) collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and will grab, sort and rename them&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width:70%; text-align:center; margin:auto; background-color:#dd0b1f;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! WARNING&lt;br /&gt;
|-&lt;br /&gt;
|Readarr is still in a Pre-Alpha state and is generally still in a work in progress. Features may be broken, incomplete, or cause spontaneous combustion.&amp;lt;br&amp;gt;&amp;lt;p style=&amp;quot;font-size 16px;&amp;quot;&amp;gt; '''You have been WARNED!'''&amp;lt;/p&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
*[https://readarr.com/ Readarr Website]&lt;br /&gt;
*[https://opencollective.com/Readarr Readarr Donations]&lt;br /&gt;
*[https://github.com/Readarr/Readarr Readarr Github]&lt;br /&gt;
=== Wiki Links===&lt;br /&gt;
*[[Readarr]]&lt;br /&gt;
*[[Readarr Installation]]&lt;br /&gt;
*[[Readarr Library|Readarr Library]]&lt;br /&gt;
*[[Readarr Calendar]]&lt;br /&gt;
*[[Readarr Activity]]&lt;br /&gt;
*[[Readarr Settings]]&lt;br /&gt;
*[[Readarr System]]&lt;br /&gt;
*[[Readarr Troubleshooting]]&lt;br /&gt;
*[[Readarr FAQ]]&lt;br /&gt;
*[[Readarr Tips and Tricks]]&lt;br /&gt;
&lt;br /&gt;
Test&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
	<entry>
		<id>https://wikiold.servarr.com/index.php?title=Radarr_Tips_and_Tricks&amp;diff=884</id>
		<title>Radarr Tips and Tricks</title>
		<link rel="alternate" type="text/html" href="https://wikiold.servarr.com/index.php?title=Radarr_Tips_and_Tricks&amp;diff=884"/>
		<updated>2020-09-05T19:59:47Z</updated>

		<summary type="html">&lt;p&gt;Ta264: /* Trash's Custom Formats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== [https://github.com/TRaSH-/Tutorials-FAQ/blob/master/RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md Trash's Custom Formats] ===&lt;br /&gt;
{{#github:RadarrV3/Collection-of-Custom-Formats-for-RadarrV3.md|TRaSH-/Tutorials-FAQ|master}}&lt;/div&gt;</summary>
		<author><name>Ta264</name></author>
	</entry>
</feed>