Activity Stream
48,167 MEMBERS
62281 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default [TUT]How to install rtorrent & rutorrent.

    Hey Guys ,

    I was doing some research on rutorrent and rtorrent and it looks like most people would find it hard to install so I'm im here to help. Lets get started :

    Step 1 : Lets Update our Centos ,
    Code: 
    yum update
    Step 2 : Ok , So lets add some RPM from rpmforge.

    Code: 
    wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.i386.rpm
    Step 3 : Another Repo :
    Code: 
    rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
    Step 4 : Lets install php + Apahce :
    Code: 
    yum install php httpd subversion libsigc++20 mod_scgi screen -y for i in xmlrpc-c-c++-1.22.01-1 xmlrpc-c-1.22.01-1 xmlrpc-c-apps-1.22.01-1 libtorrent-0.12.6-1 rtorrent-0.8.6-5 xmlrpc-c-client++-1.22.01-1 xmlrpc-c-client-1.22.01-1 do  wget http://www.fateyev.com/RPMS/RHEL5/i386/$i.el5.denf.i386.rpm    done rpm -Uvh libtorrent-0.12.6-1.el5.denf.i386.rpm xmlrpc-c-1.22.01-1.el5.denf.i386.rpm xmlrpc-c-client-1.22.01-1.el5.denf.i386.rpm xmlrpc-c-apps-1.22.01-1.el5.denf.i386.rpm \ xmlrpc-c-c++-1.22.01-1.el5.denf.i386.rpm xmlrpc-c-client++-1.22.01-1.el5.denf.i386.rpm rtorrent-0.8.6-5.el5.denf.i386.rpm
    Step 5 : Copy rutorrent from a source :
    Code: 
    cd /var/www/ svn co http://rutorrent.googlecode.com/svn/trunk/rutorrent/ chkconfig httpd on
    Step 6 : Edit /etc/httpd/conf.d/scgi.conf :

    Code: 
    nano /etc/httpd/conf.d/scgi.conf
    , Replace everything with this :

    Code: 
    LoadModule scgi_module modules/mod_scgi.so SCGIMount /RPC2 127.0.0.1:5000 servername localhost  Alias /r/ /var/www/rutorrent/ <Directory /var/www/rutorrent/>   Options All   AllowOverride All AuthName "Private" AuthType Basic AuthUserFile /etc/httpd/conf/htpasswd Require valid-user Order allow,deny Allow from my.ip.org </Directory>
    Where I have put "my.ip.org" is where you enter your ip.

    Step 7 : Create a htaccess :

    Code: 
    htpasswd -c /etc/httpd/conf/htpasswd your.username
    Step 8 : Nano Open /var/www/rutorrent/conf/config.php and make sure you see these line uncommented:
    Code: 
     $scgi_port = 5000;         $scgi_host = "127.0.0.1";
    Step 9 : create a .rtorrent.rc config by doing this:

    Code: 
    nano .rtorrent.rc  
    
    Then enter and file out this 
    
    directory = /your.torrent.path/torrents/ session = /home/account/.rtorrent/ port_range = your.port.range  check_hash = no bind = your.ip.address scgi_port = localhost:5000 enable_trackers = yes
    Step 10 : Restart apache :
    Code: 
    /sbin/service httpd reload


    Step 11 : start rtorrent :
    Code: 
     screen  rtorrent ctrl a-d
    Dom Reviewed by Dom on . [TUT]How to install rtorrent & rutorrent. Hey Guys , I was doing some research on rutorrent and rtorrent and it looks like most people would find it hard to install so I'm im here to help. Lets get started : Step 1 : Lets Update our Centos , yum updateStep 2 : Ok , So lets add some RPM from rpmforge. wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.i386.rpmStep 3 : Another Repo : rpm -Uvh Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    thanks for the tut,
    there is a script that could install everything,on rutorrent site

  4.     
    #3
    Member

  5.     
    #4
    Banned
    Website's:
    TVDDL.com
    Hey mate, thanks for the tut...but i understand that the webui is accessed via ip.

    cant it be made to access like ip : port?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to Install rTorrent/ruTorrent Seedbox on Debian/Ubuntu VPS
    By VPS6NET in forum Tutorials and Guides
    Replies: 5
    Last Post: 11th Apr 2012, 01:22 PM
  2. [Hiring] need some to install rutorrent+rtorrent
    By downloadsmasti in forum Completed Transactions
    Replies: 23
    Last Post: 8th Jan 2012, 08:52 PM
  3. help me for install rtorrent plz
    By jon.corenna in forum Server Management
    Replies: 15
    Last Post: 1st Jan 2012, 09:07 AM
  4. [Buying] i need to install rtorrent rutorrent vsftpd and webmin in a centos server
    By ciaociao4 in forum Completed Transactions
    Replies: 2
    Last Post: 5th Dec 2011, 10:06 PM
  5. how to install rtorrent
    By BizZaro in forum Technical Help Desk Support
    Replies: 5
    Last Post: 6th Nov 2010, 09:27 PM

Tags for this Thread

BE SOCIAL