---
title: "How to connect an OVHcloud domain name to a Webflow hosting plan"
description: "Prepare and configure your OVHcloud domain name's DNS zone to connect to a Webflow hosting plan"
url: https://docs.ovhcloud.com/en/guides/web-cloud/domains/how-to-connect-domain-to-webflow
lang: en
lastUpdated: 2026-03-18
---
# How to connect an OVHcloud domain name to a Webflow hosting plan

## Objective

You are the holder of a domain name with OVHcloud and want to connect it to a Webflow hosting plan. This guide explains how to prepare and configure your OVHcloud DNS zone for your Webflow hosting plan.

**Find out how to connect your OVHcloud domain name to a Webflow hosting plan.**

:::warning

- Webflow support does not have access to your OVHcloud domain name settings and therefore cannot advise you on the information you will need to provide.
- OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore up to you to ensure that they function correctly.<br /><br /> We have provided you with this guide in order to help you with common tasks. However, we recommend contacting a [specialist provider](https://partner.ovhcloud.com/en-gb/directory/) and/or the service's publisher if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [Go further](#go-further) section of this guide.

:::

## Requirements

- A [domain name](https://www.ovhcloud.com/en-gb/domains/) registered with OVHcloud.
- The [necessary permissions to manage](/en/guides/account-and-service-management/account-information/managing-contacts.md) the domain name.
- A Webflow hosting plan.
- Access to manage this hosting plan with Webflow.


***

### OVHcloud Control Panel Access

- **Direct link:** <ManagerLink to="/#/web/zone">DNS zones</ManagerLink>
- **Navigation path:** <code className="action">Web Cloud</code> > <code className="action">DNS zones</code> > Select your domain name

***


## Instructions

Before following the steps in this guide, we recommend reading our guide on [Editing an OVHcloud DNS zone](/en/guides/web-cloud/domains/dns-zone-edit.md).

:::warning
Your DNS zone is potentially already preconfigured or linked to a hosting plan. We will look at how to identify each DNS record required to connect to your Webflow hosting plan. Some records will need to be deleted to avoid conflicts with DNS records required in this configuration. Others will simply need to be modified or created. For a better understanding, we will use the domain name "**mydomain.ovh**" as an example. Replace it with your domain name during configuration.

:::

### 1. Configure your Webflow hosting plan

First, prepare your Webflow hosting plan by following the instructions in the **How to connect your custom domain** section from [**this page of the Webflow documentation**](https://university.webflow.com/lesson/manually-connect-a-custom-domain?topics=hosting-code-export#how-to-connect-your-custom-domain).

### 2. Configure your DNS records on your OVHcloud account

:::warning
Before you continue:

- Open a tab in your web browser.
- Open [**this page of the Webflow documentation**](https://university.webflow.com/lesson/manually-connect-a-custom-domain?topics=hosting-code-export).
- Go to the "**How to set your DNS records**" section of the Webflow documentation.<br />
  The following instructions will help you configure your OVHcloud DNS zone more easily.

:::

Click the tabs below to view each of the **5** steps in sequence.


**Step 1**

Go to the <ManagerLink to="/#/web/zone">DNS zones</ManagerLink> page, then choose the domain name concerned.
![DNS zones](/images/assets/screens/control-panel/product-selection/web-cloud/dns-zones.png)The table that appears lists all of the DNS records for the selected domain name.


**Step 2**

**Configuring the A records**
**1 - Identification:** Filter the DNS records by selecting type `A` in the filter menu at the top right of the table.
![dnszone](/images/assets/screens/control-panel/product-selection/web-cloud/domain-dns/dns-zone/filter-a.png)Identify any existing "A" records for your domain name alone (e.g. `mydomain.ovh.`) and for the "www" subdomain (e.g. `www.mydomain.ovh.`).
**2 - Deletion:** Delete all existing "A" records for the "www" subdomain. If more than 2 "A" records exist for the domain name alone, delete the excess records to keep only 2. For each record to delete, click the <code className="action">...</code> button to the right of the corresponding row, then click <code className="action">Delete record</code>.
**3 - Modification:** Modify each remaining "A" record for the domain name alone by clicking the <code className="action">...</code> button, then clicking <code className="action">Modify record</code>. Replace the target with one of the 2 Webflow IPv4 addresses (a different address per record):
- `75.2.70.75`
- `99.83.190.102`
Click <code className="action">Next</code> and confirm.
**4 - Addition:** If fewer than 2 "A" records existed, create the missing records. Click <code className="action">Add an entry</code> at the top right, select the <code className="action">A</code> pointer record, leave the **Subdomain** field blank and enter in the **Target** field each IPv4 address not yet assigned. Click <code className="action">Next</code> and confirm.
Then proceed to step 3.


**Step 3**

**Deleting AAAA records**
**1 - Identification:** Filter the DNS records by selecting type `AAAA` in the filter menu at the top right of the table.
![dnszone](/images/assets/screens/control-panel/product-selection/web-cloud/domain-dns/dns-zone/filter-aaaa.png)Identify any existing "AAAA" records for your domain name alone (e.g. `mydomain.ovh.`) and for the "www" subdomain (e.g. `www.mydomain.ovh.`).
**2 - Deletion:** Delete all "AAAA" records identified (domain name alone and "www" subdomain) to avoid conflicts with the new DNS records. For each record, click the <code className="action">...</code> button to the right of the corresponding row, then click <code className="action">Delete record</code>.
If no "AAAA" records exist, proceed to step 4.


**Step 4**

**Configuring the TXT record**
**1 - Identification:** Filter the DNS records by selecting type `TXT` in the filter menu at the top right of the table.
![dnszone](/images/assets/screens/control-panel/product-selection/web-cloud/domain-dns/dns-zone/filter-txt.png)Identify any existing "TXT" records for your domain name alone (e.g. `mydomain.ovh.`) and for the "www" subdomain (e.g. `www.mydomain.ovh.`).
**2 - Deletion:** Delete all "TXT" records identified (domain name alone and "www" subdomain) to avoid conflicts with the new DNS records. For each record, click the <code className="action">...</code> button to the right of the corresponding row, then click <code className="action">Delete record</code>.
**3 - Addition:** Create a TXT verification record. Click <code className="action">Add an entry</code> at the top right, select the <code className="action">TXT</code> pointer record, enter `_webflow` in the **Subdomain** field and in the **Target** field the value of type `one-time-verification=XXXXXXXX` found in the <code className="action">Site settings > Publishing tab > Production</code> section of your Webflow account. Click <code className="action">Next</code> and confirm.
Then proceed to step 5.


**Step 5**

**Configuring the CNAME record**
**1 - Identification:** Filter the DNS records by selecting type `CNAME` in the filter menu at the top right of the table.
![dnszone](/images/assets/screens/control-panel/product-selection/web-cloud/domain-dns/dns-zone/filter-cname.png)Identify any existing "CNAME" records for the "www" subdomain (e.g. `www.mydomain.ovh.`).
**2 - Deletion:** If multiple "CNAME" records exist for the "www" subdomain, delete all but one. For each record to delete, click the <code className="action">...</code> button to the right of the corresponding row, then click <code className="action">Delete record</code>.
**3 - Modification:** If a "CNAME" record exists for the "www" subdomain, click the <code className="action">...</code> button, then click <code className="action">Modify record</code>. Replace only the **Target** with `proxy-ssl.webflow.com.`. Click <code className="action">Next</code> and confirm.
If no "CNAME" record exists for the "www" subdomain, click <code className="action">Add an entry</code> at the top right, select the <code className="action">CNAME</code> pointer record, enter `www` in the **Subdomain** field and `proxy-ssl.webflow.com.` in the **Target** field. Click <code className="action">Next</code> and confirm.


The DNS zone is now configured to point to your Webflow hosting plan.

:::info
It may take up to 48 hours to verify your domain name.

:::

If you are using an OVHcloud email solution, or planning to subscribe to one of [our email solutions](https://www.ovhcloud.com/en-gb/emails/), you will also need to prepare your DNS zone accordingly. Read our guide on [configuring an MX record](/en/guides/web-cloud/domains/dns-zone-mx.md).

## Go further [](#)
[Modifying an OVHcloud domain name's DNS servers](/en/guides/web-cloud/domains/dns-server-general-information.md)

[Creating an OVHcloud DNS zone for a domain name](/en/guides/web-cloud/domains/dns-zone-create.md)

[Editing an OVHcloud DNS zone](/en/guides/web-cloud/domains/dns-zone-edit.md)

To delegate the management of your domain name to another OVHcloud customer account, follow the guide on [Managing contacts for OVHcloud services](/en/guides/account-and-service-management/account-information/managing-contacts.md).

For specialised services (SEO, development, etc.), contact [OVHcloud partners](https://partner.ovhcloud.com/en-gb/directory/).

If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](https://www.ovhcloud.com/en-gb/support-levels/).

Join our [community of users](https://community.ovhcloud.com/).
