FR

DNS configuration

Create your A records, point your domains to Paylood and check propagation.

For your domain to point to your applications, create an A record to your server’s IP address.

Record to create

From the Domains page or the Domain wizard step, Paylood gives you the exact record. In general:

TypeHostValue
A@ (root)SERVER_IP
Awww (subdomain)SERVER_IP

Capture à venir

en/domains-dns

Cette capture illustrera la vue correspondante. Elle est générée automatiquement par le pipeline Playwright.

DNS records to create

Configuration steps

  1. Log in to the registrar where your domain is registered (or your provider’s DNS panel).
  2. Open the domain’s DNS records.
  3. Add the A record provided by Paylood.
  4. Let propagation take place (a few minutes to a few hours).

Warning

The domain must point to your VPS server’s public IP. A CNAME record to another target will prevent verification.

Checking propagation

  1. In Paylood, open the domain.
  2. Click Verify.
  3. If DNS resolves to the expected server, the domain goes to verified.

Tip

DNS propagation is global but sometimes slow. If verification fails, wait a few minutes and retry. You can also check with dig mysite.com from your terminal.

Subdomains (www, api, app\u2026)

For a subdomain (e.g. api.mysite.com), create an A record with the matching host (api), or a CNAME record to @ if your registrar allows it.

Automatic *.paylood.app subdomains

You have nothing to configure: Paylood manages DNS and TLS for the paylood.app zone. Every project gets its subdomain automatically on first deployment.

Troubleshooting

ProblemLikely causeFix
failedDNS not propagated or wrong recordCheck the A record and wait
Verified domain but site downTLS propagation in progressWait a few minutes (Caddy renews the certificate)
Registrar errorIncorrect host formatUse @ for the root, not www

Going further

Last updated: 2026-08-14 Edit this page