Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 2.31 KB

File metadata and controls

35 lines (26 loc) · 2.31 KB
title Radarr Windows Installation
description Windows installation guide for Radarr
published true
date 2023-07-04 15:22:03 UTC
tags installation, radarr, windows
editor markdown
dateCreated 2023-07-03 20:12:19 UTC

Windows

Radarr is supported natively on Windows. Radarr can be installed on Windows as Windows Service or system tray application.

Windows versions are limited for support to those currently supported by Microsoft, others may work but this is an unsupported configuration {.is-warning}

A Windows Service runs even when the user is not logged in, but special care must be taken since Windows Services cannot access network drives (X:\ mapped drives or \\server\share UNC paths) without special configuration steps.

Additionally the Windows Service runs under the 'Local Service' account, by default this account does not have permissions to access your user's home directory unless permissions have been assigned manually. This is particularly relevant when using download clients that are configured to download to your home directory.

It's therefore advisable to install Radarr as a system tray application if the user can remain logged in. The option to do so is provided during the installer.

You may have to run once "As Administrator" after installing if you get an access error -- such as Access to the path C:\ProgramData\Radarr\config.xml is denied -- or you use mapped network drives. This gives Radarr the permissions it needs. You should not need to run As Administrator every time. {.is-warning}

  1. Download the latest version of Radarr for your architecture linked below.
  2. Run the installer
  3. Browse to http://localhost:7878 to start using Radarr

It is possible to install Radarr manually using the x64 .zip download. However in that case you must manually deal with dependencies, installation and permissions. {.is-info}