If you are locked out of your FreeBSD instance and have lost access to the root account, you need to boot into single-user mode and reset the root password. These steps apply to FreeBSD 10.x, 11.x, and 12.x.
Click the Server Restart icon in the Vultr customer portal.
Open the web console.
You can also reboot the server from inside the web console. See the Web Console FAQ for more information.
At the boot menu, press 2 for single-user mode. The prompt happens early in the boot process. If you miss the prompt, you need to restart the server from the control panel and try again.
mount -u -a -o rw
to remount the disk RW.passwd
to change the root password.