Native VNC access to VMWare

There’s a feature in VMWare that if you enable it, you can access the guest via host vnc port.

What you need to do is to append the following to the .vmx file reside in you vmware guest directory.

1
RemoteDisplay.vnc.enabled = TRUE
2
RemoteDisplay.vnc.port = “5901"
3
RemoteDisplay.vnc.password = password

Then you start a vncviewer, and connect to “hostname:1″, and enter the password. That’s it!

You can leave a response, or trackback from your own site.
Subscribe to RSS Feed Follow me on Twitter!