Unable to access HCX Connector or Cloud Manager with "admin" or "root" account.
Error "Invalid credentials"
VMware HCX 4.3 or earlier
The following steps can be followed to reset root/admin password in the HCX Connector or Cloud Manager.
IMPORTANT: The procedure is subject to change based on the Linux flavor and version used to boot the system in single-user mode. In this example, Ubuntu 20.04 Desktop, so make sure to get up to date information from public sources for the Linux type and version of choice.
mount /dev/sda2 /mnt mount --bind /dev /mnt/dev chroot /mnt passwd exit umount /mnt/dev umount /mnt sync exit