Port 3389 — RDP

Remote Desktop Protocol. Windows remote access. Only expose through VPN.

Is Port 3389 Open on Your Server?

Test it now with our Port Scanner

Port 3389 Details

Port3389
ServiceRDP
ProtocolTCP
EncryptedVaries
Common UseRemote Desktop Protocol

How to Check Port 3389

Online: Use our Port Scanner — enter your IP and port 3389.

Command line:

nc -zv your-server-ip 3389 (Mac/Linux)

Test-NetConnection -ComputerName your-server-ip -Port 3389 (PowerShell)

Check locally:

ss -tlnp | grep :3389 (Linux)   netstat -an | findstr :3389 (Windows)

Related Ports

Port Scanner · How to Check if a Port Is Open · Port Forwarding Guide · All Tools

All Tools · Learn · SamNet