Custom domains
A domain name is the URL or web address where visitors find your site.
By default, any site on Netlify is accessible via its Netlify subdomain, which has the form [name-of-your-site].netlify.com
. For example, you would access a site named brave-curie-671954
at https://brave-curie-671954.netlify.com/
.
Custom domains allow you to make your sites accessible at your own, non-Netlify domain names (for example, www.yourcustomdomain.com
).
Definitions
- Domain name (or domain for short): full name used to access a site. For example,
yoursitename.netlify.com
orwww.yourcustomdomain.com
- Apex domain (also known as a root, bare, or naked domain): the
yourcustomdomain.com
part inwww.yourcustomdomain.com
. - Subdomain: a domain that is part of a larger domain; the only domain that is not also a subdomain is the apex domain. For example,
www.yourcustomdomain.com
andapp.yourcustomdomain.com
are subdomains ofyourcustomdomain.com
. - Netlify subdomain: Netlify term for the default domain with the form
[name-of-your-site].netlify.com
given to each site. - Custom domain: a non-Netlify domain assigned to a site.
- Primary domain: Netlify term for the main custom domain assigned to a site.
- Domain alias: Netlify term for additional custom domains assigned to a site.
- Domain registrar (or domain registration service): company that lets you register a domain name.
- DNS provider: company that maintains the DNS servers that translate a domain name to a destination.
- Netlify DNS: Netlify's managed DNS service.
- Nameserver (or DNS server): specialized server that translates domain names into IP addresses.
- DNS zone: provides information about one or more domain names. Each zone contains a list of DNS records with mappings between domain names and IP addresses.
Assign a domain to a site
To assign a custom domain or domain alias to a site, go to your site's Settings › Domain management section.
The Custom domains panel lists all the domains linked to your site. By default, the only domain listed is the Netlify subdomain assigned to your site based on the site’s name.
Tip
You can change a site's default Netlify subdomain by selecting the Options button next to the subdomain in the Custom domains panel, then selecting Edit site name in the dropdown.
To add a custom domain, select Add custom domain at the bottom of the Custom domains panel, and enter your domain name. Select Verify. Your next option depends on whether the domain has been registered.
If the domain is unregistered, you are given the option to register the domain on Netlify. If you choose this option, you can follow the instructions in the UI and your domain will be automatically configured using Netlify DNS. No further configuration is necessary, but you may want to learn more about your new domain:
- Visit the domain registration page for details about Netlify-registered domains.
- Under Netlify DNS, learn how to enable IPv6, and add DNS records.
- Find out about options for domain aliases, domain-level redirects, and branch subdomains in the page regarding multiple domains.
If the domain is registered (already has an owner), you will be asked to confirm that you are the owner of the domain. If you are not the owner, you'll have to choose another domain. If you are the owner, select Yes, add domain to assign the custom domain to the site. The next step depends on how your domain is registered:
- If the domain was registered with Netlify and/or is using Netlify DNS, configuration is automatic. Visit the multiple domains page to learn about options for domain aliases, domain-level redirects, and branch subdomains.
- If the domain was registered elsewhere, you can choose to use Netlify DNS for automatic configuration, branch subdomains, and automatic HTTPS on all subdomains via wildcard certificates. To get started, visit the doc about adding a domain to Netlify DNS.
- Alternatively, if the domain was registered elsewhere, and you want to continue using your current DNS provider, you will need to add DNS records on your provider to point your domain or subdomain to your site on Netlify. Visit the external DNS instructions to complete your configuration.