Showing posts with label VNC Server configuration in CentOS 7. Show all posts
Showing posts with label VNC Server configuration in CentOS 7. Show all posts

Tuesday, 25 November 2014

VNC Server in CentOS 7





 VNC Server in CentOS 7



Install VNC Server to connect with GUI from remote client.

[1] Install VNC Server to operate Server with GUI remotely from Windows client.

[root@dlp ~]# yum -y install tigervnc-server
[root@dlp ~]# su - sysstec

# switch to a user you'd like to config VNC

[cent@dlp ~]$ vncpasswd        # set VNC password

Password:                           # input

Verify:                                # confirm

# run with diplay number '1', screen resolution '800x600', color depth '24'

[sysstec@dlp ~]$ vncserver :1 -geometry 800x600 -depth 24

[2]   Install VNC viewer on client computer next. Download from the site below to install UltraVNC.

http://www.uvnc.com/downloads/ultravnc.html

After installing UltraVNC, click "UltraVNC Viewer" to run, then, following screen is shown. Input [(Server's hostname or IP address):(display number)] like following example and then click "Connect" button.








[3]     Password is required. Input VNC password you set in the section [1].






[4]     Just connected.