What is Unknown Remote Connection Warning for?
When connecting to a VPS or server using Remote Desktop, Windows may display a security warning: “Unknown remote connection.” This message is designed to protect users from potentially unsafe or malicious connections.
Why the Warning Appears
-
Unverified Certificate: Windows cannot confirm the identity of the remote computer because the certificate is not issued by a trusted Certificate Authority (CA).
-
Self-Signed Certificates: In many organizations, IT teams generate their own certificates. These are valid internally but appear “unknown” to Windows by default.
-
Security Reminder: The warning ensures users pause and verify before connecting to servers they may not recognize.
Here are the steps to remove this Warning
Option 1: Using ChartVPS Toolkit (Recommended)
The easiest way to remove this warning is by using our ChartVPS Toolkit, a one-click solution that applies the fix automatically.
Option 2: Removing warning using PowerShell
1, Open PowerShell as Administrator

2. Run the following command:

Option 3: Removing warning using Registry Editor
1. Open Registry Editor

2. Navigate to Computer\HKLM\Software\Policies\Microsoft\Windows NT\Terminal Services\Client

3. Create a new DWORD (32-bit) Value by right-clicking on the blank part and change name to RedirectionWarningDialogVersion

4. Right-click to Modify and change the Value data from 0 to 1 and click OK


-
Phishing Attacks: You might accidentally connect to a server controlled by attackers if you open malicious .rdp files.
-
Credential Theft: Your saved passwords or login info could be exposed over an unsigned connection.
-
Resource Sharing Risks: Things like your clipboard, printers, or drives might get shared with unsafe servers without you realizing it.
Why removing this Warning?
-
Saves Time: Avoids unnecessary interruptions when connecting to trusted servers.
-
Streamlines Workflow: Enables quicker access to remote resources without repeated confirmations.
-
Reduces User Confusion: Prevents alarm for known and safe connections, improving user experience.
