Reset Apstra Server VM Password
If you lose your admin password for the Apstra server VM, and you still have console access to the Apstra server VM, you can reset your password.
- Attach to the Apstra server console and send a "reset" signal to the VM. To access the GRUB menu, immediately press the esc or shift key in the console on reboot.
- Select Advanced options for Ubuntu.
- Enter username admin and password apstra.
- At the next GRUB menu, select the first (recovery mode) option.
- From the Recovery Menu, select root, then press Enter to enter a root shell prompt.
-
At the root shell prompt run the command
mount -o rw,remount /
. -
Run the command
passwd admin
to reset the default CLI password for admin. -
Run the command
sync
. -
Run the command
reboot
to reboot the Apstra server VM. (Your deployed fabric is not affected.)
After reboot, you can log in to the Apstra server VM Linux
CLI as user admin with the new password.