Can't rdp to Azure on Mac OS X

后端 未结 9 2096
無奈伤痛
無奈伤痛 2021-02-03 23:40

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

9条回答
  •  北恋
    北恋 (楼主)
    2021-02-03 23:56

    I have the same problem with you, and I think there is nothing to do with the network level authentication. The main reason is the default remote desktop app will connecting through port 3389, but your VM's default endpoint set another public port, here is what i do to solve it:

    1. Download the latest version of Microsoft Remote Desktop app at Mac app store.
    2. Add the port after your connection's DOMAIN/IP like yourvmdomain.com:yourpublicport. You will find the public port on endpoint setting tab. To me, the public port of Remote Desktop is 58494, so the connection will be xx.xx.xx.xx:58494.

    This works for me.

提交回复
热议问题