How to install VNC server
How to install VNC server VNC server is used to connect and control desktop environment of the server from remote clients. VNC viewer is used on remote computer to connect the server. In the article we can learn about how to install vnc server on centos 7 . we can use the default packages provided in the centos yum repository. Install vnc server on centos 7 Let’s start. If you don’t have desktop environment ( X windows ), issue the below commands one by one to install. It will take few minutes to install packages. [root@krizna ~]# yum check-update [root@krizna ~]# yum groupinstall "X Window System" [root@krizna ~]# yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts [root@krizna ~]# unlink /etc/systemd/system/default.target [root@krizna ~]# ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target [root@krizna ~]# reboot After reboot, you will get Centos 7 desktop . Now start installing VNC...