Current location - Quotes Website - Team slogan - Install linuxvnc install linux
Install linuxvnc install linux
How does windows open vnc service?

Vnc includes server-side and client-side, and ultimately it is necessary to realize remote connection with Linux by using vnc client from Windows, so it is necessary to install vnc client VNCviewer on Windows and VNC server-side VNC server on Linux.

1. Install vncviewer on windows (process not detailed).

2. Install vncserver on Linux.

You can check whether vnc is installed on the system by the following command.

If it is not installed, you can download the rpm package installation from official website.

3. After installing VNC, configure VNCserver.

Vim/etc/sysconfig/vncservers added the last two lines of information.

Description: You can add multiple users here, so that users can connect to VNC server using VNC client, for example, VNC server = 1: root 2: Oracle.

The default ports of VNCserver are 580 1, 590 1 and 600 1, where "1:root2:oracle" means that the system user root opens ports 580 1, 590 1 and 600.

1 is the desktop number or terminal number; Open ports 5802, 5902 and 6002 for the system user oracle, where 2 is the desktop number, and so on. "1366*768" is the screen resolution.

For security reasons, setting root login is not recommended.

4. start VNCserver.

Modify login password

#vncpasswd

Start vncserver

Use the system startup script to start vncserver.

#/etc/rc.d/vncserverstart

You can also use the vncserver program.

#vncserver: Desktop Number-Geometric Resolution-Depth Color Number

5.VNC connection

Connect VNC by opening SSH tunnel on windows.

Install a shhTelnet tool, such as SecureCRT, on Windows.

First, establish an ordinary shh connection to Linux on SecureCRT. In this session, add the following options.

Maintain the normal connection state of ssh in CRT, open VNCvieviewer, and add the following information to connect. Note: ip uses local ip.

How does Windows log on to desktop Linux remotely?

Steps:

1. First download the TigerVNC software package on the windows host. TigerVNC is an open source free VNC connection software, which can be used to remotely connect linux hosts and desktops. Here, download the TigerVNC software package from SourceForge website.

2. Install TigerVN and open the downloaded tigervnc-2.30.exe executable file. Double-click the installation and click "Run";

3. Click "Next"; Check the "Iaccepttheagreement" check box and click "Next";

4. Select the installation path of TigerVNC, here select "D:ProgramFilesTigerVNC" and click "Next"; Click "Next";

5. Keep the default configuration and click "Next"; Click "Install";

6. Click Finish, and TigerVNC is installed.

7. To configure the linux host, the remote end of linux needs to install TigerVNC service. Command: yum install-ytigervntigervnc-server//install tigervncvncserver//Set the vnc login password vim/etc/sysconfig/vncserver//comments in the last two lines of the file, and change VNCServer = "2: myusername "to VNCSERVERS=" 1:root". Servicevncserverrestart/// Restart vncserver service8. Connect the server remotely with TigerVNC, open VNCViewer.exe (d: programfilesigervnc) in the installation directory of TigerVNC, and then fill in "server IP: 1" in the VNCserver box. Enter the server password information, and then click OK. Note: Note that the linux server should turn off the selinux firewall. If the system firewall is on, add 5900 to the permissions.

How to build vnc service on Linux? Enable computer remote desktop?

Install vnc service on linux. R Install vncviewrlinux on another computer to start vnc service, and you can remotely access the desktop client. R If it is controlled by the role interface, you can use xshell.

Who can teach me how to configure tightvnc under Linux?

1. Use the following command to install Yuminstalltigervnc-server.

2. Start vncserver (server side) vncserver:n where n is sessionnumber, and the default value is 1, but it can also be 2, 3, etc. You will be prompted for your password for the first time, and you can change it later by using the vncpasswd command.

3. start VNC viewer (client) VNC viewer localhost: n or other clients can connect to VNC.

How to install and configure VNC service on Linux?

1. Enter "yuminstallvnc-server" in the terminal and press Enter to confirm the installation of vnc.

In this case, it is version 6. * CentOS vnc-server has been replaced by tigervnc-server, or you can directly enter "yuminstalltigervnc-server".

2. Enter "Y" and press Enter to confirm to continue.

3. Prompt GPG for verification, enter "Y" after confirmation and press Enter to confirm the installation.

4. Prompt that tightvnc-server has been successfully installed.