SSH into it: If you Zone Director firmware version is under 9.8.3.0 built 44 use this ssh connection format (replace IP for your ZD’s IP):
ssh -o KexAlgorithms=diffie-hellman-group1-sha1 -o Ciphers=aes256-cbc 192.168.0.186
Or if you ZD firmware is version 9.8.3.0 built 44 and up (replace IP for your own ZD’s IP):
ssh 192.168.0.186
The default username: admin
The default password: admin
enable
show sysinfo
debug
Connecting to the TFTP server to download the firmware image into the Zone Director. Change zd1100_9.10.2.0.114.ap_9.10.2.0.114.img for the image version that you want to get.:
fw_upgrade -p tftp -s 192.168.0.193 -n zd1100_9.10.2.0.114.ap_9.10.2.0.114.img
Press "y" to initiate the upgrade. Slow process, probably 20 minutes or so, you may want to have another window pinging the ZD’s IP to see it going down and when it is up:
y
The upgrade takes place, the status light will be green when ready.
Screenshot example of the process:
Once the ZD firmware has updated/upgraded to 9.8.3.0 built 44 or greater, now its web server can accept new browsers to continue the password change, SSID, etc configuration. Replace IP with your own ZD’s.
The default username: admin The default password: admin
Don't forget to change that password.
Hope it helps someone out there.