Bring your own domain
Personalize your portal by bringing your own domain.
Last updated
Personalize your portal by bringing your own domain.
Last updated
Available in advanced plans on stable branch only.
Contact your Sales Representative for more information
By default Digital Freight Portal will serve your portals instance as a self-chosen subdomain under qwykportals.com (or next.qwykportals.com) You can however elect to bind your own (sub-)domain and allow your visitor to access your portal using a URL they recognise as trusted.
We use CNAME records to accomplish this which will also allow us to generate an SSL certificate using Let's Encrypt's HTTP-01 ACME Challenge method:
A Canonical Name record (abbreviated as CNAME record) is a type of resource record in the Domain Name System (DNS) that maps one domain name (an alias) to another (the canonical name).[1]
This can prove convenient when running multiple services (like an FTP server and a web server, each running on different ports) from a single IP address. One can, for example, point ftp.example.com and www.example.com to the DNS entry for example.com, which in turn has an A record which points to the IP address. Then, if the IP address ever changes, one only has to record the change in one place within the network: in the DNS A record for example.com.
CNAME records must always point to another domain name, never directly to an IP address.
Source: https://en.wikipedia.org/wiki/CNAME_record
The goal of this guide is to setup domain alias to point to your QwykPortals instance so people can use that address to visit your portal.
We recommend choosing a domain name that's not too long and easy to remember for your customers. This can be for example: portal.your-domain.com, or any variant of portal
such as online
or customers
or we personally think my
is really good.
For the purposes of this guide we'll choose my.digitalfreight.company as the domain at which we'd like the portal to be available.
CNAME records pointing to the apex of a zone are not permitted:
If you decide to register a fresh domain, you need to remember that creating a CNAME record at the apex of your zone (i.e. example.com) is not permitted and your DNS provider will likely not accept you creating one. If they do let you continue, the alias is unlikely to work.
Follow the provided steps provided by your DNS provider, creating a CNAME record for the domain you chose in the first step pointing to: hosting.qwykportals.com
Guides for common DNS providers:
If your DNS provider is not listed, you can either check their support page or use a search engine to search for "How to create a CNAME record on [YOUR DOMAIN PROVIDER]"
Do not create A records
Traffic to portals is load balanced to a fleet of servers at multiple IPs and due to auto-scaling those IP addresses change frequently. We will not notify you of changes and so when pointing an A to portals, the domain may become unable to resolve. Always use CNAMEs as explained above.
This is a paid feature. If it is included in your subscription, your Implementation Manager will assist with the setup during onboarding. If you'd like to add this feature to your subscription, please reach out to your Sales Representative who will assist you with the setup.