5.4 KiB
title, description, section, order
| title | description | section | order |
|---|---|---|---|
| Point Your Domain to Arcline | How to update your nameservers at GoDaddy, Namecheap, Google Domains, and other registrars to point your domain to Arcline hosting. | getting-started | 5 |
Point Your Domain to Arcline
When you register a domain, it points to your registrar's nameservers by default. To use your domain with Arcline hosting, you need to update the nameservers so that DNS queries for your domain are answered by Arcline's servers.
What nameservers do
Nameservers are the authoritative source for your domain's DNS records. They answer questions like "where does yourdomain.com point?" and "what mail server handles @yourdomain.com?"
When you switch to Arcline nameservers:
- Arcline controls all DNS records for your domain
- Your website, email, and subdomains all resolve through Arcline
- Any DNS records you had at your registrar will need to be recreated in cPanel's Zone Editor
If you want to keep DNS at your registrar (or use Cloudflare), see Using external DNS below.
Arcline nameservers
Use these two nameservers for all domains hosted on Arcline:
ns1.arcline.it
ns2.arcline.it
Your welcome email also lists these. If you have a reseller or custom nameserver setup, contact support for the correct values.
Update nameservers at GoDaddy
- Log in at godaddy.com and go to My Products → Domains.
- Click the domain you want to update.
- Scroll to Nameservers and click Change.
- Select I'll use my own nameservers.
- Remove the existing nameservers and enter:
ns1.arcline.itns2.arcline.it
- Click Save.
GoDaddy shows a warning that custom nameservers disable their DNS. That's expected — Arcline will handle DNS instead.
Update nameservers at Namecheap
- Log in at namecheap.com and go to Domain List.
- Click Manage next to your domain.
- Under Nameservers, change the dropdown from Namecheap BasicDNS to Custom DNS.
- Enter:
ns1.arcline.itns2.arcline.it
- Click the green checkmark to save.
Update nameservers at Google Domains / Squarespace Domains
- Go to domains.google.com (or your Squarespace Domains dashboard if it's been migrated).
- Select your domain and go to DNS.
- At the top, switch from Google Domains DNS to Custom name servers.
- Delete the existing entries and add:
ns1.arcline.itns2.arcline.it
- Click Save.
Update nameservers at Cloudflare (as registrar)
If you transferred your domain to Cloudflare as the registrar (not just using Cloudflare for DNS):
- Log in to the Cloudflare dashboard and select your account.
- Go to Domain Registration → Manage Domains.
- Click Manage next to your domain, then Configuration → Name servers.
- Select Use custom nameservers and enter:
ns1.arcline.itns2.arcline.it
- Save changes.
Note: if you're using Cloudflare for DNS only (not as registrar), see Using external DNS — you'll keep Cloudflare nameservers and point the A record to Arcline instead.
How long does it take?
DNS propagation typically takes 15 minutes to a few hours. In rare cases it can take up to 48 hours, depending on your registrar and the TTL on the old records.
During propagation, some visitors may still see the old hosting while others see the new. This is normal and temporary.
You can check propagation status at dnschecker.org — enter your domain and select the A record type. Green checkmarks mean that location has the updated DNS.
After switching nameservers
Once propagation is complete:
- Verify your site loads — visit your domain in a browser. If it doesn't load immediately, wait a bit longer.
- Set up email — if you were using the registrar's email, you'll need to recreate email accounts in cPanel and add MX records (see Set Up Email).
- Check SSL — cPanel's AutoSSL should issue a certificate within a few minutes. If it doesn't, check cPanel → Security → SSL/TLS Status (see SSL Certificate).
Using external DNS
If you want to keep DNS management at your registrar or use Cloudflare, don't change your nameservers. Instead, update the A record at your current DNS provider to point to your Arcline server IP:
| Type | Name | Value | TTL |
|---|---|---|---|
| A | @ |
your Arcline server IP | 300 |
| A | www |
your Arcline server IP | 300 |
Find your server IP in cPanel → Server Information, or in your Arcline welcome email.
You'll also need to add MX records and any other DNS records manually. The downside: if you move servers, you have to update your external DNS yourself rather than Arcline handling it automatically.
Subdomain setup
After switching to Arcline nameservers, you can manage all DNS in cPanel:
- cPanel → Domains → Zone Editor — add, edit, or remove any DNS record
- cPanel → Domains → Subdomains — create subdomains that map to subdirectories of your hosting
Common records to add:
www→ your root domain (CNAME or A record, usually already set)mail→ A record pointing to your server IP (needed for email client connections)- Custom subdomains like
app,blog,shop