1) Download uTorrent for Linux here: linux版本的utorrent下载地址 http://www.utorrent.com/intl/it/downloads/linux
2) Copy it in a directory like: 把下载的文件拷贝到如下目录(这个目录可以自己建立)
/share/Qdownload/utorrent
3) Install it with: 解压安装
tar zxvf utorrent-server-3.0.tar.gz (name may change)
4) chmod 777 utserver 设置utserver的权限
5) Now STOP yourself and DONT start uTorrent 先停下,不要启动utorrent
6) go to the uTorrent installation directory and create a file called:在utorrent安装目录建立下面配置文件
utserver.conf
7) edit the utserver.conf with these value:配置文件里面填入如下信息
ut_webui_port: 9595
bind_port: 9696
start uTorrent with command:开启utorrent的命令如下
./utserver
9) logon to it via web browser:在浏览器里面打开
http://your_nas_ip:9595/gui/
10) port forward 9696 from your router to your nas for better performance 在路由器开放你的9696端口
11) start use it. Here there is a start script: 启动脚本在下面