Custom domain
Connecting Your Domain to Floatist
Section titled “Connecting Your Domain to Floatist”To get your marketing site live on your own domain, you’ll need to update one setting with your domain provider. We handle everything else on our side.
No technical experience is required — if you can log into the dashboard where you bought your domain, you can do this.
What you need to do
Section titled “What you need to do”Log into the company where you bought your domain (your “domain provider” or “registrar”) and add a DNS record that points your domain to Floatist.
Think of a DNS record as a forwarding address — you’re telling the internet: “when someone types my domain, send them to my Floatist site.”
The record you need to add is:
| Field | What to enter |
|---|---|
| Type | CNAME |
| Name / Host | www |
| Target / Value / Points to | ms.floatist.com |
For most people, that’s it. Save the record, let us know, and we’ll take care of the rest.
Using a root domain (without www)?
Section titled “Using a root domain (without www)?”If you want your site to work on yourdomain.com (without the www), the setup is slightly
different because not all providers support the same record types on root domains.
Some providers support a special record type called ALIAS, ANAME, or CNAME flattening
that makes this work directly. Others don’t — in that case, you’ll add the www CNAME above and set
up a redirect from your root domain to www.yourdomain.com.
Check the provider instructions below to see which approach applies to you.
Find your provider
Section titled “Find your provider”Below are step-by-step instructions for the most common domain providers. If yours isn’t listed, scroll down to “My provider isn’t listed” for general instructions that work anywhere.
Cloudflare
Section titled “Cloudflare”Cloudflare automatically handles root domains, so the setup is the same whether you use www or
not.
- Log into your Cloudflare dashboard
- Select your domain
- Go to DNS → Records → Add record
- Fill in:
- Type: CNAME
- Name: @ (for root domain) or www (for www subdomain)
- Target: ms.floatist.com
- Click Save
IONOS (formerly 1&1)
Section titled “IONOS (formerly 1&1)”- Log into your IONOS account
- Go to Domains & SSL → click on your domain
- Click DNS → Add record
- For www: set Type to CNAME, Host Name to www, Points to ms.floatist.com
- For root domain: set Type to CNAME, Host Name to @, Points to ms.floatist.com
- Click Save
If IONOS doesn’t accept a CNAME on your root domain, set up the www version instead, then go to
Domain management → Forwarding and redirect yourdomain.com to www.yourdomain.com. IONOS
24/7 support can help you with this.
OVHcloud
Section titled “OVHcloud”- Log into your OVHcloud control panel
- Go to Domain names → select your domain → DNS zone tab
- Click Add an entry
- For www: choose CNAME, set Subdomain to www, Target to ms.floatist.com. (include the trailing dot)
- For root domain: OVHcloud doesn’t support ALIAS records. Set up the
wwwCNAME as above, then go to the Redirection tab and redirectyourdomain.comtowww.yourdomain.com - Click Save
Hostinger
Section titled “Hostinger”- Log into your Hostinger account
- Go to Domains → select your domain → DNS / Nameservers
- Click Manage DNS records → Add record
- For www: Type CNAME, Name www, Target ms.floatist.com
- For root domain: Hostinger supports CNAME flattening. Set Type to CNAME, Name to @, Target to ms.floatist.com
- Click Save
- Log into your Gandi account
- Go to Domain → select your domain → DNS Records
- Click Add record
- For www: Type CNAME, Name www, Value ms.floatist.com.
- For root domain: Gandi supports ALIAS records. Set Type to ALIAS, Name to @, Value to ms.floatist.com
- Click Save
TransIP
Section titled “TransIP”- Log into your TransIP control panel
- Go to Domains → select your domain → DNS
- Click Add entry
- For www: Type CNAME, Name www, Value ms.floatist.com.
- For root domain: TransIP supports ALIAS records. Set Type to ALIAS, Name @, Value ms.floatist.com
- Click Save
one.com
Section titled “one.com”- Log into your one.com control panel
- Go to DNS settings for your domain
- For www: add a CNAME record with Name www and Value ms.floatist.com
- For root domain: one.com doesn’t support ALIAS records. Use the
wwwCNAME above, then go to Web forwarding and redirectyourdomain.comtowww.yourdomain.com - Click Save
Strato
Section titled “Strato”- Log into your Strato customer area
- Go to Domains → Domain management → select your domain
- Click DNS settings
- For www: add a CNAME record for www pointing to ms.floatist.com
- For root domain: Strato doesn’t support ALIAS records. Use the
wwwCNAME above, then under Domain management → Forwarding, redirectyourdomain.comtowww.yourdomain.com - Click Save
Infomaniak
Section titled “Infomaniak”- Log into your Infomaniak manager
- Go to Domains → select your domain → DNS zone
- Click Add a record
- For www: Type CNAME, Name www, Value ms.floatist.com.
- For root domain: Infomaniak supports ALIAS records. Set Type to ALIAS, Name @, Value ms.floatist.com
- Click Save
GoDaddy
Section titled “GoDaddy”- Log into your GoDaddy account
- Go to My Products → Domains → select your domain → DNS
- Click Add under DNS records
- For www: Type CNAME, Name www, Value ms.floatist.com
- For root domain: GoDaddy doesn’t support ALIAS records. Use the
wwwCNAME above, then go to Forwarding in your domain settings and redirectyourdomain.comtowww.yourdomain.com - Click Save
Namecheap
Section titled “Namecheap”- Log into your Namecheap account
- Go to Domain List → click Manage next to your domain
- Go to the Advanced DNS tab → Add new record
- For www: Type CNAME, Host www, Value ms.floatist.com.
- For root domain: Namecheap doesn’t support ALIAS records. Use the
wwwCNAME above, then enable URL Redirect for the root domain to forward towww.yourdomain.com - Click Save
AWS Route53
Section titled “AWS Route53”- Go to the Route53 console → Hosted zones → select your domain
- Click Create record
- For www: set Record type to CNAME and Value to ms.floatist.com
- For root domain: toggle Alias on, and enter ms.floatist.com
- Click Create records
My provider isn’t listed
Section titled “My provider isn’t listed”No problem — the process is the same everywhere.
If you’re using www.yourdomain.com (recommended):
Find the DNS settings in your domain provider’s dashboard and add a CNAME record:
| Field | What to enter |
|---|---|
| Type | CNAME |
| Name / Host | www |
| Target / Value | ms.floatist.com |
This works with every provider.
If you also want yourdomain.com (without www) to work:
Check if your provider supports ALIAS, ANAME, or CNAME flattening records. You can usually find this by searching their help docs for “ALIAS record” or “CNAME on root domain.”
- If they do: add an ALIAS (or ANAME) record with Name @ and Value ms.floatist.com
- If they don’t (or you’re not sure): add the
wwwCNAME as described above, then set up a redirect fromyourdomain.comtowww.yourdomain.com. Most providers offer this under “Domain forwarding” or “Web redirects” in their settings.
Still stuck? Contact your domain provider’s support team and tell them:
“I need to point my domain to ms.floatist.com using a CNAME record. Can you help me set this up?”
They handle requests like this every day.
How long does it take?
Section titled “How long does it take?”DNS changes usually take effect within a few hours, though it can occasionally take up to 48 hours. Once the DNS is updated, let us know and we’ll activate your site.
Need help?
Section titled “Need help?”Send us a message with your domain name and a screenshot of your DNS settings. We’ll take a look and get you sorted.