Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 3.05 KB

File metadata and controls

70 lines (39 loc) · 3.05 KB
sidebar_label title description keywords pagination_prev pagination_next
Windows
Installation instructions for Windows
A guide on how to install autobrr on Windows. In this setup we will create an autobrr user and a Windows service that operates in the background.
autobrr
installation
setup
seedbox
windows
introduction
configuration/indexers

Windows

import useBaseUrl from '@docusaurus/useBaseUrl';

In this setup we will create an autobrr user and a Windows service that operates in the background. This way we won't need to have a command prompt window open 24/7.

Download package

Download the latest Windows release and unpack. Place everything in C:\autobrr or some other directory.

Latest release can always be found at Github.

Manually configure autobrr (optional) {#manually-configure-autobrr}

You can either let autobrr create the config itself at startup, or create one manually. For more information, please visit configuring autobrr which covers creating a user manually, configuring the default port, setting the desired log level, etc.

Create Windows task

Press your Windows key and search for Task Scheduler and lets Create basic task.

<img src={useBaseUrl('/img/a.%20create%20basic%20task.png')} />

Add a name, this will show up in the Task Scheduler. Feel free to add the autobrr description if you'd like:

autobrr monitors IRC announce channels to get releases as soon as they are available with good filtering.

<img src={useBaseUrl('/img/b.%20name%20task.png')} />

Next you'll set a Trigger which we want to start as soon as we login to the computer.

<img src={useBaseUrl('/img/c.%20trigger.png')} />

Our Action will be to Start a Program and we'll set our path to the autobrr.exe. Just click Browse and navigate to where you put your autobrr.exe

<img src={useBaseUrl('/img/d.%20action.png')} />

<img src={useBaseUrl('/img/task_action.png')} />

Our final step is to Run whether user is logged on or not After you set this it'll prompt you for the Windows Administrator password. Enter it and you should be ready to run.

<img src={useBaseUrl('/img/f.%20properties.png')} />

And we're done, a Windows Service has been created. Now right click on autobrr in the list and click Run.

<img src={useBaseUrl('/img/g.%20service%20created.png')} />

:::tip

If you ever need to restart the service, within Task Scheduler you can click on End and Run on the right side bar.

:::

Reverse proxy (recommended)

It's recommended to run it behind a reverse proxy like Caddy (very simple) or nginx (moderately simple) in order to get TLS, more robust authentication mechanisms and other similar benefits.

Please see the Reverse proxy section for reverse proxy configuration examples.

Finishing up

Now that autobrr is up and running, you should be able to visit the your web UI at http://localhost:7474, http://YOUR_LOCAL_IP:7474 or http://domain.ltd:7474 and proceed with your registration/login.