PDA

Bekijk de volledige versie : Yet another web front-end for rTorrent



Novik
28-05-2008, 09:53
Code is based on uTorrent WebUI.
Screenshot:
http://vif2ne.ru/nvk/stuff/novik/rtorrent/webui.jpg

Prerequisites
1) rTorrent (i recommend version >= 0.8.2)
2) Web server with php support (lighttpd, for example)
3) Web browser. IE6, IE7, FF2, FF3, Opera 9.x, Safari 3.x, Konqueror 3.5.x are supported.

Installation
1) Download this - http://vif2ne.ru/nvk/stuff/novik/rtorrent/rtorrent.tar.gz [140K], unpack it to www root directory.
2) Next - standard dance around /RPC2.
- add line
scgi_port = 127.0.0.1:5000 to rtorrent.conf
- add scgi gateway to web server. For example, for lighttpd - in lighttpd.conf uncomment (or add) line "mod_scgi" in server.modules section, edit (or add) section scgi.server like this:


scgi.server = (
"/RPC2" =>
( "127.0.0.1" =>
(
"host" => "127.0.0.1",
"port" => 5000,
"check-local" => "disable"
)
)
)

3) In web browser go to http://router.ip:www_port/rtorrent

harakiri576
01-06-2008, 15:56
This is the best UI for rtorrent. Icredibly easy to install ("install", hehehe), looks good, and most importantly, works (as opposed to quite a few other UI I've tried that didn't).

yco
09-06-2008, 06:32
I like the interface, it is very alike to uTorrent WebInterface.
I set it up (following instructions) but cannot make it to work. I am getting error in Logger:

[06:22:01] WebUI started.
[06:22:02] Bad response: (500) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>500 - Internal Server Error</title> </head> <body> <h1>500 - Internal Server Error</h1> </body> </html>
can I please get more details regarding this error?

EDIT: It turned out that I just forgot to restart router.
Cheers

munky
26-06-2008, 01:20
Hi

Ive just set this up in preference to nTorrent (the java remote controller app I was using). I already had lighttpd and the xmlrpc stuff setup, and the config looks identical to whats posted here.

If i SSH into the router and connect to the webui from lynx, it looks fine. However, if I try to connect via a ssh-forwarded port (eg localhost:8081) i get a 403 Forbidden notice.

Any ideas?

poiu
03-07-2008, 15:40
I get a ?xml error with title 403 forbidden and h1 forbidden, then all i see is "loading" .
The permissions look ok to me, and i "install" this 3 times, but no go in any browser.
Some help here pls.
And i do restart ..

munky
08-07-2008, 08:48
fixed it, sorry was my fault - problem with php not being set up correctly.

accurate
26-07-2008, 18:33
I am having the exact same problem. Receiving 403 forbidden, and then it just sasy loading... How exactly should I configure php? I have just downloaded the ipkg php - 5.2.6-1 package. Should I do something more???

kaos
12-08-2008, 22:04
I am having the exact same problem. Receiving 403 forbidden, and then it just sasy loading... How exactly should I configure php? I have just downloaded the ipkg php - 5.2.6-1 package. Should I do something more???

same here. any solution?

cupacup
23-08-2008, 11:06
same here. any solution? Try installing ipkg php-fcgi

khaoohs
16-09-2008, 23:58
Is this your own creation, or based off of another rtorrent frontend? I'm not using this on an asus router but a standalone torrent box.

This is by far the best looking rtorrent webui I've seen. Will you continue to support this and do you have a project page?

koper89
20-10-2008, 01:01
Bad response: (500) <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>500 - Internal Server Error</title> </head> <body> <h1>500 - Internal Server Error</h1> </body> </html>
I'm getting this response when rtorrent is working more than few hours, and then i reboot server and all download need do be checked [few hours to check all of them..] how can i solve this problem??

sk22
25-10-2008, 04:10
hi, i am a linux rookie and totally confused by the second step:

2) Next - standard dance around /RPC2.
- add line
scgi_port = 127.0.0.1:5000

what's this about ?
where should i add above line into?
thank you

al37919
25-10-2008, 07:13
read again. The full statement is:

- add line
Код:


scgi_port = 127.0.0.1:5000

to rtorrent.conf

metamorphose
25-11-2008, 22:23
I like the interface, it is very alike to uTorrent WebInterface.
I set it up (following instructions) but cannot make it to work. I am getting error in Logger:

can I please get more details regarding this error?

EDIT: It turned out that I just forgot to restart router.
Cheers


Hi,


I met exactly the same problem. Could you tell me/us how you solved this issue?

Markus211
22-01-2009, 13:06
Hi,
this look like nice interface . Is it posible post complet instruction how make this function. i am begginer at linux.
Thanks
Markus

Lesiuk
17-04-2009, 13:12
novik,

Can you add initial seeding option in torrent properties?

http://libtorrent.rakshasa.no/wiki/RTorrentInitialSeeding

best regards
Damian Lesiuk

Novik
09-06-2009, 12:43
Can you add initial seeding option in torrent properties?
Available in v2.4, see "torrent properties" dialog. For finished torrents only.

egladil
26-06-2009, 19:53
The GUI is really great, work like a charm, looks good too!

I have one little problem: sizes above are shown wrong (-82349242). I.e. singed 32bit int overflow. Is it my rtorrent(compiled wrong) or the webui, or php?

Any hints would be appreciated :)

and keep up the great work!

Novik
03-07-2009, 09:15
Is it my rtorrent(compiled wrong) or the webui, or php?
You need to install new version of xmlrpc-c library (>=1.11) and recompile rtorrent after that.

1stdead
02-09-2009, 22:41
Is it possible to access this with external ip:port from work etc and not just internal?

With logins ofc.


Hmm and webui just says "loading" and nothing happens.

I'm using lighthttpd with php5-cgi on debian lenny.
And rtorrent 0.8.5-2 from packages system.


EDIT: Never mind - working now. Permissions troubles

tefots
23-09-2009, 19:33
hi

Installed , and working like a champ.

this is the best , the quick , and the most web easy install rtorrent front end.

for control the security access , i added user autentification for rtorrent front-end directory with mod_auth , and it work perfect.

thanks for all.

myschoo
27-02-2010, 20:01
Thank you for this great UI. It's definately the best, fastest, easiest-to-install UI for rtorrent :)

koper89
16-10-2010, 16:58
is this working o rtorrent 0.8.6?
Can some1 write me step by step instruction? i have installed only rtorrent [works perfectly by ntorrent but wanted to make it on webui] + samba2 + xintend
Pls explain me what i have to install [only lightptd or something else?]