TCP 6060

ProtocolTCP
Port6060
LabelsX11—used between an X client and server over the network

Synopsis

  • Go-based applications often expose the net/http/pprof debug server on TCP 6060; for example, the Go Ethereum (geth) client enables profiling with --pprof and defaults to port 6060.
  • CoreDNS’s pprof plugin listens on 127.0.0.1:6060 by default when enabled.
  • Telegraf (InfluxData) supports a pprof_address setting that, when enabled, is commonly configured as :6060 per its sample configuration.
  • The X Window System (X11) uses TCP ports 6000–6063 for displays; port 6060 corresponds to display number 60 on X.Org/X11 servers.
  • Security note: Exposed X11 ports in the 6000–6063 range, including 6060, have historically been targeted for session snooping and keystroke capture.

Observed activity

Last 30 days Detailed chart

More information