# WHATPORT(11111)

## NAME

port 11111 — vce (IANA) / ricci in practice — Registered to the Viral Computing Environment; in real deployments it is Red Hat's `ricci` cluster agent, or a hand-picked repdigit port.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

IANA assigns 11111 on TCP and UDP to `vce`, the Viral Computing Environment, an old distributed-computing research project of Fred Cohen's that you will not meet on a modern network. It is widely reported as the port of `ricci`, the node-side agent of Red Hat's long-retired `luci`/`ricci` cluster management stack, which the `luci` console used to manage cluster nodes; no current vendor documentation covers it, so treat that as received wisdom rather than a specification. Beyond that, 11111 is one of the repdigit numbers people reach for when they need an arbitrary port for a proxy, a test listener, or a container mapping, so a match here often means nothing more than someone typed five ones.

## EXPOSURE

**Do not expose.** If it is `ricci`, it is a node-configuration channel for a cluster — management network only. If it is an ad-hoc listener, you still do not know what it is until you fingerprint it.

## CHECK

```sh
nmap -Pn -sV -p 11111 TARGET
```

## SEE ALSO

- iana — [IANA port registry — 11111 (vce)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=11111) (iana.org)

---

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