Quote:
Originally Posted by apekillape
A seedbox is just a dedicated machine for torrent seeding. Get any torrent client (I prefer uTorrent) and start throwing up torrents to seed.
N
|
what he said.. unless you want to start your own tracker, but it doesn't seem like you do.
If your server is linux based, use rtorrent. It's very light weight and very capable. to install on redhat/centos/anything yum package manager based:
yum check-update
yum install rtorrent
for debian/ubuntu or anything APT based:
apt-get update
apt-get install rtorrent
or just download and compile it yourself:
http://libtorrent.rakshasa.no/downloads/
get the last rtorrent on the list (latest). from the command line the install should go something like this:
wget http://libtorrent.rakshasa.no/downloads/rtorrent-0.8.2.tar.gz
tar -zxf rtorrent-0.8.2.tar.gz
cd rtorrent-0.8.2
./configure
make
make install
usage of the program goes like this:
rtorrent http://torrenturl.com/whatever.torrent
and once in the curses interface you can add multiple torrents and do bandwidth throttling and whatnot. Heres the manual/user guide:
http://libtorrent.rakshasa.no/wiki/RTorrentUserGuide