Bring your own domain

Personalize your portal by bringing your own domain.

Introduction

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.

A standard portals url with your own chosen prefix but our root.
A custom domain

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

Goal

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.

What you'll need

Workflow

Choosing a domain name

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.

Add a CNAME record to your DNS settings

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

NAME                              TYPE   VALUE
-----------------------------------------------------------------
my.digitalfreight.company.        CNAME  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]"

Request domain configuration from DFP

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.

Last updated

Was this helpful?