Results 1 to 6 of 6
-
9th Feb 2012, 05:44 AM #1OPMemberWebsite's:
VPS6.net vps-extra.com VZtemplate.com XenTemplate.comHow to Install rTorrent/ruTorrent Seedbox on Debian/Ubuntu VPS
This tutorial will guide you through the setup of a fully-featured seedbox running on a Debian or Ubuntu system, including:
- libtorrent 0.13.0
- rTorrent 0.9
- ruTorrent Web UI (3.0)
This guide has been tested with Debian 6 (x86_64) and Ubuntu 11.04 (x86_64).
To start, access your VPS via SSH (as the root user) and do the following to update your platform and install some required dependencies:
# apt-get update
# apt-get install subversion build-essential automake libtool libcppunit-dev libcurl3-dev libsigc++-2.0-dev unzip unrar-free curl libncurses-dev
# apt-get install apache2 php5 php5-cli php5-curl
Enable scgi for Apache:
# apt-get install libapache2-mod-scgi
# ln -s /etc/apache2/mods-available/scgi.load /etc/apache2/mods-enabled/scgi.load
Install XMLRPC:
# mkdir /install;cd /install
# svn checkout http://xmlrpc-c.svn.sourceforge.net/...mlrpc-c/stable xmlrpc-c
# cd xmlrpc-c
# ./configure --disable-cplusplus
# make
# make install
Intall libtorrent:
# cd /install
# wget http://vps6.net/src/libtorrent-0.13.0.tar.gz
# tar xvf libtorrent-0.13.0.tar.gz
# cd libtorrent-0.13.0
# ./autogen.sh
# ./configure
# make
# make install
Install rTorrent:
# cd /install
# wget http://vps6.net/src/rtorrent-0.9.0.tar.gz
# cd rtorrent-0.9.0
# ./autogen.sh
# ./configure --with-xmlrpc-c
# make
# make install
# ldconfig
Create required directories:
# mkdir /home/seeder1/rtorrent
# mkdir /home/seeder1/rtorrent/.session
# mkdir /home/seeder1/rtorrent/watch
# mkdir /home/seeder1/rtorrent/download
Setup .rtorrent.rc file (rTorrent config):
(Edit the settings in .rtorrent.rc, like max upload/download speed, max connected peers, etc, as needed.)
Install rTorrent:
# cd /install
# wget http://vps6.net/src/rutorrent-3.0.tar.gz
# tar xvf rutorrent-3.0.tar.gz
# mv rutorrent /var/www
# wget http://vps6.net/src/plugins-3.0.tar.gz
# tar xvf plugins-3.0.tar.gz
# mv plugins /var/www/rutorrent
# rm -rf /var/www/rutorrent/plugins/darkpal
# chown -R www-data:www-data /var/www/rutorrent
Secure /rutorrent:
# a2enmod ssl
# a2enmod auth_digest
# a2enmod scgi
# openssl req $@ -new -x509 -days 365 -nodes -out /etc/apache2/apache.pem -keyout /etc/apache2/apache.pem
# chmod 600 /etc/apache2/apache.pem
# htdigest -c /etc/apache2/passwords seedbox seeder1
(Enter a password of your choice when prompted, you will use this to log in to the ruTorrent web UI.)
# cd /etc/apache2/sites-available/
# rm -rf default
# wget http://vps6.net/src/default
# a2ensite default-ssl
# /etc/init.d/apache2 reload
Install screen:
# apt-get install screen
Start rTorrent in a detached shell using screen:
# screen -fa -d -m rtorrent
(To start rtorrent automatically when the VPS is booted, add the above command to /etc/rc.local)
You can now access ruTorrent at http://xx.xx.xx.xx/rutorrent/ (replace xx.xx with your server's IP address). You should be greeted with a login prompt, where the username is "seeder1" and the password is the one you set above in the "secure /rutorrent" section.
From our knowledgebase.VPS6NET Reviewed by VPS6NET on . How to Install rTorrent/ruTorrent Seedbox on Debian/Ubuntu VPS This tutorial will guide you through the setup of a fully-featured seedbox running on a Debian or Ubuntu system, including: libtorrent 0.13.0 rTorrent 0.9 ruTorrent Web UI (3.0) This guide has been tested with Debian 6 (x86_64) and Ubuntu 11.04 (x86_64). To start, access your VPS via SSH (as the root user) and do the following to update your platform and install some required dependencies: # apt-get update Rating: 5|| Jeremy Hartnett, Managing Partner :: VPS6.NET, LP
|| VPS6.NET - Managed, Semi-Managed Linux & Windows VPS Hosting | USA, DE, TR
|| www.vps6.net | @vps6net | msn: jeremy.hartnett @live.com | email: jh @vps6.net
-
9th Feb 2012, 11:04 AM #2MemberWebsite's:
wscripts.net damnlolscript.com lulzjet.comthanks ...
-
26th Feb 2012, 09:59 PM #3Member
how about in centos distro? thanx
-
26th Feb 2012, 10:20 PM #4MemberWebsite's:
fileservedownload.nethttp://forums.rutorrent.org/index.php?topic=608.0
http://forums.rutorrent.org/index.php?topic=458.0
i use this link for centos
-
26th Feb 2012, 10:47 PM #5BannedWebsite's:
ProSpeedHost.com ProSpeedHost.net BlazingVPS.net ShoutCastRadios.com ShoutCastUK.co.uk CheapShoutcast.co.ukThanks very much, i have many VPS in NL with nothing on this may come in handy as a new service.
-
11th Apr 2012, 01:22 PM #6Member
You forgot this line:
PHP Code:tar xvf rtorrent-0.9.0.tar.gz
This is the staff, you have been banned
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to install rutorrent with ease , have your own seedbox in few mins
By marko84 in forum Tutorials and GuidesReplies: 19Last Post: 22nd Jul 2012, 08:22 PM -
[Hiring] need some to install rutorrent+rtorrent
By downloadsmasti in forum Completed TransactionsReplies: 23Last Post: 8th Jan 2012, 08:52 PM -
How to: Compile FFMPEG, FlvTool2 ... etc on Ubuntu and Debian
By Medow7 in forum Technical and Security TutorialsReplies: 0Last Post: 9th Dec 2011, 03:41 PM -
[Buying] i need to install rtorrent rutorrent vsftpd and webmin in a centos server
By ciaociao4 in forum Completed TransactionsReplies: 2Last Post: 5th Dec 2011, 10:06 PM -
[TUT]How to install rtorrent & rutorrent.
By Dom in forum Technical and Security TutorialsReplies: 3Last Post: 27th May 2011, 04:51 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...