Skip to main content
You can connect a custom domain to your shop instead of using the default one. The setup has two steps: setting the domain in the panel and creating DNS records at your domain provider.

1. Set the domain in the panel

In the shop settings, enter your domain (e.g. shop.yourdomain.com) and save. The panel shows the required DNS records — including a verification TXT record.
A root domain like yourdomain.com (without a subdomain) is conveniently supported only by Cloudflare. With other providers, use a subdomain, e.g. shop.yourdomain.com.

2. Create DNS records

You need two records: CNAME (routes traffic) and TXT (verifies ownership).
  1. Select the domain → the DNS tab.
  2. Add a CNAME record: name = the subdomain from the panel (e.g. shop), target = the target host shown in the panel.
  3. Add a TXT record with the name and value from the panel (“show TXT records” section).
  4. Save. The domain starts working within a few minutes.

Verification

After you add the records, the panel automatically detects the TXT record and activates the domain. The HTTPS certificate is issued automatically.
If the domain doesn’t work after an hour, check DNS propagation (e.g. dig CNAME shop.yourdomain.com) and make sure the TXT record name exactly matches the one in the panel.

Without a custom domain

If you don’t want to connect a domain, the shop runs under the default address. You can also set up a plain redirect from your domain to the shop address.