Simple online tools for developers, networking, text and conversions.

Network Tools

SRV Lookup

Look up SRV DNS records for any service domain.

Tool

Use this SRV lookup tool to find service records for protocols like SIP, XMPP, LDAP, Minecraft, and other services. It is useful for troubleshooting service discovery, domain-based routing, and protocol-specific connection settings.

About this tool

Use this SRV lookup tool to find service records for protocols like SIP, XMPP, LDAP, Minecraft, and other services. It is useful for troubleshooting service discovery, domain-based routing, and protocol-specific connection settings.

Use srv lookup when you need a fast browser-based result without extra setup. It works well for quick checks, one-off tasks, and routine formatting or calculation work.

Learn more

Why use this tool

How to use

  1. Paste the full SRV host name into the input box.
  2. Run the tool to look up the SRV record.
  3. Review the priority, weight, port, and target values.
  4. Copy the result if needed for troubleshooting or setup.

Examples

Example

Input

_sip._tcp.example.com

Output

SRV result with priority, port, and target

Checks a service-specific DNS record.

Common errors

The input is not in full SRV host format.

Fix: Use the full pattern with service and protocol such as _service._tcp.domain.com.

The user expects a normal hostname record instead of an SRV record.

Fix: Use CNAME, A, or other DNS tools if the source is not service-specific.

No result appears because the service does not use SRV records.

Fix: Check whether that protocol or app actually publishes SRV entries.

FAQ

What format should I enter?

Enter a full SRV hostname like _sip._tcp.example.com.

What does an SRV record contain?

It usually includes priority, weight, port, and target host.

What is this useful for?

It is useful for service discovery, VoIP, messaging, directory services, and app-specific DNS routing.

Is this SRV lookup free to use?

Yes. It works online in the browser.

When should I use SRV Lookup instead of CNAME Lookup?

Use SRV lookup when you need service-specific records with port and priority data. Use CNAME lookup when you only need hostname alias information.

Use cases

Related tools