Should not be public

Port 123 — NTP

Network time synchronisation. Accurate clocks matter more than people think — TLS certificates fail on a wrong clock.

Port
123
Service
NTP
Protocol
UDP

Security guidance

Publicly reachable NTP servers are used for amplification attacks. Clients do not need an open inbound port.

Test port 123 yourself

From your own machine, against any host (swap in your domain):

macOS / Linux — netcat

nc -vz example.com 123

Any OS — nmap

nmap -p 123 example.com

Windows — PowerShell

Test-NetConnection example.com -Port 123

open = a service answered on port 123; closed = the host replied but nothing is listening; filtered = a firewall silently dropped the probe. These test from your network — our port checker tests from the outside, the view that matters for security.

Is port 123 open on your server?

Test it from outside your network — the only view that matters.

Check port 123