To reset the SSH password system the system requires KVM either directly with a physical montior and keyboard of via the BMC HTML viewer. We recommend HTML viewer and will show the steps here. The process is the same for a physical monitor and keyboard
Step 1) Connect to the BMC login and launch the HTML5 KVM
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 2) Connect KVM
The KVM viewer looks similar to below. If the screen is blank press a few random keys to disable the screensaver
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 3) Reboot
Reboot the system using the Power menu
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 4) System Boot
Need to catch the system boot prompt here. One way is to tap space key or letter "r" every few seconds. This will prevent the bootloader from automatically starting.
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 5) Rescue Mode
Enter system "rescue" mode at the prompt and hit enter. This will boot the system into rescue mode.
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 6) Shell
Rescue mode should drop to a default prompt as follows
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 7) Set New Password
Set a new password for fmadio user as follows
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 8) Mount OS Disk
FMADIO100v2 or FMADIO100p3:
sudo mount /dev/nvme0n1p2 /mnt/store0FMADIO20v3 or FMADIO40v3:
sudo mount /dev/sda2 /mnt/store0Example output shown below
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 9) Copy password
Copy the shadow password file to persistent storage
sudo cp /etc/shadow /mnt/store0/etc/shadow.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)
Step 10) Reboot the system
sudo rebootStep 11) Login with new password
SSH login fmadio has the newly set password
.png?sv=2022-11-02&spr=https&st=2025-10-29T05%3A35%3A28Z&se=2025-10-29T05%3A46%3A28Z&sr=c&sp=r&sig=Y9baLwzX1r6jJXGxGjoyIDSrg5ODRkZpv7o4%2F3Pfy2Y%3D)