1. VNC introduction (from Baidu Encyclopedia) VNC (VirtualNetworkComputer) is short for virtual network computers. VNC is an excellent remote control tool software developed by the famous AT & amp; T European research laboratory. VNC is a free open-source software based on UNIX and Linux operating systems. it has powerful remote control capabilities and is highly efficient and practical. its performance can be comparable to any remote control software in Windows and MAC. In Li
1. Introduction to VNC (from Baidu Encyclopedia)
VNC (Virtual Network Computer) is short for Virtual Network Computer. VNC is an excellent remote control tool software developed by the famous AT&T European research laboratory. VNC is a free open-source software based on UNIX and Linux operating systems. it has powerful remote control capabilities and is highly efficient and practical. its performance can be comparable to any remote control software in Windows and MAC. In Linux, VNC includes the following commands: vncserver, vncviewer, vncpasswd, and vncconnect. In most cases, you only need two commands: vncserver and vncviewer ).
II. VNC environment configuration
The default listening port of the Vnc server is 5901-5910.
1 server:
The server first needs to download tigervnc-server
Start the vncserver port at 5902 and enter the vnc password
In this case
A listening port exists.
The server must open ports in the firewall.
Run the script and you can use iptables-save to check whether this record exists.
2 linux client
The client needs to download the software tigervnc.
Directly execute vncviewer SERVERIP
Enter the password you just set on the server. it turns out vnc is so simple.
3 windows client
Download realvnc
Open the vnc. enter the corresponding port number. on the server side, you only need vncserver: N to enable a vnc.
The following is the window for successful connection.