Something cool for your ESX/ESXi labs–Rather then relying on using the VIC (VMware Infrastructure Client) to remote control your VMs you can enable VNC access to them.
To do this power off the VM and add the lines below to the VMs .vmx file, you will need to choose a different port for each VM you wish to do this on.
remotedisplay.vnc.port=â€5900″
remotedisplay.vnc.enabled=â€trueâ€
If your using ESX you can password protect the VNC connection by adding this line:
remotedisplay.vnc.password = “passwordâ€