# WHATPORT(30718)

## NAME

port 30718 — Lantronix 77FEh configuration port — The remote-configuration port on Lantronix serial-to-Ethernet device servers — read/write access to the whole device config.

Protocol: TCP/UDP  
IANA registry

## DESCRIPTION

Lantronix device servers such as the XPort and UDS families listen on 30718, which the vendor documentation writes as hex 77FEh, so that DeviceInstaller, the embedded Web Manager, and custom programs can read and write the unit's setup records remotely. The XPort user guide lists it among the reserved ports, ships it enabled by default, and defaults its access mode to Read & Write. IANA has 30718 inside an unassigned block, so nothing else claims the number; a scan hit here is almost always an embedded serial console or industrial gateway. Nmap sees it far more often on UDP than on most high ports, which matches a discovery protocol that answers broadcasts.

## EXPOSURE

**Do not expose.** This is an unauthenticated-by-default configuration plane for an embedded device; disable it (Security Settings > Disable Port 77FEh) or keep it strictly on a management segment, never on a public IP.

## CHECK

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

## SEE ALSO

- docs — [Lantronix XPort Device Server User Guide (port 77FEh / 30718)](https://www.lantronix.com/wp-content/uploads/pdf/XPort_UG.pdf) (lantronix.com)
- iana — [IANA port registry — 30718 (unassigned)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=30718) (iana.org)

---

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