Saturday 17 May 2014

How to install uTorrent server in CentOS 6.3




    Update yum library

    $yum update -y

    

    Install library

    $yum install -y wget glibc glibc.i686 openssl openssl.i686 libgcc libgcc.i686 unzip

    

    Redirect libssl library path from libssl.so.1.0.0 to libssl.so.0.9.8

    $ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8
    $ln -s /usr/lib/libcrypto.so.10 /usr/lib/libcrypto.so.0.9.8

    

    Download utorrent for linux

    $wget "http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.tar.gz"

    

    Extract file from download folder

    $tar xvf utorrent-server-3.0-ubuntu-10.10-27079.tar.gz

    

    Unzip web interface

    $cd utorrent-server-v3_0
    $unzip webui.zip

    

    Goto utorrent folder then start uTorrent

     ./utserver &


Open web browser then goto this link http:\\localhost:8080/gui    or http:\\ipaddress:8080/gui

Enter username admin without password

No comments:

Post a Comment