Domain & DNS Setup Guide
Every account gets a free branded subdomain. This guide explains how to use it, how to connect a domain you already own, and how our Pro Plan handles everything for you automatically.
Your free subdomain
The moment you create an account you get a free, publicly accessible web address in this format:
You choose the yourbusiness part when you sign up (and can change it anytime in Settings). This URL is live immediately — share it on business cards, social profiles, and anywhere you list your inventory.
What's included for free:
- ✓ Full inventory catalog with photos
- ✓ Business hours, contact info & social links
- ✓ Logo, hero image & gallery
- ✓ 4 layout themes, custom accent color
- ✓ Mobile-ready PWA (installable on any phone)
Pro Plan: managed custom domain
The easiest way to get a custom domain is to upgrade to the Pro Plan. We register and configure the domain for you — no DNS editing required on your end.
What you get
- ✓ A brand-new domain (e.g. yourbusiness.com)
- ✓ SSL certificate — automatic, always renewed
- ✓ Up to 5 professional email addresses
- ✓ Domain pointed to your site — we handle everything
Pricing
- → $49 one-time setup fee
- → $30/year domain registration
- → +$10/month added to your base plan
How to upgrade
- 1 Go to Billing in your dashboard.
- 2 Under Upgrade to Custom Domain, search for the domain you want (e.g. davesauto.com).
- 3 Enter up to 5 email name prefixes (e.g. sales, service, parts).
- 4 Complete checkout. We receive your request, register the domain, configure DNS and email routing, and email you when it's live (usually within 24 hours).
Bring your own domain (manual DNS)
If you already own a domain and want to point it — or a subdomain of it — at your equipmentsaleswebsite site yourself, you can do that with a DNS CNAME record. This is more technical but works with any domain registrar.
Two common scenarios
Scenario A — Point a subdomain you own
You own mycompany.com and want inventory.mycompany.com to show your equipment catalog.
→ Create a CNAME for inventory pointing to your platform subdomain.
Scenario B — Point your root domain
You want mycompany.com itself to go directly to your catalog.
→ Most registrars require an ALIAS or ANAME record for the root. See registrar-specific instructions below.
What value to use for the CNAME target
Your CNAME target is your current free platform subdomain:
Replace yourbusiness with your actual subdomain slug (visible in Settings).
DNS setup — Cloudflare
Cloudflare is the recommended registrar. It has a free DNS tier and the fastest propagation.
- 1 Log in to dash.cloudflare.com and select your domain.
- 2 Click DNS → Records → Add record.
- 3 Fill in the form:
Field Value Type CNAME Name inventory (or @ for root) Target yourbusiness.equipmentsaleswebsite.com Proxy status DNS only (grey cloud) — not proxied TTL Auto - 4 Click Save. Changes in Cloudflare typically propagate in under 5 minutes.
- 5 Email us your custom domain at support@equipmentsaleswebsite.com so we can link it to your account.
DNS setup — GoDaddy
- 1 Log in to GoDaddy and go to My Products → DNS next to your domain.
- 2 Click Add New Record and choose type CNAME.
- 3 Fill in:
Field Value Type CNAME Name inventory (subdomain prefix only) Value yourbusiness.equipmentsaleswebsite.com TTL 1 Hour - 4 Click Save. Allow up to 1 hour for GoDaddy to propagate.
DNS setup — Namecheap
- 1 Log in to Namecheap, go to Domain List, and click Manage next to your domain.
- 2 Click the Advanced DNS tab, then Add New Record.
- 3 Fill in:
Field Value Type CNAME Record Host inventory Value yourbusiness.equipmentsaleswebsite.com TTL Automatic - 4 Click the green checkmark to save. Propagation is usually 15–30 minutes.
DNS setup — Google Domains / Squarespace
Google Domains was acquired by Squarespace in 2023. Domains registered there are now managed at domains.squarespace.com.
- 1 Log in at domains.squarespace.com and select your domain.
- 2 Go to DNS → Custom records → Manage custom records.
- 3 Click Create record and fill in:
Field Value Type CNAME Host name inventory Data yourbusiness.equipmentsaleswebsite.com. TTL 3600 (1 hour) - 4 Click Save. Squarespace DNS typically propagates within 30 minutes.
Business email addresses (Pro Plan)
When you upgrade to the Pro Plan and request a custom domain, you can request up to 5 professional email addresses like sales@yourbusiness.com or parts@yourbusiness.com.
How it works
- 1 During Pro checkout, enter up to 5 email name prefixes (just the part before the @). For example: sales, service, parts.
- 2 Also provide the real inbox each address should forward to (e.g., your Gmail or personal email). All messages sent to your business address arrive at your existing inbox — no new email app needed.
- 3 We configure Cloudflare Email Routing and the required MX, SPF, and DKIM records on your domain. This happens within 24 hours of your upgrade.
- 4 Your new business email addresses will appear in your Settings page once active.
Example email routing setup
| Business address | Forwards to |
|---|---|
| sales@davesauto.com | dave@gmail.com |
| service@davesauto.com | service@gmail.com |
| parts@davesauto.com | dave@gmail.com |
DNS propagation & troubleshooting
DNS changes don't take effect instantly. The time it takes for the internet to recognise your new records is called propagation.
| Registrar | Typical propagation time |
|---|---|
| Cloudflare | Under 5 minutes |
| Namecheap | 15–30 minutes |
| Squarespace / Google | 30–60 minutes |
| GoDaddy | Up to 1 hour |
| Other registrars | Up to 48 hours (worst case) |
Common issues
My domain shows "site not found" or a connection error
This usually means either the CNAME record hasn't propagated yet, or we haven't linked the domain to your account. Check both:
- Verify your CNAME is saved correctly in your registrar's DNS panel.
- Confirm you've emailed us at support@equipmentsaleswebsite.com with your custom domain.
- Use dnschecker.org to see if your CNAME has propagated globally.
SSL certificate error (browser says "Not Secure")
SSL certificates are issued automatically after your domain is linked to our platform. This can take up to 15 minutes after propagation completes. If it persists beyond an hour, contact support.
My root domain works but www. doesn't (or vice versa)
You need a separate CNAME record for www. Add a second CNAME: Host = www, Value = yourbusiness.equipmentsaleswebsite.com. Let us know so we can whitelist both.
How do I verify my CNAME is set up correctly?
Run this command in your terminal (replace with your actual subdomain):
It should return your platform subdomain (yourbusiness.equipmentsaleswebsite.com). On Windows, use nslookup -type=CNAME inventory.yourdomain.com instead.
Still need help?
Send us an email and we'll walk you through your specific setup — whether you're on Cloudflare, GoDaddy, or a less common registrar.
Email supportWe typically respond within one business day. Include your subdomain slug and domain name when you write.