# WHATPORT(5718)

## NAME

port 5718 — Microsoft DPM (backup agent channel) — System Center Data Protection Manager talking to the backup agents on the machines it protects.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA registers 5718 as dpm, "DPM Communication Server", for Microsoft System Center Data Protection Manager. Microsoft's firewall guidance pairs it with 5719: DPM communicates with the agent coordinator on 5718 and with the protection agent on 5719, and both ends open connections so that synchronization and recovery can run in either direction. You see it only inside a Windows domain running SCDPM — on the DPM server itself and on every protected file server, SQL host, or Hyper-V host.

## EXPOSURE

**Do not expose.** This is the control channel for a backup system that can read and restore everything on the protected hosts. It belongs entirely inside the domain, never across a perimeter.

## CHECK

```sh
nc -vz -w 3 TARGET 5718
```

## SEE ALSO

- docs — [Microsoft — Configuring Firewalls for DPM (5718/5719 data channel)](https://learn.microsoft.com/en-us/previous-versions/system-center/data-protection-manager-2010/ff399341(v=technet.10)) (learn.microsoft.com)
- iana — [IANA port registry — 5718 (dpm)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=5718) (iana.org)

---

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