废话不多说,直接上命令:

#系统更新
apt-get update
apt-get upgrade

#安装
apt-get install libssl1.0.0 libssl-dev

#32位
wget http://download-new.utorrent.com/endpoint/utserver/os/linux-i386-ubuntu-13-04/track/beta/ -O utorrent.tar.gz

#64位
wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utorrent.tar.gz

#解压
tar -zxvf utorrent.tar.gz -C /opt/

#给与权限
chmod 777 /opt/utorrent-server-alpha-v3_3/

#文件夹关联
ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver

#启动
utserver -settingspath /opt/utorrent-server-alpha-v3_3/ &

安装完成,打开浏览器查看:

http://xx.xx.xx.xx:8080/gui/web/index.html

默认账号:admin,密码留空。