# WHATPORT(5678)

## NAME

port 5678 — n8n (IANA: rrac) — Registered as rrac, but on a modern host an open 5678 is almost always n8n's editor and webhook listener.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA assigns 5678 to rrac, "Remote Replication Agent Connection", a name you will effectively never meet in the wild. What actually listens there today is n8n, the self-hosted workflow-automation server: N8N_PORT defaults to 5678 and the official Docker image publishes it. That one port serves both the editor UI and the webhook URLs that fire workflows, so it is simultaneously an admin console and a public-facing trigger surface. On a container host, 5678 is n8n until proven otherwise.

## EXPOSURE

**Do not expose.** The n8n editor runs arbitrary code and holds stored credentials for every service it integrates with, and it speaks plain HTTP. Put it behind a reverse proxy with TLS and authentication rather than on a public IP.

## CHECK

```sh
curl -sS -o /dev/null -w '%{http_code}\n' http://TARGET:5678/
```

## SEE ALSO

- docs — [n8n docs — deployment environment variables (N8N_PORT, default 5678)](https://docs.n8n.io/deploy/host-n8n/configure-n8n/basic-configuration/use-environment-variables/deployment) (docs.n8n.io)
- source — [n8n-io/n8n](https://github.com/n8n-io/n8n) (github.com)
- iana — [IANA port registry — 5678 (rrac)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5678) (iana.org)

---

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