Make note of the hostname of the system that you're running the VNC Proxy on.
We'll assume "proxy" below.
By default, the VNC Proxy will listen on port 5999 (corresponding to X
display :99) for viewer connections.
In a production environment, you may want to configure your system to
automatically start the VNC Proxy whenever the X server or DMX server starts.
This can be done by modifying your X start-up scripts.
3. Running VNC Viewers
Any number of VNC viewers can be attached to the VNC proxy.
There are many different VNC viewers available to choose from.
Typically, you need to specify a hostname and screen number to the
viewer to indicate which VNC server to connect to.
Following the example above, this would be "proxy:99".
A specific example using the
xf4vnc viewer is:
vncviewer -x11cursor -encodings hextile.so proxy:99
Note that we're using the hextile encoding to match the second VNC Proxy
example above.
The -x11cursor option prevents pointer flickering.