Diagnostic suite · live

SRV Lookup

Look up SRV records for the common services (SIP, XMPP, Matrix, LDAP, Autodiscover, Minecraft) or provide a custom service and protocol.

About the SRV Record Lookup Tool

The SRV Lookup tool queries DNS Service (SRV) records for a domain across the most common services (SIP, XMPP, Matrix, LDAP, Kerberos, Autodiscover, CalDAV, CardDAV, Minecraft) and any custom `_service._proto` label you provide. SRV records let a client discover both the hostname and the port of a service via DNS, plus a priority and weight for load-balancing — the RFC 2782 pattern that predates SNI and is still how enterprise mail, VoIP, XMPP and gaming clients bootstrap.

For every service we auto-check, we build the canonical `_service._proto.domain` label (for example `_sip._tls.example.com`) and issue a DoH SRV query. Results are sorted by priority ascending and weight descending — the order a well-behaved SRV client will actually try them. We surface priority, weight, port, target host and TTL for each answer, so operators can validate that failover and load-balancing behave as designed.

Use SRV Lookup when configuring Microsoft 365 or Exchange Autodiscover, verifying an XMPP or Matrix federation, publishing SIP or SIPS for a VoIP PBX, exposing a Minecraft server, or debugging why a client is picking the wrong backend. Pair with our DNS Propagation Checker to confirm SRV changes have replicated worldwide.

How to use this tool

  1. 1Enter the required value in the input field above (domain, IP, URL, or text depending on the tool).
  2. 2Click the action button to run the check — results are computed instantly from our edge network.
  3. 3Review the parsed output, key fields and any warnings shown in the result card.
  4. 4Copy the result, share the page URL, or jump to a related tool from the sidebar to continue debugging.

Key features

  • Presets for SIP, XMPP, Matrix, LDAP, Kerberos, Autodiscover, CalDAV/CardDAV, Minecraft
  • Custom `_service._proto` queries with tcp/udp/tls protocols
  • Sorted by priority ascending and weight descending
  • Shows priority, weight, port, target and TTL
  • Runs over DoH — matches what a real SRV-aware client sees
Related searches: srv record lookup · check srv dns · sip srv record · xmpp srv lookup · matrix federation srv · minecraft srv record · autodiscover srv · rfc 2782

Frequently asked questions

SRV (RFC 2782) is a DNS record type that publishes both the hostname AND the port of a service, together with a priority and weight. It lets clients discover where a service actually runs without hard-coded ports.