How to Install utorrent on Centos/RHEL 6.X


Install utorrent on Centos/RHEL 6


Step 1: Install needed packages

# yum install -y wget glibc openssl* libgcc unzip

Step 2: Create sym link for libssl because the CentOS 6 has newer version of uTorrent required For x86_64

# ln -s /usr/lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.0.9.8
# ln -s /usr/lib64/libssl.so.0.9.8e /usr/lib64/libssl.so.0.9.8

Step 3: Download uTorrent for Linux and Extract it

# cd /mnt && wget -qO - http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz |tar xvzf -

Step 4: change the permission on uTorrent-server folder and link uTorrent server to the /user/bin directory

# chmod -Rf 777 /mnt/utorrent-server-v3_0/
# ln -s /mnt/utorrent-server-v3_0/utserver /usr/bin/uts

Step 5: Finally, run the commands below to start uTorrent (it will run on 8080 port by default)

# uts -settingspath /mnt/utorrent-server-v3_0/

Step 6: open the GUI on the Browser of the Torrent

http://192.168.72.243:8080/gui
User: admin
Pass: none

Thanks For Visiting on My Blog, For More Tutorials Keep Visiting My Blog.

3 comments

I must say, that Torrent is one of the most famous and used places on the web. The way they provide Free Data, and the popularity and Respect they have earned in these years, is really unbelievable. Officially they are illegal. but they are kind of Robin Hood type. Who takes paid things from the providers and make them available to the public for Free. Virtual Edge

Hi,
Step 4 gives me the following error

uts: /lib64/libcrypto.so.0.9.8: no version information available (required by uts)
uts: /lib64/libssl.so.0.9.8: no version information available (required by uts)
server started - using locale en_US.UTF-8
Using locale en_US.UTF-8
File not found during integrity check: /mnt/utorrent-server-v3_0/settings.dat
File not found during integrity check: /mnt/utorrent-server-v3_0/settings.dat.new
File not found during integrity check: /mnt/utorrent-server-v3_0/settings.dat.old
File not found during integrity check: /mnt/utorrent-server-v3_0//settings.dat
File not found during integrity check: /mnt/utorrent-server-v3_0//settings.dat.new
File not found during integrity check: /mnt/utorrent-server-v3_0//settings.dat.old
GetNodeID failed, using /dev/random
total physical memory 536870912 max disk cache 33554432
File not found during integrity check: /mnt/utorrent-server-v3_0//dht.dat
File not found during integrity check: /mnt/utorrent-server-v3_0//dht.dat.new
File not found during integrity check: /mnt/utorrent-server-v3_0//dht.dat.old
File not found during integrity check: /mnt/utorrent-server-v3_0//rss.dat
File not found during integrity check: /mnt/utorrent-server-v3_0//rss.dat.new
File not found during integrity check: /mnt/utorrent-server-v3_0//rss.dat.old
File not found during integrity check: /mnt/utorrent-server-v3_0//resume.dat
File not found during integrity check: /mnt/utorrent-server-v3_0//resume.dat.new
File not found during integrity check: /mnt/utorrent-server-v3_0//resume.dat.old
IPv6 is installed

its not running what is the commant to check if its running in the system