GoDaddy Domain Configuration
Learn how to point your GoDaddy domain to a Pantheon site.
Before You Begin
Be sure that you have a:
- Registered domain name using GoDaddy to host DNS
- Paid Pantheon plan
- Domain connected to the target Pantheon environment (typically Live)
Locate Pantheon's DNS Values
Identify DNS values to point your domain to Pantheon:
- Navigate to the Site Dashboard and select the target environment (typically Live) then click Domains / HTTPS.
- Click the Details button next to your domain.
Keep this page open and login to your GoDaddy account in a new tab before you continue.
Configure DNS Records on GoDaddy
TXT Record
Before you launch a domain on Pantheon, you must verify ownership of the domain first by configuring a TXT record with the provided value from your site dashboard.
- Click your GoDaddy profile in the top right menu bar and select Manage My Domains.
- Click the down arrow to the right of the domain you want to point to Pantheon, then click Manage DNS.
- Click the Add button and select TXT from the type dropdown menu.
- Enter the Name / Host value provided by Pantheon in the Name field.
- Enter the Value provided by Pantheon in the Value field.
- Select desired Time to Live (TTL) and click Save.
- Return to the Pantheon site dashboard and click Verify Ownership.
A Record
Click your GoDaddy profile in the top right menu bar and select Manage My Domains.
Click the down arrow to the right of the domain you want to point to Pantheon, then click Manage DNS.
Click the Add button and select A from the type dropdown menu.
Enter @ in the Host field and enter the A record value provided by Pantheon in the Points to field.
Select desired Time to Live (TTL).
Learn More
Time to Live (TTL)
The TTL dictates the lifespan of a DNS record; a shorter time means less time to wait until the changes go into effect. TTLs are always set in seconds with a few common ones being 86400 (24 hours), 43200 (12 hours), and 3600 (1 hour).
When you make a change to the TTL of an existing record, you need to wait for the old TTL time to pass - that is, if it had been set to 86400, you would need to wait a full 24 hours for the new setting to begin propagating everywhere.
Click Save.
AAAA Records
- Click the Add button and select AAAA from the type dropdown menu.
- Enter @ in the Host field and enter the first AAAA record value provided by Pantheon in the Points to field.
- Select desired Time to Live (TTL).
- Click Save.
- Repeat steps 1-4 for the second AAAA record value provided by Pantheon. There are two AAAA records for improved uptime and reliability.
Subdomains
Create one A record and 2 AAAA records for the given subdomain (e.g., www.example.com
):
- Click the Add button and select A from the Type dropdown menu.
- Enter www in the Host field and enter the A record value provided by Pantheon (e.g.
23.185.0.2
) in the Points to field. - Select desired Time to Live (TTL).
- Click Save.
- Repeat steps 1-4 for the two AAAA records.
Troubleshooting
The specified record already exists
If you receive an error message that says The specified record already exists
, click Cancel and select next to the existing record. Replace the value in the Points to field with the record value provided by Pantheon, then click Save.