Skip to Content
Reseller PanelCustom Domain & SSL

Custom Domain & SSL

Connect your own domain (e.g., app.yourbrand.com) so your clients access the platform under your brand. The system automatically handles SSL certificate generation and renewal.

Connecting a Domain

Step 1: Enter Your Domain

  1. Go to Domain in the sidebar
  2. Enter your custom domain (e.g., app.yourbrand.com)
  3. Click Connect Domain

Step 2: Configure DNS Records

You’ll need to add two DNS records at your domain registrar (GoDaddy, Cloudflare, Namecheap, etc.):

CNAME Record — Routes traffic to the platform:

TypeNameValue
CNAMEapp (or your subdomain)app.splashifypro.com

TXT Record — Verifies domain ownership:

TypeNameValue
TXT_splashify-verify(shown on the domain page)

Step 3: Verify DNS

After adding the DNS records:

  1. Wait for DNS propagation (usually 5-30 minutes, up to 48 hours)
  2. Click Verify DNS on the domain page
  3. The system checks both CNAME and TXT records

Once verified, the domain status changes to Verified.

SSL Certificate

After domain verification, SSL is managed automatically:

SSL Status

StatusMeaning
NoneNo SSL certificate yet
GeneratingCertificate is being issued
ActiveCertificate is valid and serving HTTPS
FailedGeneration failed — check DNS records

SSL Details

  • Issued Date — When the certificate was generated
  • Expiry Date — Certificates are valid for 90 days
  • Auto-Renew — Toggle automatic renewal (recommended: keep on)

Manual Regeneration

If SSL generation fails or you need to regenerate:

  1. Ensure DNS records are correct
  2. Click Regenerate SSL
  3. Wait for the certificate to be issued (typically 1-2 minutes)

Disconnecting a Domain

  1. Click Disconnect Domain
  2. Type DELETE in the confirmation field
  3. Click Confirm

This removes the domain association and SSL certificate. Your clients will need to use the default platform URL.

What Changes with a Custom Domain

FeatureWithout Custom DomainWith Custom Domain
App URLapp.splashifypro.comapp.yourbrand.com
Login restrictionClients can log in from any domainClients registered on your domain can only log in there
Google OAuthUses platform Google client IDUses your Google OAuth client ID (if configured)
SSLManaged by platformAuto-generated for your domain

Troubleshooting

DNS Not Propagated

  • Wait up to 48 hours for full propagation
  • Use dnschecker.org  to check if your records are visible globally

SSL Generation Failed

  • Verify your CNAME record points to the correct target
  • Ensure no CAA records on your domain block Let’s Encrypt
  • Try regenerating after confirming DNS is correct

Clients Can’t Access Custom Domain

  • Check that the CNAME record is correctly configured
  • Ensure SSL status is “Active”
  • Clear browser cache and try in incognito mode

Tip: Use a subdomain like app.yourbrand.com rather than your root domain. Root domains cannot have CNAME records in most DNS providers.