How does Windows system remotely log on to desktop Linux?

  

With putty, xshell and other software remote linux command line mode everyone should be, if you need a remote linux desktop to do? Below I will talk about using the TigerVNC to remotely log in to the Linux system with the desktop under the Windows system platform.

Software Name:
VNC Password Recovery (VNC Password Recovery) v2.0 Official Installation
Software Size:
1.62MB
updated:
2014-11-21


1, we first download TigerVNC package on the windows host. TigerVNC is an open source free VNC connection software that allows us to remotely host a Linux host with a desktop. Here, we download the TigerVNC package from the SourceForge website.

2. Install TigerVN and open the downloaded tigervnc-2.30.exe executable file. Double-click to install, click “Run”;

3, click “Next”;Check the “I accept the agreement" checkbox, click ”Next“;


4. Select the installation path of TigerVNC. Let's select ”D:\\Program Files\\TigerVNC“, click ”Next“;click”Next“;

< Br>

5. Keep the default configuration, click ”Next“;click"Install“;


6, click & rdquo;Finish“ At this point, TigerVNC is installed.


7, let's configure the Linux host, Linux needs to install the TigerVNC service on the remote side.

Command:

yum install -y tigervnc tigervnc-server //Install tigervnc

vncserver //Set vnc login password

vim /etc/sysconfig /vncserver //Comment the last two lines of the file and modify VNCSERVER=“2:myusername" for VNCSERVERS="1:root".

service vncserver restart //Restart vncserver service

8. Use TigerVNC to connect to the server remotely,

in the TigerVNC installation directory (D:\\Program Files\\TigerVNC ), open vncviewer.exe, then fill in the VNC server box & quoquo; server IP: 1 & ldquo;, enter the server password information, click & rdquo; OK & ldquo;


Note: pay attention to the linux end The server should shut down the selinux firewall. If the system firewall is open, add 5900 to the permission.

Copyright © Windows knowledge All Rights Reserved