How to remotely connect to the Linux system desktop via VNC

  
                

VNC is an excellent remote control tool software. How does VNC control remotely under Linux? The following small series will bring you VNC remote desktop graphic tutorial in Linux system, let's get to know it.

VNC connects to Linux desktop. To connect to Linux remote desktop, follow the steps below. It is very simple and fast. Linux configures VNC (for example, RedHat, CentOS, Fedora series).

Tools/Materials

Linux Platform Installation VNCServer

Windows Platform Using VNC-Viewer

Method/Steps

1. On Linux The platform installs the VNCServer server package.

#yum -y install vnc * vnc-server *

2, the main configuration file modified VNCServer

#vim /etc /sysconfig /vncservers

Copy the last two lines and remove the line first comment, then change to

VNCSERVERS=“1:root”

VNCSERVERARGS[1]=“-geometry 1024x768”

3, provided vNCServer remote connection password

same #vncpasswd

enter the password twice

4, service start vncserver

#/etc/init.d/vncserver start
Previous12Next page Total 2 pages

Copyright © Windows knowledge All Rights Reserved