Setting Up Your Domain on Netlify
Follow these steps to point your custom domain to this Netlify site.
Option A — Buy a domain through Netlify
- Go to Site configuration → Domain management → Domains in the Netlify dashboard.
- Click Add a domain and choose Register a new domain.
- Search for and purchase your domain — Netlify handles DNS automatically.
Option B — Use a domain you already own
- In the Netlify dashboard open Site configuration → Domain management → Domains.
- Click Add a domain and enter your existing domain name.
- Log into your domain registrar and update the nameservers to the ones Netlify provides, or add a
CNAME record pointing to your Netlify subdomain (e.g. your-site.netlify.app).
- Wait for DNS propagation (usually a few minutes to a few hours).
- Netlify automatically provisions a free TLS/SSL certificate via Let's Encrypt once DNS is verified.
Verify & go live
- Back in the dashboard, the domain card will show DNS verified when propagation is complete.
- Your site is now live at your custom domain with HTTPS enabled.
For detailed guidance see the Netlify custom domains documentation.