首先肯定是挂载好硬盘或者大U盘

设置好挂载点以及网络共享Samba

解压Xware1.0.31_mipsel_32_uclibc.zip压缩包,共有4个文件,将这四个文件通过winscp都复制到U盘(一般为/mnt/sda1)下xunlei目录

执行下面的步骤

cd /mnt/sda1/xunlei
chmod 777 *
./portal

执行结果如下:

login as: root
[email protected]'s password:


BusyBox v1.22.1 (2015-06-08 16:22:27 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.


  _______________________________________________________________
 |    ____                 _                 ____               |
 |   |  _ \ __ _ _ __   __| | ___  _ __ __ _| __ )  _____  __   |
 |   | |_) / _` | '_ \ / _` |/ _ \| '__/ _` |  _ \ / _ \ \/ /   |
 |   |  __/ (_| | | | | (_| | (_) | | | (_| | |_) | (_) >  <    |
 |   |_|   \__,_|_| |_|\__,_|\___/|_|  \__,_|____/ \___/_/\_\   |
 |                                                              |
 |                  PandoraBox SDK Platform                     |
 |                  The Core of SmartRouter                     |
 |       Copyright 2013-2015 D-Team Technology Co.,Ltd.SZ       |
 |                http://www.pandorabox.org.cn                  |
 |______________________________________________________________|
  Base on OpenWrt BARRIER BREAKER (14.09, r1024)
[root@PandoraBox:/root]#cd /mnt/sda1/xunlei
[root@PandoraBox:/mnt/sda1/xunlei]#chmod 777 *
[root@PandoraBox:/mnt/sda1/xunlei]#./portal
initing...
try stopping xunlei service first...
setting xunlei runtime env...
port: 9000 is usable.

YOUR CONTROL PORT IS: 9000

starting xunlei service...
etm path: /mnt/sda1/xunlei
execv: /mnt/sda1/xunlei/lib/ETMDaemon.

getting xunlei service info...
Connecting to 127.0.0.1:9000 (127.0.0.1:9000)
 
THE ACTIVE CODE IS: xxxxxxx
 
go to http://yuancheng.xunlei.com, bind your device with the active code.

finished.

看到上面的THE ACTIVE CODE IS: xxxxxx得到这个code就可以去http://yuancheng.xunlei.com绑定这个设备了

 

搞定以后就要来设置开机自启动项

在 exit 0 的前一行 加入如下命令

sleep 30 && /mnt/sda1/xunlei/portal

效果如图:

sleep 30代表延迟30秒再启动,从而避免了路由器刚运行时Drcom还没认证无法联网导致Xware无法获取到迅雷服务器信息。

在远程页面建议设置最大任务数为1 同时建议限制最大下载速度,这样做可以避免路由器负载过高导致Xware程序崩溃

我们可以通过监视脚本来保证Xware的持续在线:http://wuzb.cc/xwarewatchdog/