Kitty
06/01/2016, 05h39

In the control panel, set the boot mode to Rescue Pro [Netboot -> Rescue -> Rescue Pro].
Reboot [Restart] the server.
Log in as root using the password that will be emailed to you..
You'll need to know the name of the usual root device from here. I'll use /dev/sda1 as a placeholder, change it to suit if necessary.
Code:
$ mount /dev/sda1 /mnt $ mount --bind /proc /mnt/proc $ mount --bind /sys /mnt/sys $ mount --bind /dev /mnt/dev $ chroot /mnt/ $ passwd
Logout (CTRL-D, or 'logout') to end up back in the Rescue shell.
Code:
$ umount /mnt/dev $ umount /mnt/proc $ umount /mnt/sys $ umount /mnt
Reboot