配置環(huán)境
sudo apt-get install libssl1.0.0 libssl-dev
下載最新版utorrent
wget http://download-new.utorrent.com/endpoint/utserver/os/linux-x64-ubuntu-13-04/track/beta/ -O utserver.tar.gz
解壓文件
sudo tar -zxvf utserver.tar.gz -C /opt/
更改目錄權(quán)限
sudo chmod 777 /opt/utorrent-server-alpha-v3_3/
創(chuàng)建/usr/bin鏈接
sudo ln -s /opt/utorrent-server-alpha-v3_3/utserver /usr/bin/utserver
啟動(dòng)utorrent
utserver -settingspath /opt/utorrent-server-alpha-v3_3/ &
網(wǎng)頁打開http://IP:8080/gui即可訪問,用戶名admin声诸,密碼留空们镜。