In this tutorial video, we'll walk you through the steps for connecting a Custom Domain to your Client Galleries. This video will use a GoDaddy domain as an example but the same basic process can be followed for most domain hosts. You will need a paid Client Gallery or Suite plan to connect a custom domain.
The required DNS records for connecting a domain can be found below the video for reference. You can also find all steps and information in our written guide here.
Chapters
- 0:00 - Introduction
- 0:32 - Pointing a domain to Pixieset (DNS)
- 2:04 - Completing the connection in Pixieset
- 2:40 - DNS for connecting a root domain (optional)
- 3:12 - Showing the completed setup
DNS Records
Here are the DNS records covered in the tutorial for easy copy and pasting.
Connecting a subdomain
The most common setup is connecting a subdomain to your galleries which only requires 1 CNAME record. This can be any unique word that comes before your root domain in the URL. In this example, the subdomain is “gallery” which would make the URL: gallery.yourdomain.com
| Type | Host (or Alias) | Points to (or Data/Value) |
|---|---|---|
| CNAME | gallery (or whatever you'd like the subdomain to be) | domain.pixieset.com |
Connecting a root domain (optional)
Alternatively, you can connect your main root domain by itself which requires 1 CNAME record and 2 A records. This means that either yourdomain.com or www.yourdomain.com would both connect to your galleries.
| Type | Host (or Alias) | Points to (or Data/Value) |
|---|---|---|
| CNAME | www | domain.pixieset.com |
| A | @ | 104.16.185.173 |
| A | @ | 104.16.186.173 |