/etc/sysconfig/vncservers
The /etc/sysconfig/vncservers
file configures the way the Virtual Network Computing (VNC) server starts up.
VNC is a remote display system which allows users to view the desktop environment not only on the machine where it is running but across different networks on a variety of architectures.
It may contain the following:
VNCSERVERS=
, where<value>
is set to something like<value>
"1:fred"
, to indicate that a VNC server should be started for user fred on display :1. User fred must have set a VNC password using thevncpasswd
command before attempting to connect to the remote VNC server.