# WHATPORT(3300)

## NAME

port 3300 — Ceph monitor (msgr2) — The Ceph monitor's v2 messenger port — cluster membership and the map every client needs.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA registers TCP 3300 to Ceph as the monitor port, and Ceph uses it for msgr2, the version 2 wire protocol introduced in Nautilus that adds encryption-in-transit and improved authentication; monitors bind both 3300 (v2) and the legacy 6789 (v1) so older clients still connect. Any client or daemon that wants to use the cluster starts by fetching the monmap and OSD map from a monitor here. Seeing 3300 means a Ceph cluster's control plane is reachable from wherever you scanned.

## EXPOSURE

**Do not expose.** Monitors are the cluster's control plane, guarded only by cephx keys; keep the public Ceph network private and never route 3300 to the internet.

## CHECK

```sh
nc -vz TARGET 3300
```

## SEE ALSO

- docs — [Ceph documentation — Messenger v2 (msgr2)](https://docs.ceph.com/en/latest/rados/configuration/msgr2/) (docs.ceph.com)
- source — [Ceph source repository](https://github.com/ceph/ceph) (github.com)
- iana — [IANA Service Name and Transport Protocol Port Number Registry](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml) (iana.org)

---

HTML: <https://whatport.net/3300/> · JSON: <https://whatport.net/3300.json> · full dataset: <https://whatport.net/ports.json>
