Port 3389 β RDP (Remote Desktop Protocol)
Port 3389 is the Microsoft Remote Desktop Protocol (RDP) listening port, enabling graphical desktop access and terminal server management on Windows and Linux (xrdp) hosts.
3389
TCP/UDP
TermService (svchost.exe), xrdp
3389/tcp/udp
Instant Terminal Fixes for Port 3389
sudo lsof -i :3389 || sudo ss -tulpn | grep ":3389 "sudo systemctl stop xrdpsudo ufw deny 3389/tcpGet-NetTCPConnection -LocalPort 3389Stop-Service TermService -Forcedocker run -d -p 3389:3389 scottyhardy/docker-remote-desktopCommon Error Encountered
Remote Desktop can't connect to the remote computer for one of these reasons on port 3389.
Security Advisory & Hardening
Port 3389 is the single most targeted port on the internet for automated brute-force attacks and credential stuffing. NEVER expose port 3389 directly; always require a VPN, WireGuard, or bastion jumpbox with MFA.
Port 3389 Questions & Answers
Common questions regarding default services, kill commands, and firewall configurations.
Port 3389 is commonly used for RDP (Remote Desktop Protocol). Port 3389 is the Microsoft Remote Desktop Protocol (RDP) listening port, enabling graphical desktop access and terminal server management on Windows and Linux (xrdp) hosts.