WHATPORT(4567) whatport.net WHATPORT(4567)
4567

Sinatra dev server / Galera replication (IANA: tram)

Two very different things: a Ruby Sinatra app in development, or a Galera cluster's replication channel.

TCP IANA registry

Description

IANA's name for 4567 is TRAM, which you will not meet. In practice it is one of two things. Ruby's Sinatra framework starts its built-in server on 4567, so a plain HTTP response here is usually someone's development app. Alternatively, MariaDB Galera and Percona XtraDB Cluster use 4567 for gcomm group communication — the replication channel between cluster nodes — with 4568 for incremental state transfer and 4444 for full snapshot transfer. An HTTP request distinguishes them in one shot.

Exposed to the internet?

Do not expose

A Sinatra dev server runs with development error pages and no hardening; Galera group communication is unencrypted database replication unless TLS is explicitly configured. Neither belongs on a public interface.

Check it yourself

$ curl -sI --max-time 5 http://TARGET:4567/

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.