Hello,
Thank you for posting in the Microsoft Community forum.
Based on the RDP file you uploaded, the remote desktop connections all seem to have been configured correctly. You can refer to the following steps to further troubleshoot intermittent connection failures:
- Check that the latest system updates are installed on both the server and client. Also ensure that the Remote Desktop Client on the client computer is up to date.
- Make sure your Internet connection is stable. Intermittent network issues can cause problems when trying to connect to RDS. You can check the basic network connection from the client to the server using ping, tracert, nslookup, telnet 3389, or powershell test-netconnection.
- Use the netstat tool to check the listener status on the terminal server.
Finds an entry for the port number (3389) assigned to RDP. The port should appear in the list and be in Listening state.
At the command prompt, type "netstat -a" and then press Enter.
For more information, please refer to: Troubleshoot establishing Terminal Services session - Windows Server | Microsoft Learn
When testing, observe the following Windows event logs. Before checking, enable Show analytical and debug logs.
All event logs are located in Event Viewer under the Applications and Services Logs /Microsoft/Windows node.
• Microsoft-Windows-TerminalServices-ClientActiveXCmore
• Microsoft-Windows-TerminalServices-RDPClient/Analytics
• Microsoft-Windows-TerminalServices-RDPClient/Debug
• Microsoft-Windows-TerminalServices-RDPClient/Operational
Reference:
Remote Desktop Services RDS Access Connectivity Overview and Troubleshooting | Microsoft Learn
I hope this helps.
Best regards
Jacen
——————————————————————————————————
If the Answer is helpful, please click "Accept Answer" and upvote it.