ruTorrent for multiple rtorrent server

saroos1

Member
May 25, 2018
718
0
16
Hello,

i want to know if this configuration is possible:

VPS 1: ruTorrent
VPS 2: rtorrent
VPS 3: rtorrent

i have tried to setup the ruTorrent on VPS 1 with multi-user support with apache. I works... but I can connect to the remote rtorrent..

I have modified the rtorrent.rc on each VPS running rtorrent for scgi_port = <INTERNET_VPS_IP>:5000

the rutorrent config look like:

$scgi_port = 5000;
$scgi_host = "INTERNET_VPS_IP";
$XMLRPCMountPoint = "/RPC2";

... same for VPS 2 with /RPC3

Apache file look like : SCGIMount /RPC2 INTERNET_VPS_IP:5000



but when i go to rutorrent i got [29.04.2012 20:25:47] No connection to rTorrent. Check if it is really running. Check $scgi_port and $scgi_host settings in config.php and scgi_port in rTorrent configuration file.

but im sure rtorrent run on the vps2 and vps3..

P.S. sorry for my bad english thats not my primary language! but i try to do my best tongue.gif
 

saroos1

Member
May 25, 2018
718
0
16
Well...i got i to "connect" to the rtorrent but i get error:

[29.04.2012 20:36:20] Webserver user doesn't have read/write/execute access to the torrents directory. You cannot add torrents via ruTorrent. (/var/www/rutorrent/share/torrents)
[29.04.2012 20:36:20] Webserver user doesn't have read/write/execute access to the settings directory. ruTorrent settings cannot be saved. (/var/www/rutorrent/share/settings)
[29.04.2012 20:36:20] rTorrent user can't access 'stat' program. Some functionality will be unavailable.
[29.04.2012 20:36:22] JS error: [http://<INTERNET_VPS_IP>/rutorrent/js/rtorrent.js : 724] data is undefined

so i guess its impossible
 

simur612

Member
May 25, 2018
879
0
16
May be "it's" possible. But you must write about
1) What do you really want
2) ruTorrent version
 

lisas4567

Member
May 25, 2018
773
0
16
For his setup to work, every call expecting direct file system access must go through remote xmlrpc execute= calls.

To OP: unless you secured those ports *very* tightly, you have one big security hole open.
 

peshua19

Member
May 25, 2018
897
0
16
If you have A OVH server then just install OpenVz and make virtal servers for each user smiley.gif If you need help with setting it up let me know smiley.gif As I have done it!