This guide is for launching instances with custom domains. Please disregard this if you're using the default zesty.dev
domains.
There are 3 steps to making your instance accessible to the public.
Set a custom domain name
Configure your DNS
Confirm your instance is live
Before beginning the process to send your instance live ensure that all content and code that you want to be made available to the public are published and listed accordingly.
Start by locating the instance that you want to launch in the Accounts Manager interface and then click that instance's "Publish Instance" button.
After you click the "Publish Instance" button the instance settings will open and prompt you to set a domain name and configure your DNS settings.
Enter your custom domain name in the textbox and click Save.
Hybrid OYD: If you are setting up a domain with Hybrid Zesty.io, please follow this guide
Configure your domain's DNS settings by following the instructions in the settings drawer.
Please note: Domain registrars are not one-size-fits-all so each step may not be applicable. See the Common DNS Registrars section below for more information.
Cloudflare Users: When setting DNS records in Cloudflare be sure to have the proxied by Cloudflare, an orange cloud icon, turned off on each record. Zesty.io cannot affectively manage the cache if Cloudflare is proxing requests and caching them.
There are 2 primary records you will want to ensure are setup.
The apex record (e.g. example.org)
The WWW sub-domain record (e.g. www.example.org)
When creating these records there will be 3 values that are required to set them up.
Record type
Host (or name)
Value.
​What is an apex record?​
​Why can't I use a CNAME for my apex record?​
Create or set an existing apex record with the following values:
Record type: A
Host: @
Value (Create a separate A record for each of these IP addresses):
151.101.1.161
151.101.65.161
151.101.129.161
151.101.193.161
The @
symbol is a special value in DNS that means, the current domain.
Create or set an existing WWW record with the following values:
Record type: CNAME
Host: WWW
Value: zesty.map.fastly.net
To confirm that your instance is live click the green "? Check DNS" button. You should see a notification in the bottom left-hand corner of the screen letting you know if your DNS has been verified.
DNS changes can take time to propogate and for your ISP to pickup. They can also be cached. If you don't see your changes taking effect try loading the domain in a new browser and/or gibing it more time. Typically an hour or two is enough.
If necessary you can configure your HTTPS and WWW settings before launching your site.
Open the Content Manager interface and navigate to the Settings section. Under General you'll find your HTTPS and WWW site settings.
Above you can see these settings outlined in orange. The tooltips will help you navigate this area and give you information about each setting.
If you want to always redirect to HTTPS then the "HTTPS on?" setting must be turned on. To turn this setting on click the "HTTPS on?" button and it will turn green.
If you'd like to force prepending your domain with WWW then click the "Always prepend WWW to my domain?" button.
Ensure you save settings before continuing on.
Since there are many places to purchase domains it's difficult to create all-inclusive instructions to setting up a DNS record. Below you'll find some common DNS registrars and their setup instructions.
​GoDaddy Managing DNS​
​Manage DNS settings​
​Updating CNAME records​
​DNS management​
​DNS management​
Two instances cannot have the same domain assigned to it. Before the domain is added to a new instance it will need to be removed from the old one.
From the Accounts settings drawer, click the red trashcan icon button to the right of the name.
2. A modal will pop up and confirm that you'd like to remove the domain. To confirm click the red Remove button.
If it's been successfully removed a success notification will appear in the lower left-hand corner of the screen and you'll be able to add that domain to another instance.