NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
wvkreg
May 07, 2012Aspirant
cacti and webinterface gone
My webinterface is unaccesible after upgrading tot version 4.20 and installing Cacti 1.8 from Netgear Readynas site. How can I restore the webinterface, in my case: https://192.168.1.150/admin. I t...
mdgm-ntgr
May 08, 2012NETGEAR Employee Retired
wvkreg do you have SSH access?
There are instructions for installing add-ons via SSH on the forum.
e.g. place a copy of the add-on .bin file (e.g. Ntop_1.0.bin, in your case you'd install the x86 PHP add-on) on the NAS e.g. in the root of the "backup" share or somewhere else you prefer.
Changing the working directory using the "cd" command is important as the install.sh script will remove the contents of the working directory at the end of the installation.
There are instructions for installing add-ons via SSH on the forum.
e.g. place a copy of the add-on .bin file (e.g. Ntop_1.0.bin, in your case you'd install the x86 PHP add-on) on the NAS e.g. in the root of the "backup" share or somewhere else you prefer.
cd /tmp
mkdir addone
cd addone
cp /backup/Ntop_1.0.bin ./
tar xvf Ntop_1.0.bin
tail -c `head -n 1 Ntop_1.0.bin |awk -Fsize= '{print $2}' | cut -d, -f 1` Ntop_1.0.bin |tar -xv
sh install.sh
Changing the working directory using the "cd" command is important as the install.sh script will remove the contents of the working directory at the end of the installation.
Related Content
- May 25, 2022Retired_Member
NETGEAR Academy

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