Deluge¶
Deluge is a lightweight, cross-platform BitTorrent client with a full web interface.
Package Information¶
| Property | Value |
|---|---|
| Package Name | deluge |
| Upstream | deluge-torrent.org |
| License | GPL-3.0 |
| Default Port | 8112 (Web UI) |
Installation¶
- Install Deluge from Package Center
- Access web interface at
http://your-nas:8112 - Default password:
deluge
Configuration¶
Data Locations¶
- Configuration:
/var/packages/deluge/var/ - Download directory: Configure in web UI
First Login¶
- Access web UI at port 8112
- Connect to daemon (should auto-connect)
- Change default password immediately!
Preferences¶
Key settings in Preferences: - Downloads: Download location, move completed - Network: Ports, encryption - Bandwidth: Speed limits - Daemon: Port, authentication
Plugins¶
Enable plugins in Preferences → Plugins:
- AutoAdd - Watch folder for torrent files
- Blocklist - IP blocklist support
- Execute - Run commands on events
- Extractor - Auto-extract archives
- Label - Organize with labels
- Scheduler - Schedule speed limits
Troubleshooting¶
Cannot Connect to Daemon¶
- Verify daemon is running
- Check daemon port (default: 58846)
- Review logs:
/var/packages/deluge/var/deluged.log
Web UI Connection Issues¶
- Check web UI is enabled
- Verify port 8112 is accessible
- Review logs:
/var/packages/deluge/var/deluge-web.log
Related Packages¶
- Transmission - Simpler alternative
- qBittorrent - Qt-based client
- ruTorrent - rtorrent with web UI