Dear Gohar Ali Shahzad,
Thank you for giving your question to us.
Since the connection was functional prior to your system reset, the issue likely stems from local configuration changes, firewall state resets on the host, or a change in the network handshake.
- Verify Basic Connectivity
Before adjusting RDP settings, ensure the server is reachable at the network layer. Open Command Prompt or PowerShell and execute:
ping [Your_Server_IP]
If it fails: Your server may be offline or the Windows Firewall is blocking ICMP packets. Log in via the Contabo VNC Web Console (found in your Contabo Customer Control Panel) to check the server status.
If it succeeds: The network route is clear, and the issue is specific to the RDP service or authentication.
- Validate Remote Desktop Services (Host Side)
Access your server via the VNC Console and ensure the following settings were not reverted during your system reset:
Service Status: Ensure the "Remote Desktop Services" is running.
Allow Connections: Navigate to Settings > System > Remote Desktop and verify that "Enable Remote Desktop" is toggled On.
Network Level Authentication (NLA): If your local client has changed, try toggling "Require computers to use Network Level Authentication to connect" to Off temporarily to test compatibility.
- Firewall and Port Configuration
The default RDP port is 3389. A system reset often restores default firewall rules that may block this traffic.
On the Server: Run the following command in PowerShell (Admin) to ensure the port is open:
New-NetFirewallRule -DisplayName "Allow RDP" -Direction Inbound -LocalPort 3389 -Protocol TCP -Action Allow
On your Local PC: Ensure your ISP or local router hasn't flagged the connection to a US-based IP as suspicious.
If you find the answer useful, please mark it as the "Accepted Answer" so other members can find the solution easily. Your help in supporting the community is much appreciated!
Best regards,
Scott Nguyen