# WHATPORT(7050)

## NAME

port 7050 — Hyperledger Fabric orderer — The default gRPC listen port for a Hyperledger Fabric ordering node.

Protocol: TCP

## DESCRIPTION

7050 is not registered with IANA. It is the Hyperledger Fabric convention: an orderer's General.ListenPort defaults to 7050, and Fabric's production ordering-node checklist documents it as the port the orderer listens on for client and peer gRPC traffic. Peers submit endorsed transactions here and pull blocks from it, so on a Fabric network it is the busiest single endpoint. If you see 7050 open it is almost certainly a blockchain node, usually in a Docker Compose or Kubernetes deployment alongside peers on 7051.

## EXPOSURE

**Expose with care.** Fabric expects mutual TLS on this endpoint; exposing it without client-certificate enforcement puts channel membership and block delivery in reach of anyone who can connect.

## CHECK

```sh
nc -vz TARGET 7050
```

## SEE ALSO

- docs — [Hyperledger Fabric — Checklist for a production ordering node (ListenPort 7050)](https://hyperledger-fabric.readthedocs.io/en/latest/deployorderer/ordererchecklist.html) (hyperledger-fabric.readthedocs.io)
- source — [Hyperledger Fabric source repository](https://github.com/hyperledger/fabric) (github.com)

---

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