This method resets the admin password without wiping the configuration using the serial console.
USB-to-Serial adapter (if your laptop doesn’t have a serial port)
Console cable (typically DB9 to RJ45 for the ZD1100)
Terminal software (we’ll use screen, preinstalled on most Linux systems)
Access to the ZD1100’s console port
Baud Rate: 9600
Data Bits: 8
Parity: None
Stop Bits: 1
Flow Control: None
Open a terminal and run:
ls /dev/ttyUSB*
You should see something like:
/dev/ttyUSB0
If nothing shows up, check dmesg output:
dmesg | grep tty
Make note of the correct device name.
Start a serial session:
screen /dev/ttyUSB0 9600
(Replace /dev/ttyUSB0 with your actual port if different)
Turn the device off, then on again.
Watch your terminal window closely.
When you see:
Press any key to interrupt boot...
Press any key immediately.
Type the following command:
set -defaults
(This resets login credentials but preserves all configurations)
Then type:
boot
The system will now boot normally.
After boot, you can log in with:
Username: admin
Password: admin
Then go into the web UI or CLI and change the password.
To exit screen: press Ctrl + A, then \, then confirm with y.
If screen isn’t installed, install it via:
sudo apt install screen # Debian/Ubuntu
sudo dnf install screen # Fedora/RHEL
sudo pacman -S screen # Arch
“
Hope that helps!
Daniel
To change the SSID, one may connect to the Ruckus wireless controller’s GUI.Possible path:Or try them as “http” instead.Jake, if the password I just resent you via Signal is not longer valid, it can be reset with a paper clip.Default username: adminDefault password: adminHope that helps.DanielOn Sat, Apr 12, 2025 at 18:14 Jake via sudo-sys <sudo-sys@sudoroom.org> wrote:at least one person (with a Mac of course) has identified a problem (that I
know they're not the only one experiencing) which can be fixed by naming our
2.4ghz wifi SSIDs to something different than our 5GHz networks.
Does anyone know how to do this and want to do it?
https://apple.stackexchange.com/questions/454337/internet-connection-issues-on-a-new-2023-macbook-pro#:~:text=%28802.11ax%29%20,11%20ac%20%28WiFi%205
i know i know, fuck Apple, but people are being affected by this and we care
about those people and their computing experience.
-jake
_______________________________________________
sudo-sys mailing list -- sudo-sys@sudoroom.org
To unsubscribe send an email to sudo-sys-leave@sudoroom.org
More options at https://sudoroom.org/lists/postorius/lists/sudo-sys.sudoroom.org/