How to connect to Alibaba Cloud Ubuntu 16.04 server from local Windows remote desktop

How to connect to Alibaba Cloud Ubuntu 16.04 server from local Windows remote desktop

Local Windows remote desktop connects to Alibaba Cloud Ubuntu 16.04 server:

1. Purpose: I want to connect to Alibaba Cloud's Ubuntu server through the local Windows remote desktop and operate the server through the remote desktop graphical interface.

2. Conditions: One Alibaba Cloud Ubuntu server and one local Windows operating system computer.

3. How to connect to the remote desktop:

(1) First, connect to the Ubuntu server through the command line tool that connects to the Linux system under the Windows system (tools: xshell, securecrt, putty, etc.).

(2) Connect to the Linux operating system through the Windows tool, then open the command window and switch to root privileges.

(3) Install the update first: apt-get upate .

(4) Install xrdp: Enter apt-get install xrdp -> Press Enter -> Enter "y" -> Press Enter. The installation is complete.

(xrdp: An open source remote desktop protocol (rdp) server)

(5) Install vnc4server: Enter " apt-get install vnc4server " –> press Enter –> enter "y" –> press Enter, and the installation is complete.

(VNC (Virtual Network Console) is the abbreviation of Virtual Network Console)

(6) Install xfce4: Enter apt-get install xubuntu-desktop" -> Press Enter -> Enter "y" -> Press Enter.

-->Type echo "xfce4-session" >~/.xsession -->Press Enter -->Type service xrdp restart -->Press Enter, the installation is complete.

(Xfce is a free software that runs on Unix-like operating systems (such as Linux, FreeBSD and Solaris) and provides a lightweight desktop environment.)

(7) On the local Windows computer, use the "Window key + R" to open the "Run dialog box" -> enter "mstsc" -> press Enter -> enter the IP address of the Ubuntu host -> "Connect".

(8) Select "sesman-Xvnc" -> enter "user name and password" -> press Enter. You will successfully log in to the Ubuntu desktop and can now perform remote operations.

Summarize

The above is the method that I introduced to you to connect to Alibaba Cloud Ubuntu 16.04 server through local Windows remote desktop. I hope it will be helpful to you. Thank you very much for your support of the 123WORDPRESS.COM website!

You may also be interested in:
  • Alibaba Cloud ECS cloud server (linux system) cannot connect remotely after installing MySQL (pitfall)
  • A graphic tutorial on remotely connecting to Alibaba Cloud SqlServer 2012 database server
  • Detailed steps to configure MySQL remote connection under Alibaba Cloud
  • Linux uses scp remote transmission command to transfer files between servers (Alibaba Cloud Server)
  • Alibaba Cloud Server Remote Connection Management Linux Server Graphic Tutorial

<<:  Causes and solutions for slow MySQL queries

>>:  jQuery implements sliding tab

Recommend

Solve the problem that ifconfig and addr cannot see the IP address in Linux

1. Install the Linux system on the virtual machin...

JS quickly master ES6 class usage

1. How to construct? Let's review the common ...

Solution to Element-ui upload file upload restriction

question Adding the type of uploaded file in acce...

Introduction to the usage of props in Vue

Preface: In Vue, props can be used to connect ori...

Beginners learn some HTML tags (1)

Beginners can learn HTML by understanding some HT...

Springboot+Vue-Cropper realizes the effect of avatar cutting and uploading

Use the Vue-Cropper component to upload avatars. ...

Detailed explanation of Tomcat directory structure

Table of contents Directory Structure bin directo...

JavaScript to achieve elastic navigation effect

This article shares the specific code for JavaScr...

MySQL scheduled full database backup

Table of contents 1. MySQL data backup 1.1, mysql...

How to batch generate MySQL non-duplicate mobile phone number table example code

Preface In many MySQL test scenarios, some test d...

Tutorial on deploying jdk and tomcat on centos7 without interface

1. Install xshell6 2. Create a server connection ...

How to implement second-level scheduled tasks with Linux Crontab Shell script

1. Write Shell script crontab.sh #!/bin/bash step...

Detailed explanation of overflow:auto usage

Before starting the main text, I will introduce s...

Implementation of select multiple data loading optimization in Element

Table of contents Scenario Code Implementation Su...