# WHATPORT(1666)

## NAME

port 1666 — Perforce Helix Core (p4d) — A Perforce server — p4d listens on 1666 by default, on a port registered to IBM NetView for AIX.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA registers 1666 as "netview-aix-6", part of the 1661-1670 block for IBM's NetView for AIX, but every real hit on this port is Perforce. The Helix Core server p4d listens for plaintext connections on 1666 by default, and every client — `p4`, P4V, the Git Fusion and build integrations — reads that default out of P4PORT. Perforce is heavily used in games and hardware/EDA shops, so 1666 usually marks a build farm or a studio's source-of-truth server. A server configured for TLS is addressed as `ssl:host:1666` rather than moving ports.

## EXPOSURE

**Do not expose.** A plaintext p4d exposes credentials and the entire depot history to anyone who reaches it; run it with SSL enabled and keep the port on a private network or behind a VPN, using a Helix Proxy or broker for remote sites.

## CHECK

```sh
p4 -p TARGET:1666 info
```

## SEE ALSO

- docs — [Perforce Helix Core — P4PORT (default port 1666)](https://help.perforce.com/helix-core/server-apps/cmdref/current/Content/CmdRef/P4PORT.html) (help.perforce.com)
- iana — [IANA port registry — 1666 (registered as netview-aix-6)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=1666) (iana.org)

---

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