Port 88886 services

6 entries are registered on port 8888. 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
6

services registered on this number

transport
tcp · udp

2 transports in use

in transit
0/6

entries encrypted on the wire

worst risk
4/10

1 of 6 iana-registered

Services on this port

ranked by lookups

01Sun Answerbook & Alt HTTPtcp · unofficial · risk 4/10

Port 8888 historically hosted Sun Microsystems' AnswerBook DWhttpd server, a technical documentation platform. Nowadays, it is more frequently utilized as an unofficial alternative HTTP port to circumvent conflicts with standard port 80, or to obscure the service slightly. While Sun's original protocol is obsolete, this port remains widely active, mainly for web services, development environments, or embedded system interfaces.

port 8888 as Sun Answerbook & Alt HTTP

02D2GS Admin Consoletcp · unofficial · risk 4/10

Port 8888 is commonly associated with the D2GS Admin Console, which provides Telnet-based administrative access to Diablo II Game Servers (D2GS). This console allows server operators to manage gameplay sessions, configure server settings, monitor user activity, and perform maintenance tasks remotely. While unofficial, it remains widely used in private or custom game server deployments to streamline the management of Diablo II multiplayer environments.

port 8888 as D2GS Admin Console

03NewsEDGEtcp · udp · iana-registered · risk 4/10

NewsEDGE server is a secure, cloud-based content management system used primarily by news organizations. It facilitates collaboration among journalists, enabling content sharing, streamlined editorial workflows, and easy access across devices. Built on the Salesforce platform, it offers integration with mobile apps, making news production more efficient and centralized.

port 8888 as NewsEDGE

04HTTP Alternative Porttcp · unofficial · risk 4/10

Port 8888 is commonly utilized as an alternative port for HTTP services, and at times HTTPS. While not officially designated for HTTP by the IANA, it is widely adopted by developers, system administrators, reverse proxies, and application servers to provide web interfaces separate from the standard port 80 or 443. Its popularity stems from the need to run multiple web services on a single machine or to avoid default port conflicts, though using alternative ports should not be mistaken for a security measure.

port 8888 as HTTP Alternative Port

05GNUmp3d Streaming HTTPtcp · unofficial · risk 4/10

Port 8888 is commonly used by GNUmp3d, an HTTP music streaming server that provides media streaming capabilities via a web interface. It enables users to browse and stream MP3 collections over a network, making audio content easily accessible through a standard web browser without requiring additional client software.

port 8888 as GNUmp3d Streaming HTTP

06Earthland Realms 2 Servertcp · unofficial · risk 4/10

Port 8888 is commonly used for hosting game servers, notably custom or unofficial online game environments such as Earthland Realms 2. It serves as a communication endpoint for clients to connect and interact within the gaming world, supporting multiplayer gameplay and real-time data exchange.

port 8888 as Earthland Realms 2 Server

Which one is on your host

ask the machine, not the registry

The registry says what 8888 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 ':8888\b'
macos
lsof -nP -iTCP:8888 -sTCP:LISTEN
windows
netstat -ano | findstr :8888

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 6 entries above.

A port number is not a service. Anything may listen on 8888 — 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