Port 3389: What's Using It and Is It Safe to Close?

Port 3389 is Windows Remote Desktop (RDP). Here's why it might be open on a Mac, whether it's safe to close, and how to check what owns it.

Port 3389 is the Remote Desktop Protocol (RDP) port, used to control Windows machines remotely. Seeing it on a Mac is unusual and almost always tied to virtualization or remote-desktop software.

What typically listens on port 3389

  • Windows VMs: Parallels, VMware Fusion, or UTM running Windows often expose RDP on 3389.
  • Microsoft Remote Desktop: The Mac client connects outbound to 3389 on the machine you’re controlling.
  • RDP server tools: Some cross-platform remote-access apps listen here.

Stock macOS does not open 3389. Apple’s own Screen Sharing and Remote Management use VNC on port 5900 instead.

Is it safe to close?

For macOS itself, yes. Nothing in the OS needs 3389. If a VM or remote-desktop tool opened it, closing the port ends that capability and nothing more. The one caution is ending an active remote session, so check that no one, including you, is mid-connection.

Is it suspicious?

On a Mac where you don’t run Windows VMs or RDP tools, an open 3389 deserves a closer look. RDP is one of the most aggressively scanned and exploited services on the internet, and a listener you didn’t set up is a genuine red flag. Identify the owning process first. If it’s your virtualization software, it’s expected; if it’s something you don’t recognize, investigate.

Never expose 3389 directly to the internet. RDP is a leading ransomware entry point; use a VPN for remote access instead.

How to find what’s on port 3389 on macOS

lsof -i :3389

The COMMAND column tells you whether it’s your virtualization software or something unexpected. To free it:

kill -9 $(lsof -ti :3389)

Portie lists port 3389 with its owning app in real time, and its remote scanner can verify whether 3389 is exposed on another host.

Common questions

Why is port 3389 on my Mac?

3389 is Windows Remote Desktop. On a Mac it usually means you're running a Windows VM (Parallels, VMware, UTM) with RDP, connecting out with Microsoft Remote Desktop, or running RDP server software. Stock macOS doesn't open it.

Is it safe to close port 3389?

Yes for macOS. If a VM or RDP tool opened it, closing it just ends that remote-desktop capability. Make sure you're not dropping an active remote session.

Is an open port 3389 dangerous?

An RDP server exposed to the internet is heavily attacked and a top ransomware entry point. Keep 3389 off the public internet and use a VPN if you need remote desktop access.

Try Portie Free

See every open port on your Mac, which app owns it, and kill processes from the list.

Download Free