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://<Ip-Of-Server>:8080/gui
User: admin
Pass: none
—— DONE,Thanks —–