WHATPORT(2190) whatport.net WHATPORT(2190)
2190

TiVoConnect Beacon

TiVo boxes announcing themselves to each other on the local network.

TCP UDP IANA: tivoconnect

Description

IANA registers 2190 as tivoconnect, "TiVoConnect Beacon"; TiVo's own documentation calls it the TiVoConnect Discovery Protocol. A DVR broadcasts a short plaintext beacon over UDP 2190 carrying its machine identity, platform, software version, and the services it offers, and peers can also exchange the same records over TCP 2190. It exists so two TiVo units on one LAN find each other without configuration. Wireshark ships a dissector for it, which is the most accessible description of the on-the-wire format.

Exposed to the internet?

Expose with care

Unauthenticated device-identity broadcasts designed for a home LAN — harmless there, but it leaks model and software version to anyone on the same segment and has no reason to cross a router.

Check it yourself

$ sudo tcpdump -ni any udp port 2190

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.