For When You Can't Have The Real Thing
[ start | index | login ]
start > VMware > Server > 2 > VNC Console

VNC Console

Created by dave. Last edited by dave, 15 years and 21 days ago. Viewed 9,333 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Setting VNC console service in VMware Server 2.x

  • Create a new VM in VMWare Server, but don’t start the VM.
  • SSH to the server and find your VM’s .vmx file. Normally, you can find the file in a location like /var/lib/vmware/$vmname/$vmname.vmx.
  • Add the following lines to the end of the .vmx file:
RemoteDisplay.vnc.enabled = "TRUE"
RemoteDisplay.vnc.password = "vncpassword"
RemoteDisplay.vnc.port = "5900"
  • Change the VNC port and password to values that suit your environment and then start the VM.
Don’t set two VM’s to use the same vnc port, but that should go without saying.

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt