When enabling VNC access within the .vmx file on ESXi, it seems the password option is ignored:
RemoteDisplay.vnc.enabled = "TRUE"
RemoteDisplay.vnc.password = "12345678"
RemoteDisplay.vnc.port = "5901"
This is how I used to do it on GSX. But on ESXi, no matter what the password is, I can connect to the vm without a password.(esxi isn't prompting)
Is anyone else having this problem?