NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
blimeyfool
Aug 12, 2010Aspirant
JungleDisk Server Edition
Has anyone tried to install JungleDisk Server Edition on a ReadyNAS? There have been a lot of requests both here and on the JungleDisk Forums for an add on, but nothing forthcoming. That would certa...
cbunting
Aug 01, 2011Aspirant
First, sign up for a server account at JungleDisk.com to be able to download their software that is needed to use the functionality. It is $5/mo currently, plus storage fees amazon charges.
This tutorial is written for those of you who are not familiar with *nix systems, like me.
1. If you haven’t already, you must enable SSH root access on your ReadyNAS, see the netgear site if you aren’t sure how to do so.
2. Use Putty or your ssh client, and connect to the readynas
3. Username is root and password is the same as your readynas admin password
4. Downlaod package by typing:
wget https://downloads.jungledisk.com/jungledisk/junglediskserver-316-0.i386.deb --no-check-certificate
5. Install the package by typing:
sudo dpkg –i junglediskserver-316-0.i386.deb
6. Create the license file using VI editor (google VI editor if you are not a nix guru) by typing
vi /etc/jungledisk/junglediskserver-license.xml
The editor will appear next, past the following text (replacing the xxx with your actual license key)
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<LicenseConfig>
<licenseKey>XXXXXXXXXXXXX</licenseKey>
<proxyServer>
<enabled>0</enabled>
<proxyServer></proxyServer>
<userName></userName>
<password></password>
</proxyServer>
</LicenseConfig>
</configuration>
7. Next, press ESC to get back to command mode, type “:wq” and press enter, the file should now be saved and you will be at the root prompt.
8. Now let’s start the service by typing:
/etc/init.d/junglediskserver start
9. Next download the JungleDisk client portion of the software, and you should be good to go from there…
Hope this helps
This tutorial is written for those of you who are not familiar with *nix systems, like me.
1. If you haven’t already, you must enable SSH root access on your ReadyNAS, see the netgear site if you aren’t sure how to do so.
2. Use Putty or your ssh client, and connect to the readynas
3. Username is root and password is the same as your readynas admin password
4. Downlaod package by typing:
wget https://downloads.jungledisk.com/jungledisk/junglediskserver-316-0.i386.deb --no-check-certificate
5. Install the package by typing:
sudo dpkg –i junglediskserver-316-0.i386.deb
6. Create the license file using VI editor (google VI editor if you are not a nix guru) by typing
vi /etc/jungledisk/junglediskserver-license.xml
The editor will appear next, past the following text (replacing the xxx with your actual license key)
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<LicenseConfig>
<licenseKey>XXXXXXXXXXXXX</licenseKey>
<proxyServer>
<enabled>0</enabled>
<proxyServer></proxyServer>
<userName></userName>
<password></password>
</proxyServer>
</LicenseConfig>
</configuration>
7. Next, press ESC to get back to command mode, type “:wq” and press enter, the file should now be saved and you will be at the root prompt.
8. Now let’s start the service by typing:
/etc/init.d/junglediskserver start
9. Next download the JungleDisk client portion of the software, and you should be good to go from there…
Hope this helps
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!