Skip to content
Sign In Create account

DNS

A records

Point your domain or a subdomain at a server's IPv4 address.

1 min read Updated

An A record connects a name to an IPv4 address — four numbers separated by dots, such as 203.0.113.10. It is how visitors' browsers find the server your website is on.

Add an A record

  1. Open the domain's DNS records: Domains → the domain → Manage DNS.
  2. Under Add a record, choose A.
    Adding an A record
  3. Name — leave it empty for the domain itself (yourdomain.com), or type the part in front, such as www or shop.
  4. Value — the server's IPv4 address.
  5. Choose a TTL and click Add record.

Common set-ups

NameValueResult
(empty)203.0.113.10yourdomain.com goes to that server
www203.0.113.10www.yourdomain.com goes to the same server
*203.0.113.10Every subdomain that has no record of its own goes there (wildcard)

Tip

Want www to follow the main domain automatically? Use a CNAME record for www pointing at yourdomain.com instead of a second A record. Then you only ever change one address.

Note

A name can have several A records. Visitors are sent to each address in turn — a simple way to spread load across two servers.

Still stuck?

Open a ticket from your control panel and say which step you reached. A screenshot of what you see is the fastest way to show us.

Still stuck

Nothing here fits? Write to us.

Tell us what you are trying to do rather than what went wrong, and we will tell you whether it is something we can fix from here.

  • Answered by a person

    There is no ticket robot in front of us. What you write is what somebody reads.

  • Say what you are trying to do

    The fastest answers come from the message that explains the goal, not only the error.

  • Your services are already in front of us

    Sign in first and we can see the account the question is about without asking you to describe it.