BIP KB Tag: vnc
How To Install And Configure X11 With Remote VNC Access On Centos 5
The instructions below will walk you through the process of installing the X window system, GNOME desktop environment, and configuring VNC so that you can access it remotely.
yum -y upgrade
yum -y groupinstall "GNOME Desktop Environment"
yum -y install vnc-server
As a general rule of thumb, you should never run X windows as root. In this example, we will add a system user with the username 'wkst' and configure X windo...
By tommy, January 24, 2015
Proxmox NoVNC not working
Well, if you are having problem with PROXMOX NoVNC not working and has been ignoring it up until now, its time to make it work. NoVNC basically uses web socket and html5 to allow you to remote access your virtual machine. So make sure you use a browser such as Chrome instead of Safari which has a full compatibility of web socket implementation on the browser. If not, you will most likely get yourself an error such as this.
...
By BIP, August 12, 2016