Reputation: 45
My windows server 2016 is not connecting using RDP. It was working till yesterday but today it is not working. I had just rebooted the server and no other change was done. I am able to connect using Interactive Serial Console. Following are the findings:
netstat -a | findstr 3389
TCP 0.0.0.0:3389 IPADDRESS:0 LISTENING
TCP [::]:3389 IPADDRESS:0 LISTENING
UDP 0.0.0.0:3389 *:*
UDP [::]:3389 *:*
Can someone please help me to fix this? Is it possible to verify if RDP is broken?
Error screenshot when attempted RDP connect from server in same subnet:
Upvotes: 0
Views: 842
Reputation: 31
by default windows desktop is blocked and disabled by windows firewall, follow these steps to enable it
1.Open Windows Firewall (Start button > Windows System > Control Panel) - From the Control Panel Go to Systems and Security > Windows Defender Firewall. 2.From the Firewall, Click on the Allow and app or feature through Windows Defender Firewall link in the left pane. 3.Click Change settings and then check the box next to Remote Desktop, for both private and public networks. 4.Click OK to save the new settings.
you can refer this link for more details
Upvotes: 1