- If you are running macOS, you can install the Microsoft Remote Desktop application from the Mac App Store. Linux users can use an RDP client such as Remmina or Vinagre. Conclusion # Configuring a remote desktop allows you to manage your Ubuntu 20.04 server from your local machine through an easy to use graphic interface.
- Install and configure a remote desktop server. Now that you have a desktop environment installed, configure a remote desktop service to listen for incoming connections. Xrdp is an open source Remote Desktop Protocol (RDP) server that is available on most Linux distributions, and works well with xfce. Install xrdp on your Ubuntu VM as follows.
- Microsoft Remote Desktop Ubuntu 16.04
- Microsoft Remote Desktop For Ubuntu Windows 10
- Microsoft Remote Desktop For Ubuntu
If you can't connect to a Windows virtual machine (VM), you can reset your local administrator password or reset the Remote Desktop Services configuration (not supported on Windows domain controllers). To reset the password, use either the Azure portal or the VM Access extension in Azure PowerShell. After you've signed in to the VM, reset the password for that local administrator.
If you're using PowerShell, make sure that you have the latest PowerShell module installed and configured and are signed in to your Azure subscription. You can also perform these steps for VMs created with the classic deployment model.
You can reset Remote Desktop Services and credentials in the following ways:
Reset by using the Azure portal
First, sign in to the Azure portal and then select Virtual machines on the left menu.
Reset the local administrator account password
The following explains the basics on successfully establishing a connection from a Windows machine to Ubuntu 14.04 (trusty tahr) using Remote Desktop Connection. To do this right, your Ubuntu machine.
Select your Windows VM and then select Reset password under Support + Troubleshooting. The Reset password window is displayed.
Select Reset password, enter a username and a password, and then select Update.
Try connecting to your VM again.
Reset the Remote Desktop Services configuration
This process will enable Remote Desktop service in the VM, and create a firewall rule for the default RDP port 3389.
Select your Windows VM and then select Reset password under Support + Troubleshooting. The Reset password window is displayed.
Select Reset configuration only and then select Update.
Portrait displays driver download for windows 10. Try connecting to your VM again.
Reset by using the VMAccess extension and PowerShell
First, make sure that you have the latest PowerShell module installed and configured and are signed in to your Azure subscription by using the Connect-AzAccount cmdlet.
Reset the local administrator account password
Reset the administrator password or user name with the Set-AzVMAccessExtension PowerShell cmdlet. The
typeHandlerVersion
setting must be 2.0 or greater, because version 1 is deprecated.Note
If you enter a different name than the current local administrator account on your VM, the VMAccess extension will add a local administrator account with that name, and assign your specified password to that account. If the local administrator account on your VM exists, the VMAccess extension will reset the password. If the account is disabled, the VMAccess extension will enable it.
Reset the Remote Desktop Services configuration
Reset remote access to your VM with the Set-AzVMAccessExtension PowerShell cmdlet. The following example resets the access extension named
myVMAccess
on the VM namedmyVM
in themyResourceGroup
resource group:Tip
At any point, a VM can have only a single VM access agent. To set the VM access agent properties, use the
-ForceRerun
option. When you use-ForceRerun
, ensure you use the same name for the VM access agent that you might have used in any previous commands.If you still can't connect remotely to your virtual machine, see Troubleshoot Remote Desktop connections to a Windows-based Azure virtual machine. If you lose the connection to the Windows domain controller, you will need to restore it from a domain controller backup.
Next steps
If the Azure VM access extension fails to install you can troubleshoot VM extension issues.
If you're unable to reset the password using the VM access extension then you can reset the local Windows password offline. This method is more advanced and requires you to connect the virtual hard disk of the problematic VM to another VM. Follow the steps documented in this article first, and attempt the offline password reset method only if those steps don't work. Sierra wireless network & wireless cards driver download for windows.
Learn about Azure VM extensions and features.
Connect to an Azure virtual machine with RDP or SSH.
Troubleshoot Remote Desktop connections to a Windows-based Azure virtual machine.
Set up Ubuntu for xrdp
First step is to install Remote Desktop Protocol (RDP) server xrdp
onto the Ubuntu Desktop.
Then we need to enable xrdp
to start after reboot in order to run the remote desktop sharing server.
Finally, we need to open port 3389 in the firewall for incoming traffic
Use Windows Remote Desktop Client
Find the IP Address of your Ubuntu Desktop on your Local Area Network (LAN), and recall the username and password you used when creating your Ubuntu Desktop.
Microsoft Remote Desktop Ubuntu 16.04
Use Case
For my home server, I recently setup a home server using UnRaid. I have a Ubuntu 20.04 virtual machine that I can access using this method.
I enjoy gaming on a Windows laptop, and this method gives me a method to have a near native Ubuntu 20.04 desktop experience on my LAN, with the convenience of remote virtual machines.
Microsoft Remote Desktop For Ubuntu Windows 10
Source Material
Microsoft Remote Desktop For Ubuntu
This post documents my process after following another article: