
- WINDOWS REMOTE DESKTOP CLIENT FOR LINUX HOW TO
- WINDOWS REMOTE DESKTOP CLIENT FOR LINUX INSTALL
- WINDOWS REMOTE DESKTOP CLIENT FOR LINUX UPDATE
- WINDOWS REMOTE DESKTOP CLIENT FOR LINUX FREE
If so, skip the following step on creating a network security group rule to allow remote desktop traffic. From a security perspective, you may wish to connect to your VM with an SSH tunnel using key-based authentication and then connect to xrdp.
WINDOWS REMOTE DESKTOP CLIENT FOR LINUX UPDATE
Specifying a password does not update your SSHD configuration to permit password logins if it currently does not. The following example specifies a password for the user account azureuser: sudo passwd azureuser xrdp cannot accept SSH keys for authentication. If you only use SSH key authentication and do not have a local account password set, specify a password before you use xrdp to log in to your VM. If you created a password for your user account when you created your VM, skip this step. Restart the xrdp service for the changes to take effect as follows: sudo service xrdp restart Configure xrdp to use xfce as your desktop environment as follows: echo xfce4-session >~/.xsession Tell xrdp what desktop environment to use when you start your session.
WINDOWS REMOTE DESKTOP CLIENT FOR LINUX INSTALL
Install xrdp on your Ubuntu VM as follows: sudo apt-get -y install xrdp xrdp is an open source Remote Desktop Protocol (RDP) server that is available on most Linux distributions, and works well with xfce. Now that you have a desktop environment installed, configure a remote desktop service to listen for incoming connections. Install and configure a remote desktop server Next, install xfce using apt as follows: sudo apt-get update
WINDOWS REMOTE DESKTOP CLIENT FOR LINUX HOW TO
Use your own values: ssh you are using Windows and need more information on using SSH, see How to use SSH keys with Windows. The following example connects to the VM named .com with the username of azureuser. Commands for other distributions vary slightly (use yum to install on Red Hat Enterprise Linux and configure appropriate selinux rules, or use zypper to install on SUSE, for example).įirst, SSH to your VM. The following example installs the lightweight xfce4 desktop environment on an Ubuntu 18.04 LTS VM. Depending on your choice of desktop environment, it may consume one to 2 GB of disk space, and take 5 to 10 minutes to install and configure all the required packages. There are various desktop environments in Linux that you can choose. Linux VMs are commonly managed using SSH connections rather than a desktop environment. Most Linux VMs in Azure do not have a desktop environment installed by default. Install a desktop environment on your Linux VM If you need to create a VM, use one of the following methods: This article requires an existing Ubuntu 18.04 LTS VM in Azure. The article was writen and tested using an Ubuntu 18.04 VM. This article details how to install and configure a desktop environment ( xfce) and remote desktop ( xrdp) for your Linux VM running Ubuntu. When new to Linux, or for quick troubleshooting scenarios, the use of remote desktop may be easier. Linux virtual machines (VMs) in Azure are usually managed from the command line using a secure shell (SSH) connection. It feels more like you're sitting at your home computer.Applies to: ✔️ Linux VMs ✔️ Flexible scale sets In my experience, FreeNX is much more responsive than VNC. Anything you do while logged in via FreeNX is contained in that session. You wouldn't see that instance of Mozilla that you had opened at home. If you were to open Mozilla, for example, while sitting at your home computer and then go to a different computer and VNC into your home computer, you would be able to see and use that instance of Mozilla that you had opened.įreeNX, on the other hand, gives you a virtual desktop on your home computer when you are at a remote machine. VNC will allow you to access the same desktop that you would be using if you were sitting at the computer. VNC and FreeNX don't do quite the same thing, so you should pick the one that does what you're looking for. You may want to try TightVNC, as it's free.
WINDOWS REMOTE DESKTOP CLIENT FOR LINUX FREE
I've never used RealVNC, but it also appears to be free and is available for Linux. FreeNX is, as the name indicates, is free. It is to Linux what Remote Desktop is to Windows.
