# WHATPORT(5999)

## NAME

port 5999 — CVSup (also listed as ncd-conf) — The CVSup file-distribution port — FreeBSD's old way of syncing source trees, now retired.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA assigns TCP/UDP 5999 to `cvsup`, and the cvsup(1) man page confirms 5999 as the client's default connect port. CVSup was the Modula-3 rsync-alike that mirrored the FreeBSD source, ports and CVS trees for years before the project moved to Subversion, portsnap and eventually Git, so public cvsupd mirrors have been decommissioned. Scanner databases carry a second historical name for this number, `ncd-conf`, the configuration telnet port of Network Computing Devices X terminals; neither service is something you will meet in 2026.

## EXPOSURE

**Expose with care.** A real cvsupd served read-only public mirrors and was fine on the internet by design, but nothing runs one now — so anything answering here is unidentified software and should be checked before it is exposed.

## CHECK

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

## SEE ALSO

- docs — [FreeBSD manual pages — cvsup(1)](https://man.freebsd.org/cgi/man.cgi?query=cvsup) (man.freebsd.org)
- iana — [IANA port registry — 5999 (cvsup)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5999) (iana.org)

---

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