question

Ruben-0754 avatar image
0 Votes"
Ruben-0754 asked GraceHE-MSFT commented

Cant Access Azure Ubuntu VM from Remote Desktop

Hi all, I have an Azure Ubuntu VM running and I am connected via SSH & putty. I did the https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop steps but cant access the Ubuntu VM via Remote Desktop


sudo netstat -plnt | grep rdp
tcp6 0 0 ::1:3350 ::: LISTEN 10012/xrdp-sesman
tcp6 0 0 :::3389 :::
LISTEN 10039/xrdp


Any suggestions?
Thx

azure-virtual-machinesremote-desktop-services
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi,
Thank you for posting your query. We haven't heard from you for several days. Any update?

0 Votes 0 ·

1 Answer

TravisCragg-MSFT avatar image
0 Votes"
TravisCragg-MSFT answered

Your service is up and listening on port 3389, so from the OS side, you are good.

I would start by looking at something blocking TCP / RDP connections between your computer and your Azure VM.

Typically this is an on-premise firewall or an Azure NSG blocking the traffic.

To check for Azure NSG blocks, navigate to your VM in the Azure Portal and select the 'networking' option on the left menu. Make sure that the 'Inbound port rules' tab is selected, and make sure that port 3389 is allowed in via TCP.

NSGs attached to the NIC of the VM and the subnet can block this traffic.

For any on-premise firewalls, talk with your network administrator to make sure that port 3389 is allowed outbound.

Please let me know if you have any other questions or issues!

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.