Comments

Friday, January 25, 2013

Deluge Torrent WebServer Debian

Posted by at Friday, January 25, 2013 Read our previous post

Deluge BitTorrent Client + Webinterface


Deluge is a free software cross-platform BitTorrent client written with Python and GTK+. The program uses the libtorrent-rasterbar C++ library as its backend for torrent networking functionality through the project's own Python bindings.

  1. Upload Script to your root Server
  2. chmod 0777 scriptname.sh
  3. ./scriptname.sh
  4.  Connect to http://IP_ADDRESS_OF_SERVER:8112/

#!/bin/bash
# by cr4shyyy Auto Deluge-BitTorrentServer

apt-get update && apt-get -y install g++ make gettext screen subversion python-all-dev python-all python-twisted python-twisted-web python-pyopenssl python-simplejson python-setuptools python-xdg python-chardet python-mako libssl-dev zlib1g-dev libboost-dev libasio-dev libboost-python-dev libboost-thread-dev libboost-date-time-dev libboost-filesystem-dev 
cd /tmp
wget http://download.deluge-torrent.org/source/deluge-1.3.5.tar.gz
tar xvzf deluge-*.tar.gz 
cd deluge-*
python setup.py build
python setup.py install
ldconfig 

#start deluge
deluged
screen -fa -d -m -S deluge-web deluge-web 

echo "http://IP_ADDRESS_OF_SERVER:8112/"

No comments:

Post a Comment

[#] iNFO [#]

All the information provided on this site is for educational purposes only.
 
The site and it's author is in no way responsible for any misuse of the information.
©2012 Security is just an Illusion is powered by Blogger - Template designed by Stramaxon - Best SEO Template