[Guide] QBitTorrent for firmware V4

I update wd my cloud to v4 and i lost qbittorrent, i’m not happy so i build last version with v4 libraries and make a tar file with changes.

1.- Login by ssh as root

2.- Download & Isntall

cd /shares/Public 
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=0B_n1fH1mEkUNR0YwYmhPbEtmOWc' -O qbittorrent-nox_3.1.10.tar.gz 
tar -xvf qbittorrent-nox_3.1.10.tar.gz -C /

3.- Test & select yours prefered web-port XXXX default 8080
note:qBittorrent-nox will remember the new port upon restart.

qbittorrent-nox --webui-port=XXXX

4.- Config client by webinterface

http://server-ip:XXXX
Username: admin
Password: adminadmin

You can run qBittorrent-nox as daemon.

/etc/init.d/qbittorrent-nox-daemon start
/etc/init.d/qbittorrent-nox-daemon stop

Finally you can also run daemon on startup using this command:

update-rc.d qbittorrent-nox-daemon defaults

Enjoy

1 Like

Hello,

Thank you for sharing your experience on the Community.