Port 23023 services

3 entries are registered on port 2302. 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
3

services registered on this number

transport
udp · tcp

2 transports in use

in transit
0/3

entries encrypted on the wire

worst risk
4/10

1 of 3 iana-registered

Services on this port

ranked by lookups
portservicerisk
:2302ArmA Multiplayercaution
:2302Halo CE Multiplayercaution
:2302Bindery Supportsafe

01ArmA Multiplayerudp · unofficial · risk 4/10

Port 2302 is primarily used by the ArmA series of military simulation games for multiplayer gaming. It facilitates communication between game servers and clients, enabling players to connect, synchronize game states, and manage multiplayer sessions effectively. This port is essential for hosting and joining online battles, cooperative missions, and large-scale community events within the ArmA ecosystem.

port 2302 as ArmA Multiplayer

02Halo CE Multiplayerudp · unofficial · risk 4/10

Port 2302 is primarily used by Halo: Combat Evolved for its multiplayer functionality, enabling peer-to-peer matchmaking and gameplay sessions over UDP. It facilitates real-time communication of player positions, game events, and server coordination, essential for a smooth online multiplayer experience.

port 2302 as Halo CE Multiplayer
filed underGaming

Which one is on your host

ask the machine, not the registry

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

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

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