Port 62078: The iPhone Sync Port (usbmux/lockdownd)
Port 62078 appears when an iPhone or iPad is connected to your Mac. It's lockdownd, part of Apple's device sync and trust system. Here's what it does.
Port 62078 is one of the more Apple-specific entries in this reference, and it explains itself the moment you notice it correlates with plugging in an iPhone.
What typically listens on port 62078
- lockdownd: Apple’s device management daemon, working with
usbmuxd, handles the pairing/trust relationship and communication channel between macOS and a connected iOS device. - Triggered by: Connecting an iPhone or iPad via USB, or having Wi-Fi sync enabled so the connection persists even when unplugged.
- Used by: Finder (device backups and file sync), Xcode (running apps on a physical device), Photos (importing), and legacy iTunes-style sync flows.
Is it safe to kill?
There’s rarely a reason to. This process is managed automatically by macOS as devices connect and disconnect; it isn’t something you start or need to babysit. Force-killing it mid-sync could interrupt a backup or file transfer in progress, so if you see it while actively using a connected device, leave it alone.
Is it suspicious?
No. If you have an iPhone or iPad that’s ever been connected to this Mac (including over Wi-Fi sync), this is expected. It’s specific enough to Apple’s own device ecosystem that it’s not something other software or malware would plausibly be using.
How to check port 62078 on macOS
lsof -i :62078
You should see lockdownd as the owner, correlating with a connected or recently connected iOS device.
Portie is useful here mainly for the “wait, what is that” moment: confirming that a port you don’t recognize is actually a routine part of Apple’s own device sync, not something to chase down further.