Use your own domain

On Pro and above, every release can live on your label's domain: https://presave.yourlabel.com/track-name. Variants work too: /track-name/ig.

1. Add the domain in droplr.fm

Admin → Settings → Custom domain → enter presave.yourlabel.com and save.

2. Add a CNAME record at your DNS provider

Type:   CNAME
Name:   presave            (the subdomain part only)
Value:  droplr-fm.netlify.app
TTL:    Auto / 3600

If your DNS provider supports CNAME flattening you can point at droplr.fm instead. Use a subdomain (presave., links., music.) rather than your root domain so your main website isn't affected.

Cloudflare users: set the record to DNS only (grey cloud) so Netlify can issue the SSL certificate.

3. Add the domain in Netlify (droplr.fm operator)

  1. Netlify dashboard → the droplr.fm site → Domain management.
  2. Add a domain → enter presave.yourlabel.com → it's added as a domain alias.
  3. Netlify checks the CNAME and provisions a Let's Encrypt certificate automatically (usually minutes, up to 24h after DNS propagates).

Self-hosting droplr.fm on your own Netlify account? You are the operator, so do step 3 on your own site and point the CNAME at your-site.netlify.app.

4. Spotify BYO app (optional)

To keep the Spotify login on your own domain, also add https://presave.yourlabel.com/api/spotify/callback as a Redirect URI in your Spotify app.

Troubleshooting

  • 404 on your domain: the domain saved in droplr.fm must exactly match the hostname (no https://, no trailing slash).
  • Certificate error: DNS hasn't propagated, or a proxy (Cloudflare orange cloud) is in front. Check with dig CNAME presave.yourlabel.com.