Friday, January 21, 2011

VNC connection on Xen Hypervisor.

Enable VNC in Xen config file:
/etc/xen/xend-config.sxp

---------------------
(vnc-listen '0.0.0.0')
(vncpasswd 'secret')


Make sure you restart xend service afterwards:
/etc/init.d/xend restart 

Connect to the VM via VNC
vnc-viewer xxx.xxx.xxx.xxx:0 

No comments:

Post a Comment