Connect a custom domain

Step-by-step guide to connect your own domain to Property Axis and serve your real-estate site from yourrealestate.com instead of the default subdomain.


contentId: web-publica-conectar-dominio slug: conectar-dominio category: web-publica title: Connect a custom domain description: Step-by-step guide to connect your own domain to Property Axis and serve your real-estate site from yourrealestate.com instead of the default subdomain. order: 0 updatedAt: "2026-04-17" status: published seeAlso: []

Connect your own domain so your clients reach your site at yourrealestate.com instead of the Property Axis subdomain.

Requirements

  • An active Property Axis account on the Core or Team plan.
  • A domain registered with any provider (GoDaddy, Namecheap, Cloudflare, IONOS, etc.).
  • Access to your provider's DNS panel to add TXT, CNAME and A records.

1. Configure the domain in Property Axis

Go to Settings → Custom domain in your admin panel.

  1. Enter your domain without https:// or www. For example: yourrealestate.com.

  2. Click Save domain.

  3. The system will generate a verification TXT record. Copy it — you will need it in the next step.

2. Add the DNS records

Go to your domain provider's DNS panel and add these 3 records. Use a TTL of 300 seconds (or the minimum allowed).

TXT record — Verification

FieldValue
TypeTXT
Name / Host_propertyaxis.yourdomain.com
Valuepropertyaxis-verify=<your Property Axis hash>

CNAME record — www subdomain

FieldValue
TypeCNAME
Name / Hostwww
Targetcname.vercel-dns.com

A record — Root domain (@)

FieldValue
TypeA
Name / Host@
Target (IP)76.76.21.21

3. Verify the domain

Return to Settings → Custom domain and click Verify domain. If the TXT record has propagated correctly, you will see the Verified status.

Automatic SSL

Once the domain is verified, an HTTPS certificate is automatically provisioned via Let's Encrypt in under 10 minutes. No additional configuration is required.

Redirects

Once active, the following redirects are configured automatically:

  • yourslug.propertyaxis.comyourrealestate.com.
  • https:// is enforced on every request.
  • www is normalized to the root domain (or vice versa).

Your admin panel remains accessible at yourrealestate.com/admin using the same session.

Quick guide by provider

GoDaddy

Panel → My Domains → DNS → Add record. Select type TXT / CNAME / A and fill in the fields.

Namecheap

Dashboard → Domain List → Manage → Advanced DNS → Add New Record.

Cloudflare

Dashboard → Select domain → DNS → Add record.

IONOS / 1&1

Control panel → Domains & SSL → DNS settings → Add record.

Troubleshooting

Verification fails

Wait 15–30 minutes for DNS propagation. Check that the TXT record name is exact, including the _propertyaxis. prefix.

SSL certificate error

Make sure the CNAME and A records are pointing correctly. If you use Cloudflare, disable the proxy (DNS only).

The site doesn't load on the domain

Check that the A record points to 76.76.21.21 and the www CNAME to cname.vercel-dns.com. Clear the browser cache.

Redirect loop (ERR_TOO_MANY_REDIRECTS)

If you use Cloudflare, set the SSL mode to Full (strict) instead of Flexible.

The domain was working and stopped

Check that the domain has not expired and that the DNS records are still configured correctly.

Remove or change the domain

Go to Settings → Custom domain, remove the current domain and configure a new one. Your site remains accessible from the Property Axis subdomain in the meantime.

Was this page helpful?