Uprgarde of Twonky DLNA Server to 8.3

Hi,

I have managed to upgrade the twonky apps to version 8.3 with reference to the help from the below post WD My Cloud & Twonky Server and the revised procedural steps are as follow. However, the changes will be gone when the NAS is restarted. My testing so far suggest as long as you keep the NAS alive, no adverse issue found.

With my limited knowledge on the system, it seems to me WD has loaded the core apps into the memory or the read only file system, which then everything be reset back to the firmware default after restart. It would be great if other expert in this forum could help to shed some lights on this. Thanks.

  1. Enable SSH from the Dashboard.
    → Dashboard Main → Settings → Network → Network Services → SSH (Config), Define a password.

  2. Download a SSH client (e.g. Putty) Download PuTTY: latest release (0.78)

  3. Connect to your WD NAS (e.g. My Cloud EX2 - for my case) via the SSH client.

  4. Stop the TwonkyServer
    cd /usr/local/twonky
    ./twonky.sh stop

  5. Backup the existing version
    cd /usr/local
    cp -a twonky/ /usr/local/twonkybackup

  6. Remove the existing version
    cd twonky
    rm -rf *

  7. Download the latest one for your own WD NAS firmware. (e.g 02..)
    wget Jira Service Management

  8. Unzip/Install the latest version (e.g. Twonky 8.3 for WD MyCloud EX2)
    unzip twonky-WD_MyCloud_02.xx.xx-arm-8.3.zip

  9. Initialize the startup script
    chmod 755 ./twonky.sh

  10. Start the server again
    /usr/local/twonky/twonky.sh start

  11. Use the internet browser to the Twonky console (your WD NAS IP port 9000)
    http://xxx.xxx.xxx.xxx:9000

  12. Enter the license key. (You can purchase the key here

2 Likes