Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't rdp to Azure on Mac OS X

Tags:

macos

azure

rdp

I am trying to Remote Desktop onto an Azure instance from Mac OS X, but can't find a tool that allows me to do it. Address and username is fine, but none of the clients seem to have the capabilities to include the instance information.

I have so far tried the Miscrosoft RDC and CoRD but to no avail.

Has anyone succeeded in using RDP to an Azure instance on a Mac?

like image 722
Brett Avatar asked Nov 06 '12 10:11

Brett


People also ask

How do I RDP to Azure VM from Mac?

To connect to a Windows VM from a Mac, you will need to install an RDP client for Mac such as Microsoft Remote Desktop. Go to the Azure portal to connect to a VM. Search for and select Virtual machines. Select the virtual machine from the list.

Can I use Azure virtual desktop on a Mac?

Connect to Azure Virtual Desktop (AVD), formerly Windows Virtual Desktop, with a web client or remote desktop app client using Windows, MacOS, iOS, or Android device.


2 Answers

By default, you can't connect to an Azure Windows server except through the Windows Remote Desktop client.

To connect from OS X, whether through CoRD or the Microsoft Remote Desktop client for Mac, you need to turn off network level authentication:

  1. Connect to the Azure server using the Remote Desktop client on a Windows machine
  2. Under Control Panel, go to System, then open 'Advanced system settings'
  3. On the Remote tab, uncheck "Allow connections only from computers running Remote Desktop with Network Level Authentication (recommended)"
  4. Re-connect from OS X
like image 87
Tim Robinson Avatar answered Oct 17 '22 20:10

Tim Robinson


you need to create connect from microsoft remote desktop on mac

add ip, user, password

and you can connect now

if you still can't connect , check your azure endpoint setting

set the port that your firewall can pass

like image 22
Zam Avatar answered Oct 17 '22 20:10

Zam