Back to Docs

Connect to Netlify

Complete guide: Deploy your site and connect your .arc.bd subdomain with automatic SSL

1Connect Your Repository to Netlify

  1. Go to netlify.com and sign in to your account.
  2. Click Add new siteImport an existing project.
  3. Select your Git provider (GitHub, GitLab, Bitbucket) and authorize Netlify.
  4. Choose your repository, configure build settings, and click Deploy site.
  5. Netlify will generate a temporary subdomain like goplayapp.netlify.app.

2Access Domain Management in Netlify

From your project dashboard:

  1. Scroll down to the Custom domain section (top right of dashboard).
  2. Click the blue button Go to Domain management.
Netlify project dashboard showing Custom domain button

3Add Your ARC.BD Subdomain

In the Domain management section:

  1. Click Add a domain dropdown and select Add a domain you already own.
  2. Enter your claimed ARC.BD subdomain (e.g., namecheak.arc.bd).
  3. Click Verify.
Domain management page with Add a domain options
Enter your ARC.BD subdomain dialog
Subdomain Ownership Verification (Important Step)

When you enter your ARC.BD subdomain, Netlify checks if it is already registered. Since arc.bd is registered to the ARC.BD platform, Netlify will ask you to verify ownership by adding a TXT record:

Record Details from Netlify:
Host: subdomain-owner-verification
Value: (unique verification code)
Netlify TXT verification record details

Copy these values - you will add this TXT record in the ARC.BD dashboard next.

4Add TXT Verification Record in ARC.BD Dashboard

  1. Go to your ARC.BD Domain Dashboard.
  2. Click Manage on your subdomain (e.g., namecheak.arc.bd).
  3. Find the Quick Setup Presets section - you will not use a preset for this step.
  4. Go to DNS Records section and click Add Record.
  5. Add the TXT record from Netlify:
    Type: TXT
    Name / Host: subdomain-owner-verification
    Value: (paste the code from Netlify)
  6. Click Save Record.
ARC.BD My Subdomains page showing Manage button
ARC.BD DNS configuration with Quick Setup Presets and Add Record
Adding CNAME record in ARC.BD for Netlify

5Wait for Netlify to Detect TXT Record

After adding the TXT record in ARC.BD:

  • DNS propagation takes 5-30 minutes (usually faster).
  • Netlify continuously checks for the TXT record.
  • Once detected, Netlify will automatically mark the subdomain as verified.
Netlify pending external DNS verification status

6Configure CNAME Record in ARC.BD

Once Netlify verifies ownership, go back to your ARC.BD domain and add the CNAME record to route traffic to Netlify:

  1. Go to your domain DNS Records section in ARC.BD.
  2. Add a new record with:
    Type: CNAME (Hostname)
    Name / Host: @ (or leave empty for root)
    Target Hostname: goplayapp.netlify.app (your Netlify domain)
  3. Click Save Record.
Adding CNAME record pointing to Netlify

💡 Tip: You can use the Vercel CNAME quick preset in ARC.BD as a reference, but change the target to your actual Netlify domain.

SSL/TLS Certificate Auto-Provisioning

Once DNS is fully propagated and Netlify confirms the subdomain is pointing correctly:

  • Netlify automatically provisions an SSL/TLS certificate via Let's Encrypt.
  • This happens in the background - no action required from you.
  • Check Netlify's Domain management page for a green checkmark indicating the domain is live.
  • Your site will now be accessible via https://namecheak.arc.bd with full encryption.
Netlify production domains showing Pending DNS verification
Netlify SSL certificate waiting on DNS propagation
Netlify domain successfully configured and live
Troubleshooting
DNS Records Not Taking Effect?

DNS changes can take 5-48 hours to propagate globally. Most changes are live within 30 minutes. Use nslookup namecheak.arc.bd or online DNS checkers to verify.

SSL Certificate Delayed?

SSL provisioning usually happens within 5-15 minutes after DNS is fully propagated. If it takes longer, ensure all DNS records are correctly configured and Netlify shows the domain as verified.

Quick Timeline

1-5 min:Add TXT verification record in ARC.BD.
5-30 min:DNS propagates, Netlify detects TXT record and verifies subdomain.
Immediately:Add CNAME record in ARC.BD to route traffic to Netlify.
5-30 min:CNAME propagates, your subdomain points to Netlify.
5-15 min:Netlify provisions SSL certificate - your site is now LIVE!