CentOS Remote Desktop TIGERVNC Software Installation configuration

Source: Internet
Author: User
Tags centos

Software Introduction

The TIGERVNC is an advanced VNC remote access implementation, based on the fourth generation VNC, containing a JPEG compression accelerator. Supports x.org and X server.

TIGERVNC is an excellent remote control application. It allows you to view the desktop of a remote workstation, such as a home computer. You can use the mouse and keyboard to control the screen of your home computer through an office workstation. As if you were in front of your computer.

You can also watch movies and play DirectX games. In addition, this program also has the function of transferring files.

With Tigervnc, you can save a lot of time because you don't have to go to check your computer

TIGERVNC Software Installation


1, need to install the package: Tigervnc,tigervnc-server

1. Environment and software preparation

(1) CentOS 6.3

The code is as follows Copy Code

[Root@localhost ~]$ rpm–q Tigervnc tigervnc-server
tigervnc-1.0.90-0.17.20110314svn4359.el6.i686
tigervnc-server-1.0.90-0.17.20110314svn4359.el6.i686

Use the following command to install

The code is as follows Copy Code

Yum Install Tigervnc
Yum Install Tigervnc-server

2. Configure display resolution, desktop and User:

Edit/etc/sysconfig/vncservers

Refer to the last two lines of the annotation and add 2 lines

The code is as follows Copy Code

vncservers= "2:myname" #这里myname就是用户账号
vncserverargs[2]= "-geometry 1024x768-nolisten TCP" PS: Remove-localhost.

3, configure VNC Desktop environment and password:

Users who need to log on to the local computer using remote logins, that is, to allow user users to log on to the local computer, you need to switch user login to the local computer to set up the desktop environment and password

Command line execution: $ vncserver

You will be prompted to set your password the first time you execute it.

4. Start VNC Server Service

Log in as an administrator, stop the service first, and then start

The code is as follows Copy Code

# Service Vncserver Stop
# service Vncserver Start

5. Add to boot

The code is as follows Copy Code

Chkcongfig Vncserver on

Related Article

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.