0





Ulemsee.blogspot.com

uTorrent is a lightweight and efficient BitTorrent client for Linux, Windows OS and Mac OS. The installation of uTorrent in Linux is different from Windows and Mac OS. In Linux, uTorrent runs as a web server. You will access uTorrent from your browser. You should start the uTorrent server in order to access it from your browser.

Install uTorrent on Ubuntu/Debian

Download uTorrent using the following command:


  • wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz


Extract the downloaded file to /opt directory:


  • sudo tar zxvf utorrent-server-3.0-25053.tar.gz -C /opt/


Set full permissions to uTorrent folder:


  • sudo chmod -R 777 /opt/utorrent-server-v3_0/


Run the following command to link uTorrent to /usr/bin directory:


  • sudo ln -s /opt/utorrent-server-v3_0/utserver /usr/bin/utserver


Install the necessary dependencies:


  • sudo apt-get install libssl0.9.8:i386


Finally run the uTorrent server:


  • utserver -settingspath /opt/utorrent-server-v3_0/


Now navigate to http://ip-address:8080/gui/ from your browser.

It will ask you the username and password. The default username is admin and leave the password field empty.

This is how your default uTorrent page looks.


All the best...

Enregistrer un commentaire

 
Top