Sebastian Mogilowski's Blog

Just another blog about administration, linux and other stuff

VNC

How to Use VNC to access VMware Servers

Die „.vmx“ Datei der virtuellen Maschine bearbeiten und folgende Zeilen anfügen:Edit the „.vmx“ file of your virtual machine and add this lines: RemoteDisplay.vnc.enabled = „TRUE“ RemoteDisplay.vnc.port = „5900“ RemoteDisplay.vnc.password = „YOUR_PASSWORD“ Bemerkung: Für jede virtuelle Maschine einen anderen Port verwenden.Note: Use a different port for each virtual machine. Links: * http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&externalId=1246

, ,