Need to use Linux for Remote Desktop Services, Xmanager used before, feel normal, this time to try Vnc
My operating system is CENTOS7.
One service-side installation Vncserver
#yum-y Install VNC *vnc-server*
Set Password
# Vncserver
You'll require a password to access your desktops.
password:123456 #输入vnc Connection Password
verify:123456 #确认vnc密码
Xauth:creating new Authority file/root/. Xauthority
New ' Localhost.localdomain:1 (root) ' Desktop is Localhost.localdomain:1
Creating default startup Script/root/.vnc/xstartup
Starting applications specified In/root/.vnc/xstartup
Log file Is/root/.vnc/localhost.localdomain:1.log
Start the service
Start a window, such as window number 1th
# vncserver:1
Stop Service
[Email protected] ~]# vncserver-kill:1
Killing Xvnc process ID 1661
Installing the GNOME Desktop
Remember to restart the vncserver after you have finished loading
#yum groupinstall "GNOME Desktop" "Graphical administration Tools"
Two clients
I am windows, using the client http://www.realvnc.com/, download the corresponding platform Vnc-viewer
Input IP: Window number, OK login successful
Online said changes Vi/root/.vnc/xstartup to start the GNOME desktop, I have not encountered this situation
I installed GNOME and restarted vncserver to use it.
Linux Vncserver Configuration