I am trying to configure ruTorrent on my OpenWRT setup but encountering errors. I have rTorrent configured and accessible via the LuCI app at port 5000. Here's a screenshot showing one torrent seeding successfully through rTorrent:
I believe this might be due to ruTorrent not connecting properly to rTorrent. I have tried troubleshooting but unable to fix it. Could anyone please help me resolve these issues?
Any assistance would be greatly appreciated! Thank you!
N.B: I have a working Transmission setup, but I need rTorrent for my use case, so please don't suggest any other client.
I have done this so it is possible but I moved on fro torrent on openwrt so I dont remember.
but what I remember was that the rutorrent default config didnt work on openwrt and I had to change the binary path and point them to complete path of programs.
like this: in the file
config.php
$pathToExternals = array(
"php" => '', // Something like /usr/bin/php. If empty, will be found in PATH.
"curl" => '', // Something like /usr/bin/curl. If empty, will be found in PATH.
"gzip" => '', // Something like /usr/bin/gzip. If empty, will be found in PATH.
"id" => '', // Something like /usr/bin/id. If empty, will be found in PATH.
"stat" => '', // Something like /usr/bin/stat. If empty, will be found in PATH.
);
btw have you got rtorrent running on its own?
I mean as a separate program?
is it running on openwrt or another device?
what is your goal?
running rtorrent on openwrt?
because you can have rtorrent running on openwrt and run rutorrent on another computer and configure it that way.
I got running rtorrent from this.
running with screen
running on openwrt
my goal is to ruTorrent as web ui for rtorrent
I came to know ruTorrent allows to rename files before starting downloading like qBittorrent, I need feature. I am trying to use openwrt router as a seedbox.
again,
you can run rtorrent on the openwrt with no issue (it is just a binary) and then you can, on another computer on your local LAN , install and configure rutorrent and point it config to rtorrent ip.
this is easier if you have linux installed on your local computer.
I had rutorrent running on openwrt but it was a hassle.
btw if you want to just download via openwrt, transmission is a better torrent manager and had remote gui app to control it.
rtorrnet is better for just seeding as it doenst have a download queue manager.
can you use transmission or do you just want rtorrent.
I dont use rtorrent/ruttorrent for downloading because it is hard to manage.
transmission or qbittorrent-nox are easier to manage.
again, I don't use rtorrent for downloading. I use it for long term seeding and not on openwrt.
and I don't thing you can rename in rtorrent (At least not easily).
for downloading transmission is way easier. you can rename before downloading (inside of adding torrent file dialog)
if you want a easy life for normal user I think transmission is better.
its has a gui remote app (not html web app) that makes life very easy.