hi

When i am going to the System state -> Graphical Console for windows VPS and i it shows me the following error:

VNC has been configured on this system by Cloudmin, but the VNC server on port 5903 on host system cloudmin.postcy.com is not accessible. If it was just enabled, the system will need to be rebooted before VNC is available.

Status: 
Active

Comments

Are you using Xen or KVM virtualization there?

Also, are ports 5900 - 5910 open on the host system's firewall?

I using XEN. port is open also I disable the iptables but still the same..

So this could be a VNC issue, or a Windows VM issue ..

If you edit the VM's Xen .cfg file on the host system (usually under the /xen directory), does it contain a line like :

vfb = "type=vnc,vncunused=1,vncpasswd=yourpassword,vnclisten=0.0.0.0"

can i send you details on private email?

Did you ever get this resolved?

I have the exact same issue trying to connect to a XEN domU.

Here's what's in the config file:

root@zaxen02:[~]$ more /xen/centos.cfg
memory = 512
maxmem = 6144
name = 'centos'
vif = [ 'ip=196.34.x.z,mac=00:16:3e:AF:0A:40' ]
address = '196.34.x.y'
netmask = '255.255.255.224'
disk = ['phy:/dev/LVM01/centos_img,hda,w','file:/root/CentOS-6.0-x86_64-netinstall.iso,hdc:cdrom,r']
boot = 'dc'
on_crash = 'restart'
kernel = "/usr/lib/xen/boot/hvmloader"
builder = "hvm"
device_model = "/usr/lib64/xen/bin/qemu-dm"
acpi = 1
pae = 1
vnc = 2
vnclisten = "196.34.x.y"
vncunused = 1
vncpasswd = "12bnAM@"