Skip to main content

Proxmox VE root pass reset (break the glass)

If you forgot the password, it is possible to change passowrd from the machine's console (physical access required):

Reset root password inside rescue shell:

Boot the server.

In GRUB menu press e to edit boot entry.

Find the linux kernel line starting with linux.

Add at the end:

init=/bin/bash

Boot with

CTRL+X

Remount filesystem read-write:

mount -o remount,rw /

Change password:

passwd

Reboot

shutdown -r now
reboot -f