How to Create a CNAME Record
A CNAME record points one hostname to another (rather than to an IP). It is commonly required to verify or connect third-party services.
Step-by-step
- Open Domains → Zone Editor and click Manage for your domain.
- Click + Add Record and choose type CNAME.
- Enter the Name — the subdomain to create, e.g.
shopfor shop.yourdomain.com. - Enter the target hostname in the Record field, exactly as the service specifies (e.g. shops.provider.com).
- Set a TTL (14400 is fine) and Save.
- Wait for propagation and verify with the service or a DNS lookup tool — see propagation.
💡 Good to know
- A CNAME cannot be used on the root domain (@) — use it on subdomains; for the root, services usually provide an A record.
- Enter the target exactly, including any trailing dot the provider shows.
- See Zone Editor for editing other record types.