
In this tutorial, I will explain the basics of using ruTorrent.
Topics covered will be:
1. What is ruTorrent?
2. How to load up the ruTorrent interface in EvoSeedbox
3. Adding torrents to ruTorrent
4. Removing torrents in ruTorrent
I have been using seedboxes for the past 10 years, I have personally tried various different programs and come to the conclusion that ruTorrent is one of the most user-friendly applications as a front end to seedboxes. Keep in mind this document is constantly updated based on user inputs, queries and doubts — the idea is to make your experience smooth and make your learning curve as small as possible.
So let us begin:
1. What is ruTorrent? #
ruTorrent is a front end — a web interface — for a torrent program called rtorrent that runs in Linux.
So you might be thinking, why do you need a separate interface for rtorrent? rtorrent is an extremely resource-efficient program, so it runs in the terminal interface. That’s great for servers, but it’s not the most user-friendly interface for most users, and remote access makes it even more challenging for regular users.
Enter Novik — the developer who built ruTorrent. Here is his Git repo: https://github.com/Novik/ruTorrent
What ruTorrent does is create a web interface for rtorrent. It collects data from rtorrent and puts it in your web browser, along with the option to control rtorrent (which runs on your Linux seedbox) in a much more user-friendly manner. If you have used programs like uTorrent or Vuze, the interface will look quite familiar — the only difference is that it runs from your web browser.
2. How to load up the ruTorrent interface in EvoSeedbox #
Once you have signed up for a seedbox account (in case you have not, you can pick a plan at our pricing page), check your email — you will find a link to your client area.
In your client area, find the ruTorrent section and click the green Open button — your ruTorrent interface opens immediately. We have already preconfigured the setup for you, so you don’t have to do much.
You might notice it did not ask for your user ID or password: your credentials are already embedded in the Open button, which saves you the hassle of entering them every time.
Now that you have ruTorrent open, let’s move to step 3.
3. Adding torrents to ruTorrent #
In this guide we cover the methods within the ruTorrent interface. There are more advanced methods — adding torrents remotely from your browser or an Android device, watch folders, autodl-irssi — but the basics come first.
Method 1: Drag and drop. Yes, it’s that easy — drag your .torrent file onto ruTorrent and it starts loading immediately.
Method 2: The add button. In the top-left toolbar you’ll see a + sign. It lets you browse to the folder where you downloaded your .torrent file, select one or more (up to 20 at a time), and click Add File.
Method 3: Torrent URL. Instead of downloading the .torrent file, copy its link from your tracker website, paste it into the Torrent URL field and press Add. Note that on some public trackers behind cache proxies this method might not work — magnet links can be converted to .torrent files first if needed. See adding torrents for more options.
These are the most basic methods; other ways of adding torrents are covered in separate tutorials.
As you add torrents you may eventually approach your seedbox’s disk capacity (you can always upgrade via a bigger plan) — but don’t fret, you can make space by removing torrents. Which brings us to our next topic.
4. Removing torrents in ruTorrent #
There are primarily two ways to remove torrents from ruTorrent.
Method 1: Remove the torrent only. Right-click the torrent and choose Remove. This removes just the torrent from the list — the downloaded data stays on disk, so you can still access it or delete it later with the file manager.
Method 2: Remove and delete data. For torrents you don’t want at all any more, right-click and select Remove and delete data. This removes the torrent AND frees the disk space.
Well, that is the basics you need on your journey to becoming a ruTorrent ninja. May the force of seedbox be with you, shinobi.
PS: If the second method doesn’t free the space, restart rtorrent — see restarting ruTorrent.
Next Steps #
- Add Your First Torrent
- Set Up autodl-irssi
- Troubleshoot Errors
- Create Your Own Torrents
- Optimize Queue Settings
Frequently Asked Questions #
Is ruTorrent the same thing as rTorrent? #
They’re two halves of one system: rtorrent is the torrent engine running on the Linux server, ruTorrent is the web interface you use to control it. Your EvoSeedbox has both preconfigured.
Why does my torrent sit at 0% after adding? #
Usually the tracker hasn’t delivered peers yet, the torrent is dead (no seeders), or the tracker requires registration. Check the Trackers tab for error messages — and see common ruTorrent errors.
Does removing a torrent delete my ratio on the tracker? #
No — ratio you’ve already earned stays recorded with the tracker. But private trackers may require you to seed each torrent for a minimum time; removing too early can trigger hit-and-run warnings, so check your tracker’s rules.
Can apps like Sonarr and Radarr add torrents to ruTorrent automatically? #
Yes — that’s the recommended automation route: they push downloads straight to rtorrent. Start with the quick *arr stack setup.
