Introduction: The Complete Name

In the office or on a large network, your computer isn't just known as 'Laptop' or 'Workstation'. It has a formal, absolute name known as the Fully Qualified Domain Name (FQDN). Knowing your FQDN is essential for setting up network sharing, remote access, or troubleshooting server connections.

In this guide, we'll show you how to find your computer's FQDN in less than 30 seconds on any platform.

On Windows (Command Prompt)

  1. Open the Start menu and type `cmd` to open the Command Prompt.
  2. Type hostname and press Enter. This gives you your **Hostname**.
  3. Type ipconfig /all and look for the 'Primary Dns Suffix' line.
  4. Combine them: [Hostname].[Dns Suffix] = your **FQDN**.

On macOS and Linux (Terminal)

  1. Open Terminal.
  2. Type hostname -f and press Enter.

The `-f` flag stands for 'Full', and it will immediately return your FQDN, including your local domain suffix (e.g., macbook.local or server.internal.company.com).

Why Is It Missing?

If your computer isn't part of a formal 'Domain' (like a home computer), you might find that you don't have an FQDN at all—only a Hostname. This is normal! Home networks are much simpler and don't require the strict hierarchy of a corporate network.

Conclusion

Your FQDN is your formal address on the global map. Whether you're a developer setting up a local server or an employee connecting to the office, knowing this name is vital. Check your network name here.