Replo makes it easy to publish your project to the web, either on a free staging subdomain (e.g.Documentation Index
Fetch the complete documentation index at: https://docs.replo.app/llms.txt
Use this file to discover all available pages before exploring further.
yoursite.reploshops.com) or your own custom domain. This guide walks you through how to connect your domain, set up the required DNS records, troubleshoot common issues, and understand your options across different hosting providers.
Why use a custom domain?
Connecting a custom domain (e.g.,shop.yourdomain.com) improves your shop’s:
- Brand identity — looks more professional
- Search engine visibility — better SEO
- Memorability — easier to share and remember
Requirements to use a custom domain
Before you begin:- You must be on a paid Replo plan.
- You need to own a domain name. For easier setup, you can purchase one from providers like:
- Namecheap
- GoDaddy
- Full list of supported providers
www redirect.
Connect your domain (via Entri)
Enter your domain
shop.yourdomain.com for a subdomain or yourdomain.com for a root domain.Select your DNS provider
If your provider isn’t listed, see manual setup.
Authorize with Entri
Wait for verification
Click the refresh button next to your domain to check verification status. DNS changes may take up to 48 hours to propagate, though most updates are live within a few minutes.
Manual DNS setup
If your provider isn’t supported by Entri, or you prefer to configure DNS yourself, you can set up the required records manually.Add your domain in Replo
Add the DNS records at your domain registrar
DNS records for subdomains
If you’re connecting a subdomain likeshop.yourdomain.com, add a CNAME record:
| Type | Host / Name | Value | TTL |
|---|---|---|---|
CNAME | Your subdomain (e.g. shop) | yourshopprefix.reploshops.com | 300 |
yourshopprefix with the Replo shop prefix assigned to your project. You can find this in Project > Settings > Domains — it’s the subdomain shown for your default .reploshops.com staging URL.DNS records for root domains
If you’re connecting a root/apex domain likeyourdomain.com, CNAME records are not supported (per DNS standards). Instead, add the following A and AAAA records:
| Type | Host / Name | Value | TTL |
|---|---|---|---|
A | @ | 162.159.142.94 | 300 |
A | @ | 172.66.2.90 | 300 |
AAAA | @ | 2606:4700:7::252 | 300 |
AAAA | @ | 2a06:98c1:58::252 | 300 |
Domain verification status
After adding a domain, it goes through two states:| Status | Meaning |
|---|---|
| Pending | Domain has been added in Replo, but DNS records haven’t been verified yet. |
| Verified | DNS records confirmed. Your site is live at the custom domain. |
FAQ
My custom domain is connected, but my site isn't live. What should I do?
My custom domain is connected, but my site isn't live. What should I do?
- Double-check your DNS settings using dnschecker.org.
- Make sure you added the correct record type — CNAME for subdomains, A/AAAA for root domains.
- DNS changes can take up to 48 hours to propagate.
- Clear your browser cache or test in incognito.
- Try removing and re-adding the domain in Project > Settings > Domains.
- Reach out to support@replo.app if you still need help.
Will connecting a custom domain affect my SEO?
Will connecting a custom domain affect my SEO?
What's the difference between a subdomain and a root domain?
What's the difference between a subdomain and a root domain?
- A subdomain is a prefix added to your domain, like
shop.yourdomain.comorlanding.yourdomain.com. - A root domain (also called an apex domain) is the base domain itself, like
yourdomain.com.
Can I connect a subdomain instead of a full domain?
Can I connect a subdomain instead of a full domain?
shop.yourdomain.com, landing.yourdomain.com, or any other subdomain.Just include the full subdomain during setup.
Can I connect multiple subdomains?
Can I connect multiple subdomains?
Repeat the connection process for each one.
How do I remove a custom domain?
How do I remove a custom domain?
- Go to Project > Settings > Domains
- Click the trash icon next to your domain
- Remove DNS records in your provider to clear the connection
Can I remove the .reploshops.com subdomain?
Can I remove the .reploshops.com subdomain?
.reploshops.com staging domain.Do I need to connect a www subdomain separately?
Do I need to connect a www subdomain separately?
www configuration is included automatically when you set up the root domain. If you’re having trouble, reach out to support@replo.app and our team can help troubleshoot your domain connection.Can I choose which custom domain my Replo page publishes to?
Can I choose which custom domain my Replo page publishes to?
My shop has multiple custom domains connected. Why can I only view my published page on one of them?
My shop has multiple custom domains connected. Why can I only view my published page on one of them?
Example: If your page preview opens atAt this time, selecting or previewing specific domains within Replo isn’t supported, but your page will still publish across all connected domains.https://example1.com/my-page, and your second domain isexample2.com, simply change the URL tohttps://example2.com/my-pageto view it on the second domain.