Use VNC to access the XWindows desktop of VPS
Generally, VPS provides SSH Login mode. In addition to this method, you can use terminal to operate the server. In addition, VPS also has the XWindows Desktop operation mode.
Here is a summary of how to use VNC to access the Linux Desktop System on VPS.
1: first install the Desktop System for linux. VPS uses the CentOS system.
Yum groupinstall "X Window System"
1. First install the vnc Server yuminstalltigervnc-server2, start the vnc service to run vncserver or servicevncserverstart
1. First install the vnc Server
Yum install tigervnc-server
2. Start the vnc service
Run vncserver or service vncserver start
New 'was1. com: 1 (root) 'desktop is was1.com: 1
Starting applicatio
CentOS 6 installation and configuration of VNC is an excellent remote control tool software on Linux, generally, we install vnc client software on Windows to remotely access Linux machines (RealVNC, a common client on Windows). to remotely connect to Linux, we must first ensure that VNC server is installed on Linux, the following uses CentOS 6 as an example:1. Ch
VNC Server configuration method in Redhat 6.0 about how to configure VNC Server in Linux, there are many tutorials or articles on the internet, however, the application cannot completely solve our problem in our environment, so here I will configure the VNC Server method in Redhat 6.0 and summarize the solutions to possible problems here, for your reference. 1. C
Use the VNC service in Linux
Connect to Linux Through VNC in Window
Enable the VNC service in Linux: service vncserver start
Run the "vncserver" command. Note the identity of the command. If it is ROOT, the. vnc/directory is generated under root to generate the log pid and xstartup files.
Otherwise, it is generated
One, install tigervnc-server VNC package [[[emailprotected] ~]# yum install tigervnc-server[[emailprotected] ~]# RPM-QC Tigervnc-server/etc/sysconfig/vncservers[[emailprotected] ~]# chkconfig--level vncserver on two. Purpose: Start the first port with the Vistor user, which is 5901, to student the user to start the second port, i.e. 5902[[emailprotected] ~]# vim/etc/sysconfig/vncserversvncservers = "1:visitor 2:student" vncserverargs[2]= "-geometry 14
Install VNC Server in CentOS/Linux
VNC is short for Virtual Network Computing and is a remote control software. It supports remote graphical control across operating systems. In daily work, servers often have data centers, and it is impossible to run to the data center every time a graphical interface is required. Therefore, vnc is a good alternative software.
1.
Linux installation setup VNC Remote Desktop Connection to install Oracle 11g
Preface:To install Oracle in Linux, you need to start the swing interface of Java. Therefore, the x-window is required. Therefore, it is difficult to directly go to the server room to perform on-site operations. Remote xshell cannot run Windows, in this case, you can use the vnc mode to remotely connect to the windows of the Linux
Remote access between Ubuntu instances through VNC
Recently, when using Linux, for convenience, I need to access another machine installed with Ubuntu through my notebook. For convenience, I directly used graphical remote login, VNC is used. Its configuration process is divided into two parts: the server side (another machine) and the client side (my notebook ).
Server:
Install the
Originally Posted: 2010-12-15Reprint to CU at: 2012-07-21In the environment of the safety test, the ubuntu10.10 was installed on VMware (used by the university when it was first used as if it was a 6 series). After installation, you want to use Remote Desktop control, after all, see the interface on VMware is relatively small, not very convenient.Using VNC, please see http://www.realvnc.com/for more information.After installing
If you install only the XRDP protocol, you cannot use Remote Desktop to connect to Ubuntu on Windows. You also need to install Vncserver.Therefore, after the XRDP is started, the system automatically initiates a VNC session process monitoring service.
When we connect to Ubuntu via the Windows Remote Desktop client, Ubuntu initiates a VNC serviceUse the following command on the remote system shell to see
>
After the graphic interface is installed on the Linux server, you must install VNC to remotely connect to the desktop. Here we will introduce the installation configuration of VNC on Ubuntu.
Installing VNC Server on Ubuntu is simple:
Sudo apt-Get install vnc4server
After installation, enter the following command to set a password for the current user. This passwo
Enable VNC access in CentOS 5.11
In some cases, you need to use the Linux desktop environment. For example, the installation and configuration of Oracle require a graphical interface.By default, We have installed and installed the Gnome desktop environment.Yum-y install vncserver
Configure vncserver and add it in/etc/sysconfig/vncserverVNCSERVERS = "1: root"VNCSERVERARGS [1] = "-geometry 1024x768-alwaysshared-depth 24"
Configure
A first, check whether the VNC service is installed on the server. the command to check whether the VNC is installed on the server is as follows: The Linux code rpm-qa | grepvnc uses the preceding command, the returned information is as follows. Nbsp
A first, check whether the VNC service has been installed on the server. the command to check whether the
The experimental system is centos6.5, which requires the installation of Vncserver on the connected machine.1. First method: Adjust with the geometry parameterUse the man command to get a description of the geometry parameter[email protected] ~]# man Vncserver......-geometry WidthxheightSpecify the size of the desktop to be created. Default is 1024x768.......Visible, the default resolution is 1024x768, we can use this parameter to adjust the resolution.For example, we need to adjust the resoluti
Centos 7 Installation VNC step
VNC allows Linux systems to access Linux desktops like Remote Desktop access in Windows. This document configures the machine to operate in a CentOS 7 HP server Environment of the Xingning Network Information Center.
First try the server with VNC.
[Root@wic ~]# rpm-q Tigervnc tigervnc-server
If not installed, it will appear directl
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.