Client Login

Connecting ruTorrent to the ***arrs

How-to

Connecting ruTorrent to the *arrs

Radarr, Sonarr, and Lidarr can all add ruTorrent as a download client using the built-in rtorrent client type. The settings you enter depend on which ruTorrent version you’re running.

1. Which version am I running?

We currently run two versions of ruTorrent side by side. The legacy 3.10 build is being phased out, while 5.3 is an installable application from your available applications page. Installing 5.3 removes the legacy version, so you’ll only ever have one active at a time.

They connect differently because of compatibility issues between the *arrs and ruTorrent’s HTTPRPC plugin.

VersionPortConnects via
3.10 (legacy)443HTTPRPC plugin
5.3 (latest)Custom portRPC2

Not sure which one you have? Check your available applications page. If ruTorrent 5.3 is listed as installed there, use the 5.3 settings below even if you set things up on 3.10 in the past.

2. Add rtorrent as a download client

1

Open the download client settings

This step is the same regardless of which ruTorrent version you’re on.

  1. In your Radarr, Sonarr, or Lidarr instance, go to Settings → Download Clients.
  2. Click the + button to add a new client.
  3. Select rtorrent from the list.

3. ruTorrent 3.10 (legacy)

2

Configure the client Legacy

Version 3.10 runs over port 443 and talks to ruTorrent through the HTTPRPC plugin’s action.php endpoint.

Namertorrent
EnableYes
Hostnlxxxx.dediseedbox.com
Port443
Url Path/rutorrent/plugins/httprpc/action.php
Usernameyour-username
Passwordyour-password — reset via “Change Password”

4. ruTorrent 5.3

3

Configure the client Current

Version 5.3 runs on its own custom port and connects over RPC2 instead of the HTTPRPC plugin.

Namertorrent
EnableYes
Hostnlxxxx.dediseedbox.com
Portcustom port — taken from the URL you use to access ruTorrent
Url PathRPC2
Usernameyour-username
Passwordyour-password — reset via “Change Password”
!

The port for 5.3 is not 443. Check the address bar while you have ruTorrent open in your browser the number after the colon in the URL is the port you need here.

5. Troubleshooting

Unable to connect to download client
Confirm you’re using the correct port and Url Path pair for your ruTorrent version mixing them (e.g. RPC2 with port 443) will fail.
Client tests fine but downloads never appear
Double-check the category/label settings match what the *arr app expects, and that the download path mapping is correct if you’re running Radarr/Sonarr/Lidarr in Docker.
401 or authentication errors
Re-enter your username and password, or reset the password via “Change Password” on your service page.
Worked before, broken after an upgrade
If you recently installed ruTorrent 5.3, your old 3.10 HTTPRPC settings will no longer work switch to the 5.3 settings above, including the new port.

Moving off legacy? Since 3.10 is being phased out, we recommend installing ruTorrent 5.3 from your available applications page and switching your *arr download client settings over ahead of time rather than waiting for it to be removed.

Popular KB Articles