White label configuration guide

Resellers that purchase the white label option will need to implement some DNS CNAME updates on their systems in order to correctly communicate with Social WiFi.

Resellers should accurately make the following updates to their DNS entries.

For the purpose of clarity, yourdomain.com should be updated to the domain of the Resellers business.

DNS Entries

Add CNAME records for subdomains, directing to *.socialwifi.com

  • panel.yourdomain.com β†’ panel.socialwifi.com

  • accounts.yourdomain.com β†’ accounts.socialwifi.com

  • login.yourdomain.com β†’ login.socialwifi.com

  • user.yourdomain.com β†’ user.socialwifi.com

  • r.yourdomain.com β†’ r.socialwifi.com

  • mailer.yourdomain.com β†’ mailer.socialwifi.com

  • media.yourdomain.com β†’ media.socialwifi.com

  • remarketing.yourdomain.com β†’ remarketing.socialwifi.com

Zone file example (e.g. for Amazon AWS Route53)

$TTL 300
panel CNAME panel.socialwifi.com.
accounts CNAME accounts.socialwifi.com.
login CNAME login.socialwifi.com.
user CNAME user.socialwifi.com.
r CNAME r.socialwifi.com.
mailer CNAME mailer.socialwifi.com.
media CNAME media.socialwifi.com.
remarketing CNAME remarketing.socialwifi.com.

DNS entry for the SSL certificate

There will be one more DNS record that will need to be added, so that Social WiFi can generate an SSL certificate for your domain. The DNS entry will be generated by Social WiFi team and sent to you during the initial setup.

Managing DNS records with common providers

The specific instructions for adding the above mentioned DNS records depend on the domain provider where your domain was bought. Below you can find a list of articles for common providers. If your provider is not listed here, please consult their documentation and look for "CNAME" keyword.

Last updated

Was this helpful?