Port 90005 services

5 entries are registered on port 9000. It is a registered port (1024–49151) — IANA records an assignee, but nothing stops other software from listening here, which is why the number carries more than one entry.

entries
5

services registered on this number

transport
tcp · udp

2 transports in use

in transit
0/5

entries encrypted on the wire

worst risk
4/10

1 of 5 iana-registered

Services on this port

ranked by lookups
portservicerisk
:9000SqueezeCentercaution
:9000UDPCastcaution
:9000Buffalo NAS Web Accesscaution
:9000DBGpcaution
:9000CSlistenersafe

01SqueezeCentertcp · unofficial · risk 4/10

Port 9000 is primarily used by Logitech SqueezeCenter (formerly SlimServer) to provide its web-based user interface and stream audio content to Squeezebox devices and clients. This application allows users to manage, control, and access their music libraries remotely through an intuitive web portal and facilitates network audio streaming.

port 9000 as SqueezeCenter

02UDPCastudp · unofficial · risk 4/10

UDPCast is a network tool designed for efficient multicasting of disk images or large files across a LAN, leveraging UDP transport. It enables simultaneous data distribution to many clients without saturating network resources, which is especially useful for cloning systems or rapid software deployment.

port 9000 as UDPCast

03Buffalo NAS Web Accesstcp · unofficial · risk 4/10

Port 9000 is primarily used by Buffalo Technology's LinkStation and TeraStation network-attached storage (NAS) devices to provide web-based access to stored files and configure device settings. It allows users to connect remotely or locally via a web browser to upload, manage, and share files securely within their network environment.

port 9000 as Buffalo NAS Web Access

04DBGptcp · unofficial · risk 4/10

DBGp (Debugger Protocol) is a common debugging interface primarily used by PHP debugging tools such as Xdebug. Operating typically over TCP port 9000, it facilitates communication between the IDE and the server for efficient debugging workflows including breakpoint management, code inspection, and execution control.

port 9000 as DBGp

Which one is on your host

ask the machine, not the registry

The registry says what 9000 is registered to. What is listening on it right now is decided by the host, and only the host can be asked. Each of these prints the process behind the socket.

linux
ss -ltnp | grep ':9000\b'
macos
lsof -nP -iTCP:9000 -sTCP:LISTEN
windows
netstat -ano | findstr :9000

On Linux and Windows the process name comes back with the socket; on macOS lsof needs sudo to name a process that isn't yours. Match what it prints against the 5 entries above.

A port number is not a service. Anything may listen on 9000 — what you actually met is decided by the host, not the registry. If a service is missing here, it belongs in the registry.

contribute an entry