Website DNS

Understand and change an A record

An A record connects a domain host such as @ or www to an IPv4 address. Changing it sends traffic for that host to a different server after cached DNS answers expire.

Host to IPv4Example: @ to 192.0.2.10.

Each host is separate@ and www may differ.

TTL controls cacheOld answers can persist.

What it controls

An A record selects the IPv4 destination

The root domain is commonly represented by @. Subdomains use labels such as www, shop or app. Each can point to the same or a different valid public IPv4 address.

Change the record

Update the host in DNS Manager

  1. Open Domain Tools. Choose the domain and DNS Manager.
  2. Find the host. Search for the A record and select Edit.
  3. Enter the new IPv4 address. Do not include http://, a hostname, port or path.
  4. Save and verify. Check the public result after the TTL.

Common problems

Check both root and www routing

Changing @ does not automatically change www. The destination server must also be configured to answer for the domain and provide its HTTPS certificate. Mail may rely on a separate mail A record, so do not alter it when moving only the website.

Was this answer helpful?

« Back