# WHATPORT(2701)

## NAME

port 2701 — SCCM/SMS Remote Control — Microsoft Configuration Manager remote control — an admin can take over this desktop.

Protocol: TCP  
IANA: sms-rcinfo

## DESCRIPTION

Microsoft's own port table for Configuration Manager lists TCP 2701 for "Remote Control (control)" from the ConfigMgr console to a client. The listener is CmRcService.exe, the remote control agent installed with the ConfigMgr (formerly SMS) client, and it authenticates the admin with Kerberos, falling back to NTLM. A 2701 on a scan is a reliable marker of a domain-joined, ConfigMgr-managed Windows endpoint.

## EXPOSURE

**Do not expose.** This is a screen-and-keyboard takeover channel for managed desktops; it belongs on an internal management network, never on a public interface.

## CHECK

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

## SEE ALSO

- docs — [Microsoft Learn — Ports used for connections in Configuration Manager (console → client, Remote Control 2701)](https://learn.microsoft.com/en-us/intune/configmgr/core/plan-design/hierarchy/ports) (learn.microsoft.com)
- iana — [IANA Service Name and Transport Protocol Port Number Registry — 2701 (sms-rcinfo)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=2701) (iana.org)

---

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