Skip to content

Commit 4cf9b15

Browse files
authored
Merge pull request MicrosoftDocs#14235 from mikepope-ms/May30-vm-linux-rdp
Update topic to remove references to classic portal
2 parents f1d1593 + 5cb10be commit 4cf9b15

File tree

2 files changed

+20
-21
lines changed

2 files changed

+20
-21
lines changed
Loading

articles/virtual-machines/linux/classic/remote-desktop.md

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Remote Desktop to a Linux VM | Microsoft Docs
3-
description: Learn how to install and configure Remote Desktop to connect to a Microsoft Azure Linux VM
3+
description: Learn how to install and configure Remote Desktop to connect to a Microsoft Azure Linux VM for the Classic deployment model
44
services: virtual-machines-linux
55
documentationcenter: ''
66
author: SuperScottz
@@ -14,7 +14,7 @@ ms.workload: infrastructure-services
1414
ms.tgt_pltfrm: vm-linux
1515
ms.devlang: na
1616
ms.topic: article
17-
ms.date: 02/01/2016
17+
ms.date: 05/30/2017
1818
ms.author: mingzhan
1919

2020
---
@@ -25,24 +25,24 @@ ms.author: mingzhan
2525
## Overview
2626
RDP (Remote Desktop Protocol) is a proprietary protocol used for Windows. How can we use RDP to connect to a Linux VM (virtual machine) remotely?
2727

28-
This guidance will give you the answer! It will help you to install and config xrdp on your Microsoft Azure Linux VM, and you are able to connect it with Remote Desktop from a Windows machine. We will use Linux VM running Ubuntu or OpenSUSE as the example in this guidance.
28+
This guidance will give you the answer! It will help you to install and config xrdp on your Microsoft Azure Linux VM, which lets you connect to it with Remote Desktop from a Windows machine. We will use Linux VM running Ubuntu or OpenSUSE as the example in this guidance.
2929

30-
Xrdp is an open source RDP server, which allows you to connect your Linux server with Remote Desktop from a Windows machine. It performs much nicer than VNC (Virtual Network Computing). VNC has this streak of “JPEGquality and slow behavior, whereas RDP is fast and crystal clear.
30+
The xrdp tool is an open source RDP server that allows you to connect your Linux server with Remote Desktop from a Windows machine. RDP has better performance than VNC (Virtual Network Computing). VNC renders using JPEG-quality graphics and can be slow, whereas RDP is fast and crystal clear.
3131

3232
> [!NOTE]
3333
> You must already have an Microsoft Azure VM running Linux. To create and set up a Linux VM, see the [Azure Linux VM tutorial](createportal.md).
3434
>
3535
>
3636
37-
## Create endpoint for Remote Desktop
38-
We will use the default endpoint 3389 for Remote Desktop in this doc. So set up 3389 endpoint as Remote Desktop to your Linux VM like below:
37+
## Create an endpoint for Remote Desktop
38+
We will use the default endpoint 3389 for Remote Desktop in this doc. Set up 3389 endpoint as `Remote Desktop` to your Linux VM like below:
3939

40-
![image](./media/remote-desktop/no1.png)
40+
![image](./media/remote-desktop/endpoint-for-linux-server.png)
4141

42-
if you didn't know how to set up endpoint to your VM, see [guidance](setup-endpoints.md).
42+
If you don't know how to set up an endpoint for your VM, see [this guidance](setup-endpoints.md).
4343

4444
## Install Gnome Desktop
45-
Connect to your Linux VM through putty, and install `Gnome Desktop`.
45+
Connect to your Linux VM through `putty`, and install `Gnome Desktop`.
4646

4747
For Ubuntu, use:
4848

@@ -62,7 +62,7 @@ For Ubuntu, use:
6262
For OpenSUSE, use:
6363

6464
> [!NOTE]
65-
> Update the OpenSUSE version with the version you are using into below command, below is an example command for `OpenSUSE 13.2`.
65+
> Update the OpenSUSE version with the version you are using in the following command. The example below is for `OpenSUSE 13.2`.
6666
>
6767
>
6868
@@ -78,35 +78,34 @@ For OpenSUSE, use:
7878

7979
For Ubuntu, xrdp will be started and eanbled at boot-up automatically after installation.
8080

81-
## Using xfce if you are using Ubuntu version later than Ubuntu 12.04LTS
82-
Because current xrdp could not support the Gnome Desktop from Ubuntu version later than Ubuntu 12.04LTS, we will use `xfce` Desktop instead.
81+
## Using xfce if you are using an Ubuntu version later than Ubuntu 12.04LTS
82+
Because the current version of xrdp does not support Gnome Desktop for Ubuntu versions later than Ubuntu 12.04LTS, we will use `xfce` Desktop instead.
8383

84-
Install `xfce`, use:
84+
To install `xfce`, use this command:
8585

8686
#sudo apt-get install xubuntu-desktop
8787

88-
Then enable `xfce`, use:
88+
Then enable `xfce` using this command:
8989

9090
#echo xfce4-session >~/.xsession
9191

92-
Edit the config file `/etc/xrdp/startwm.sh`, use:
92+
Edit the config file `/etc/xrdp/startwm.sh`:
9393

9494
#sudo vi /etc/xrdp/startwm.sh
9595

96-
Add line `xfce4-session` before the line `/etc/X11/Xsession`.
96+
Add the line `xfce4-session` before the line `/etc/X11/Xsession`.
9797

98-
Restart xrdp service, use:
98+
To restart the xrdp service, use this:
9999

100100
#sudo service xrdp restart
101101

102102

103103
## Connect your Linux VM from a Windows machine
104-
In a Windows machine, start the remote desktop client, input your Linux VM DNS name, or go to `Dashboard` of your VM in Azure classic portal and click `Connect` to connect your Linux VM, you will see below login window:
104+
In a Windows machine, start the Remote Desktop client and input your Linux VM DNS name. Or go to the Dashboard of your VM in the Azure portal and click `Connect` to connect your Linux VM. In that case, you see the login window:
105105

106106
![image](./media/remote-desktop/no2.png)
107107

108-
Login with the `user` & `password` of your Linux VM, and enjoy the Remote Desktop from your Microsoft Azure Linux VM right now!
108+
Log in with the user name and password of your Linux VM.
109109

110110
## Next
111-
For more information to use xrdp, you could refer [here](http://www.xrdp.org/).
112-
111+
For more information about using xrdp, see [http://www.xrdp.org/](http://www.xrdp.org/).

0 commit comments

Comments
 (0)