Skip to content

Autobrr

Brett Petch edited this page Nov 3, 2022 · 7 revisions

A frequently asked question we get from customers is if we have support for Autobrr. At the time of writing, we don't officially support it, but it can be installed using a script a community member has written.

Autobrr monitors IRC announce channels to get releases as soon as they are available with good filtering. Built on Go/React to be resource friendly. A modern single binary replacement for autodl-irssi+rutorrent plugin.

Installation

Before installation, please consider reading the installer script. You can read it on the GitHub Repo. You can run the script by using the following command:

bash <(curl -sL "https://github.com/brettpetch/hosted-scripts/raw/master/autobrr.sh")

:::tip If something goes wrong during your install, please consider checking the logs and the output in your console. You may find them by running the following:

less -r +G "$HOME/.logs/autobrr.log"

These can be helpful in cases where you need to see the output from installation. :::

On first run, go to http://<hostname.io>:<yourportnumber> to access autobrr. This should be secured with your slot username and the password you entered during setup. Keep in mind that this application is exposed on the public internet.

Controlling the Systemd Service

systemctl (start|stop|restart|reload|enable|disable) --user autobrr

Troubleshooting

For most troubleshooting, please consider consulting the Autobrr Docs.

I Can't Remember my Port Number

Run the following via SSH.

grep "port" "$HOME/.config/autobrr/config.toml"

Viewing logs

:::tip
For application specific logs, consider running the following:

journalctl --user -u autobrr

You can exit less by pressing q at any point. :::

Clone this wiki locally