Skip to content

ruTorrent

THIS PAGE HAS NOT BEEN FULLY UPDATED FOR SALTBOX

What is it?

ruTorrent (by Novik) is a front-end for the popular, lightweight, and extensible BitTorrent client rtorrent (by Jari Sundell aka rakshasa).

Note: public trackers are disabled by default in the standard install. Refer to the FAQ for instructions on re-enabling them.

Details
Project home Docs Github ruTorrent Github rTorrent Docker

1. URL

  • To access ruTorrent, visit https://rutorrent._yourdomain.com_

2. Basics

Setup

The setup for Sonarr, Radarr, and Lidarr are done on their respective wiki pages.

3. Enable AutoUnpack

AutoUnpack is a plugin that will automatically unrar/unzip torrent data.

This will allow Sonarr/Radarr/Lidarr to import the media files that would otherwise be ignored. After Sonarr and Radarr import the media files, Torrent Cleanup Script will then delete the extracted media files and ruTorrent will continue to seed the torrents (until they are either removed manually or automatically via ruTorrent's Ratio Group rules).

To enable AutoUnpack:

  1. Open "Settings" by clicking the gear icon src="../../assets/external/github.com/Novik/ruTorrent/wiki/images/icon06settings.png" at the top

  2. Go to "Unpack" on the left.

  3. Check "Enable autounpacking if torrents label matches filter" and add the following:

   /.*(radarr|sonarr|lidarr).*/i
  1. Leave the other fields blank.

  2. Your settings will now look like this:

src="../../assets/external/i.imgur.com/LqE16E1.png"

  1. Click "OK".

3. Custom Plugins and Themes

You can have custom plugins and themes imported during Docker container rebuild. Just place them in the following paths:

/opt/rutorrent/plugins/
/opt/rutorrent/themes/

And then restart the Docker container:

docker restart rutorrent