Connect to a remote CentOS server using VNC Viewer

Source: Internet
Author: User

Connect to a remote CentOS server using VNC Viewer
How to Use VNC Viewer to connect to a remote CentOS Server

Install graphical interface

1.

Yum groupinstall-y "Desktop" yum groupinstall-y "X Window System"

2. vi/etc/inittab

3.

4. Reboot

Installation and simple configuration of Linux VNC server

1. Open the terminal and run the yum command to install vncsever.
Command: yuminstalltigervnc-server-y

2. Set vncserver to start with the system.
Command: chkconfigvncserveron
Or: chkconfigvncserver -- level5on

3. modify the configuration file of the vncserver.
Command: vim/etc/sysconfig/vncservers

4. configuration file. Figure marked yellow

": Wq" is to save and exit,

5. Set the vncserver password (used to log on to the vnc client ).

Command: vncpasswd

6. Restart the vncserver service.
Command: servicevncserverrestart

7. If FAILED occurs, it is generally because the configuration file is wrong. If the problem persists after the check and the error prompt is similar, the cause is the version. Install or update x11.
Command: yuminstallpixmanpixman-devellibXfont-y
Note that X in libXfont is in uppercase.


8. Restart the vncserver service again after the installation is complete.
Command: servicevncserverrestart

Client:

Download vncviewer Software






Victor. jiang

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.