What Port 60567 Does
Port 60567 is officially registered as Xsan Filesystem Access 1, Apple's Storage Area Network (SAN) system for macOS. When active, it carries traffic between Mac clients and shared block storage systems over Fibre Channel networks. 2
What Xsan Was
Xsan was Apple's answer to a real problem in the mid-2000s: creative professionals—video editors, photographers, visual effects studios—needed multiple Mac workstations to access the same high-speed shared storage. Fibre Channel was fast. SAN was enterprise. Xsan brought them to the Mac.
It worked. Studios used it. Then the world moved on. Thunderbolt arrived. Cloud storage arrived. Final Cut Pro began supporting standard network protocols. By the 2010s, Xsan became legacy software, and Apple stopped shipping it with new systems.
Port 60567 remained in the IANA registry. The name lives on, even though the service mostly does not.
The Weird Truth About This Port
Port 60567 lives in the dynamic/ephemeral port range (49152-65535) 1. This range is supposed to be for temporary, short-lived connections—the ports your operating system assigns when you make an outbound connection to a web server or mail client.
So port 60567 is simultaneously:
- Officially assigned to Xsan Filesystem Access
- Designated for ephemeral use by the operating system
This is not a mistake. It's how port allocation works at the boundary between reserved services and system-managed temporary ports. Dynamic ports can be registered for specific services, but that registration is a "suggestion"—your OS might assign the port to any temporary outbound connection anyway.
If You See Port 60567 Open
Most likely: nothing. If port 60567 is listening on your Mac, it's probably not Xsan (which most people don't have installed). It's more likely:
- A temporary connection from an application
- A service that picked an unassigned port in the dynamic range for its own use
- A configuration quirk from some installed software
To identify what's actually using the port:
On macOS:
On Linux:
On Windows (PowerShell):
Then look up the process ID to see what application it belongs to.
Why Unassigned Ports Matter
The dynamic port range (49152-65535) contains 16,384 ports. Most of them will never have official assignments. This space exists for:
- Custom applications built by organizations for internal use
- Services that don't warrant formal registration
- Temporary client connections managed by your OS
- Experimental protocols and tools
Port 60567 is a reminder that the Internet's port system is not fully occupied. There's still room for new things. You can bind to most ports in this range without colliding with standardized services. But if you do, you're sharing the namespace with every other application that made the same choice—which is why collisions happen, and why you sometimes need to check what's actually listening.
Related Ports
Port 63146 also appears in Xsan documentation, as another port frequently used by Xsan clients. 3 But most Xsan clients use the entire ephemeral range for their work.
Frequently Asked Questions
Questa pagina è stata utile?