ruTorrent¶
ruTorrent is a PHP-based web frontend for the popular command-line BitTorrent client rtorrent.
Package Information¶
| Property | Value |
|---|---|
| Package Name | rutorrent |
| Upstream | github.com/Novik/ruTorrent |
| License | GPL-3.0 |
| Default Port | Uses Web Station |
Installation¶
- Install Web Station first (required dependency)
- Install ruTorrent from Package Center
- The wizard will ask for a download share location
- Access via Web Station URL
Configuration¶
Data Locations¶
- Configuration:
/var/services/web_packages/rutorrent/conf/ - rtorrent config:
/var/packages/rutorrent/var/rtorrent.rc - Download directory: Configured during installation
- Session data:
/var/packages/rutorrent/var/.session/
Changing Download Directory¶
- Stop ruTorrent package
- Edit
/var/packages/rutorrent/var/rtorrent.rc - Update
directory.default.setpath - Start package
Plugins¶
ruTorrent includes many plugins. Enable/disable in the web interface under Settings → Plugins.
Popular plugins: - autodl-irssi - Automated downloading from IRC - ratio - Ratio management - scheduler - Download scheduling - unpack - Automatic extraction
Troubleshooting¶
rtorrent Not Starting¶
Check rtorrent logs:
Permission Denied on Downloads¶
Ensure the sc-rutorrent service account has write access to your download share.
Web Interface Shows Offline¶
- Verify rtorrent is running:
synopkg status rutorrent - Check SCGI socket exists:
ls /var/packages/rutorrent/var/scgi.socket
Related Packages¶
- Transmission - Alternative torrent client
- qBittorrent - Alternative with built-in web UI