
What Is Deluge?
Deluge is a lightweight, open-source BitTorrent client that runs on your seedbox. It offers a clean web UI, a desktop thin client for remote management, and plugin support for automation. While ruTorrent is the most popular seedbox client, Deluge is preferred by users who want a simpler interface or need specific features like label-based automation and the YaRSS2 RSS plugin.
Installing Deluge on Evoseedbox
- Log in to your Evoseedbox client area
- Open your seedbox dashboard
- Find Deluge in the apps section
- Click Install — Deluge deploys in seconds
- Click Open to launch the Deluge Web UI
Your Deluge username and password are the same as your seedbox credentials (same as ruTorrent, FTP, and all other apps).
Deluge Web UI Overview
The Deluge Web UI consists of:
- Toolbar: Add torrent, remove, pause, resume, and preferences buttons
- Torrent list: All active, downloading, seeding, and paused torrents with status, progress, speed, ratio, and ETA
- Bottom panel: Details for the selected torrent — Status, Details, Files, Peers, Options, and Trackers tabs
- Sidebar filters: Filter by state (All, Downloading, Seeding, Paused, Error), tracker, or label
Adding Torrents in Deluge
Method 1: Upload .torrent File
- Click the Add button (+ icon) in the toolbar
- Click File and browse for a .torrent file on your computer
- Optionally set a download location and label
- Click Add to start downloading
Method 2: Magnet Link
- Click the Add button
- Click URL and paste a magnet link
- Click Add
Method 3: Watch Folder
Upload .torrent files to your seedbox’s watch folder via FTP. Deluge automatically detects and starts downloading them. Configure the watch folder in Preferences → Downloads → Auto-add .torrents from.
Configuring Deluge for Maximum Performance
Connection Settings
Go to Preferences → Network:
- Incoming Port: Leave as default (random) or set a specific port if your tracker requires it
- Outgoing Ports: Leave as random
- Encryption: Set to Forced for maximum privacy
- Peer TOS: Leave default
Bandwidth Settings
Go to Preferences → Bandwidth:
- Maximum Download Speed: -1 (unlimited) — your seedbox handles the speed
- Maximum Upload Speed: -1 (unlimited)
- Maximum Connections: 200 (increase to 500 for heavy use)
- Maximum Upload Slots: -1 (unlimited)
- Maximum Half-Open Connections: 50
- Maximum Connections Per Torrent: 50
Queue Settings
Go to Preferences → Queue:
- Total Active Torrents: 50 (adjust based on your plan’s storage)
- Total Active Downloading: 10
- Total Active Seeding: -1 (unlimited — seed everything)
- Share Ratio Limit: Set to 2.0 for private trackers, -1 for no limit
- Seed Time Ratio: Set based on your tracker requirements
Using Labels to Organize Torrents
The Label plugin helps organize torrents by category (movies, TV, music) and set different download paths per label:
- Go to Preferences → Plugins
- Enable the Label plugin
- Right-click any torrent → Label → Create or assign a label
- To set auto-move paths per label: Right-click the label in the sidebar → Label Options → Set move completed path
Labels are essential when integrating Deluge with Sonarr/Radarr — each *arr app uses a label to identify its downloads.
RSS Feeds with YaRSS2 Plugin
YaRSS2 lets Deluge automatically download new torrents from RSS feeds — essential for private tracker automation:
- Go to Preferences → Plugins → Enable YaRSS2
- Go to Preferences → YaRSS2 → RSS Feeds tab
- Click Add Feed → enter your tracker’s RSS URL
- Set the update interval (15 minutes recommended)
- Go to the Subscriptions tab → Add subscription
- Select the RSS feed, set regex filters for content you want (e.g.,
.*1080p.*) - Optionally set a label and download path
YaRSS2 checks your RSS feeds at the set interval and auto-downloads matching content.
Connecting Deluge to Sonarr/Radarr
To use Deluge as the download client for Sonarr or Radarr:
- In Sonarr/Radarr, go to Settings → Download Clients → Add
- Select Deluge
- Enter:
- Host:
localhost - Port:
8112(Deluge Web UI default) - Password: your seedbox password
- Category/Label:
sonarrorradarr
- Host:
- Click Test → Save
Sonarr/Radarr will now send downloads to Deluge with the appropriate label. After download completion, they automatically rename and move files to your Plex library folder.
Deluge Thin Client (Remote Management)
The Deluge Thin Client lets you manage your seedbox’s Deluge from a desktop app on your local computer — faster and more responsive than the web UI for heavy use:
- Download and install Deluge desktop client on your PC
- Open Deluge → Preferences → Interface → Uncheck “Classic Mode”
- Restart Deluge → You’ll see the Connection Manager
- Click Add and enter:
- Hostname: your seedbox IP
- Port: 58846 (Deluge daemon port)
- Username and Password: your seedbox credentials
- Click Connect
The thin client connects to your seedbox’s Deluge daemon directly, giving you a native desktop experience for managing torrents remotely.
Changing Your Deluge Password
Your Deluge Web UI password is the same as your seedbox password. To change it:
- Open the Deluge Web UI
- Go to Preferences → Interface
- Enter the current password and new password
- Click Change
Note: If you change the password via the Evoseedbox dashboard’s password reset, the Deluge password updates automatically since they share the same credentials.
Deluge vs ruTorrent: Which to Use?
| Feature | Deluge | ruTorrent |
|---|---|---|
| Interface | Clean, minimal | Feature-rich, complex |
| Resource usage | Moderate (Python) | Low (rTorrent is C++) |
| Plugin ecosystem | Good (Label, YaRSS2, Execute) | Excellent (autodl-irssi, RSS, ratio groups, 50+) |
| Private tracker racing | Good | Better (autodl-irssi real-time IRC) |
| Desktop thin client | Yes (native) | No (web only) |
| Sonarr/Radarr support | Yes | Yes (via rTorrent XMLRPC) |
| Best for | Beginners, automation fans | Power users, private trackers |
Both are fully supported on Evoseedbox as one-click installs.
Common Deluge Issues and Fixes
Deluge Web UI won’t load
Try restarting your seedbox from the dashboard. If that doesn’t work, clear your browser cache or try incognito mode.
Torrents stuck at “Checking”
This happens after a restart. Wait for the check to complete — it verifies file integrity. For large torrents, this can take several minutes.
Slow speeds in Deluge
Check Preferences → Bandwidth — ensure all limits are set to -1 (unlimited). Also check Preferences → Network → Encryption is not set to “Full Stream” which can slow some connections.
Related Guides
- ruTorrent Getting Started — if you prefer ruTorrent instead
- Setting Up Sonarr — automate TV show downloads via Deluge
- Setting Up Radarr — automate movie downloads via Deluge
- Setting Up Plex — stream your Deluge downloads