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

## Objective

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

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

:::warning

- GoDaddy 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 GoDaddy hosting plan.
- Access to manage this hosting plan with GoDaddy.


***

### 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 GoDaddy 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 GoDaddy hosting plan

First, prepare your GoDaddy hosting plan by following the instructions from [**this page of the GoDaddy documentation**](https://www.godaddy.com/help/connect-my-websites-marketing-site-to-a-domain-registered-elsewhere-40612).

### 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 GoDaddy documentation**](https://www.godaddy.com/help/connect-my-websites-marketing-site-to-a-domain-registered-elsewhere-40612).
- Follow the instructions until step 10 and retrieve the information specific to your website so that you can later modify your OVHcloud DNS records.<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 record**
**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 multiple "A" records exist for the domain name alone, delete all but one, which you will modify in the next sub-step. 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 an "A" record exists for the domain name alone, click the <code className="action">...</code> button, then click <code className="action">Modify record</code>. Leave the **Subdomain** field blank and replace the target with the IPv4 address from your GoDaddy interface. Click <code className="action">Next</code> and confirm.
If no "A" record exists, 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 the IPv4 address from your GoDaddy interface in the **Target** field. 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**

**Deleting TXT records**
**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>.
If no "TXT" records exist, 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 the value from your GoDaddy interface. 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 the value from your GoDaddy interface in the **Target** field. Click <code className="action">Next</code> and confirm.


The DNS zone is now configured to point to your GoDaddy 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/).
