Article Title: Use the VNC client GUI to manage remote Linux systems. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Use VNCserver
Start VNC Server on Linux and execute the command vncserver
[Root @ linux root] # vncserver
You will require a password to access your tops.
Password: ***** to prevent anyone from remotely controlling the computer. Therefore, when you start the VNC server for 1st times, you must set a remote control password.
Verify :*****
New 'X' desktop is linux: 1 ---- remember this line will be used later, terminal number;
Creating default startup script/root/. vnc/xstartup
Starting applications specified in/root/. vnc/xstartup
Log file is/root/. vnc/linux: 1.log
Note: vncpasswd can change the password or add a password.
Install the vnc client program
--- Client connection ---
Run VNC Viewer on Microsoft Windows
Run unzip vncviewer.exe directly. the Connection details dialog box is displayed.
In the Connection details dialog box, enter the IP address of the VNC server (or host name and display device number) in the "VNC Server" text box (see 3. Start this line of the VNC server on Linux. New 'X' desktop is linux: 1 to get this information. for example: 192.168.0.1: 1 (1 after the colon is the display device number generated by the VNC Server). after you click the "OK" button, the VNC Server starts to check the entered information. if the information is incorrect, the system displays the "Failed to connect to server" error message: if the information is correct, the "VNC Authentication" dialog box appears.
If the password entered in the "VNC Authentication" dialog box is correct, you can successfully open the Linux Desktop Window.
Remote control from the browser.
Start the VNC Server and open your browser. in the address bar, enter the address or IP address of the controlled terminal, and add the port number ": 5800 + display number" to the address to control the computer.
For example: http: // 192.168.1.118.: 5801 (if the display number is 1, the display number set for the first time is usually 1, then 5800 + 1 = 5801 is used .)