μTorrent server is a daemonizable 32-bit binary of the µTorrent core, built for x86 compatible Linux. It can be managed programmatically via an HTTP API or interactively by using the (included) customized version of the popular uTorrent Web user interface.
µTorrent Server is a full implementation of the official BitTorrent protocol.
Features include:
* Web-based remote control daemon
* Multiple simultaneous downloads
* Configurable bandwidth scheduler
* Global and per-torrent speed limiting
* Quick-resumes interrupted transfers
* Trackerless support (Mainline DHT)
Additionally, µTorrent Server includes a full-featured web-based user interface.
Installation and Configuration of µTorrent Server:
* Download µTorrent Server for Linux from here.
* Extract the downloaded package using command:
tar zxvf utorrent-server-3.0-21701.tar.gz* Create µTorrent server configuration file bittorrent-server-v3_0/utserver.conf and put the following settings into this configuration file:
cd bittorrent-server-v3_0/
dir_temp_files: tempStarting uTorrent server:
preferred_interface: eth0
Open up the terminal and type following command to start the µTorrent server:
cd bittorrent-server-v3_0/This will start the µTorrent server on port 8080 (default), users can access the µTorrent web client from any browser using URL: http://<µTorrent ip address>:8080/gui
./utserver
source:http://linuxpoison.blogspot.com/2010/09/13578167755743.html