How to remote desktop from Linux Mint to Windows 10 with AzureAD ===================================== The following steps detail how to connect over Remote Desktop from Linux Mint or Ubuntu to Windows 10 with an AzureAD username and password login account. 1. In Windows 10, right-click **This PC** or **My Computer** and select **Properties**. 2. Click **Remote Settings**. 3. Check the option **Allow remote connections to this computer**. 4. Uncheck the option **Allow connections only from computers running Remote Desktop with Network Level Authentication**. 5. Click **OK**. 6. In Linux Mint, running Software Manager and install Remmina. 7. Open a terminal and install the RDP plug-in with the following command: ```bash sudo apt install remmina remmina-plugin-rdp ``` 8. Run Remmina. 9. Create a new connection using RDP. 10. Enter your Server, Username (your AzureAD email address: name@company.com), Password, Domain: AzureAD. 11. Select Color depth "True color (32 bpp)". 12. Click the **Advanced** tab. 13. For **Security** select **TLS**. 14. Scroll down and check the option **Ignore certificate**. 15. Connect. 16. In the RDP session, you may see another login screen on the remote computer. Login using your username AzureAD\name@company.com and password. ## Notes - [HOW TO RDP INTO A AZURE AD-JOINED VM IN AZURE](https://tech.xenit.se/how-to-rdp-into-a-azure-ad-joined-vm-in-azure/) - [How can I RDP to an Azure AD joined Windows 10 device?](https://www.niallbrady.com/2017/08/23/how-can-i-rdp-to-an-azure-ad-joined-windows-10-device/)