很久以前就听说μTorrent已经推出Linux版本了,但是一直都没有使用过。今天Ihipop说把晨光的种子放到μtorrent server版下载,只要文件有中文文件名,就乱码。于是我就花时间测试了一下,目前最新版本是µTorrent Server alpha (3.0 build 24118),Linux环境是Ubuntu Server 9.10。
下载解压运行:
wget http://download.utorrent.com/linux/utorrent-server-3.0-24118.tar.gz
tar zxvf utorrent-server-3.0-24118.tar.gz
cd utorrent-server-v3_0/
./utserver –daemon
打开浏览器,输入http://localhost:8080/gui/,会提示需要身份验证,用户名是admin,密码为空,就可以进入Web UI进行控制了。
(更多…)