> For the complete documentation index, see [llms.txt](https://docs.clouduxe.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clouduxe.com/managing-domains/how-to-edit-your-dns-records-with-clouduxe.md).

# How to Edit Your DNS Records with Clouduxe

**DNS (Domain Name System)** translates domain names into IP addresses, enabling users to access websites using human-readable names rather than long, complex IP addresses. Think of it as the Internet's phonebook, matching domain names (like `example.com`) with their corresponding server locations.

### Why DNS Matters

When you type in a domain name, DNS works behind the scenes to direct your request to the correct server where the website is hosted. This process ensures that visitors can access your website even if the server’s IP address changes.

{% hint style="info" %}
**Info:** DNS allows website owners to move their site to a new server without changing the domain name.
{% endhint %}

#### Steps to Edit DNS Records with Clouduxe

To manage your DNS records, follow these steps:

1. **Ensure your nameservers point to Clouduxe:**
   * <mark style="color:blue;background-color:blue;">`ns1.clouduxe.cloud`</mark>
   * <mark style="color:blue;background-color:blue;">`ns2.clouduxe.cloud`</mark>
2. **Log into your cPanel.**
3. Once logged in, locate **Zone Editor** in cPanel. The Zone Editor allows you to manage, add, or delete DNS records.

<figure><img src="/files/u1OWJdyKMbO7SBxRZqCG" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Tip:** Zone Editor in cPanel gives you full control over your DNS records, enabling you to make adjustments as needed.
{% endhint %}

#### Common DNS Record Types

* **A Record:** Points your domain to an IP address.
* **CNAME Record:** Alias that points one domain name to another.
* **MX Record:** Directs email to your email server.
* **TXT Record:** Used to store arbitrary text, often for security purposes like verifying domain ownership.

#### Propagation Time

After making changes to your DNS settings, it can take anywhere from **24 to 72 hours** for the changes to propagate globally. This delay depends on the Internet Service Provider (ISP) used by your visitors.

{% hint style="warning" %}
**Note:** During propagation, some visitors may be directed to the old server, while others will see the updated DNS records.
{% endhint %}

#### Need Help?

If you encounter any issues or need assistance in editing or adding DNS records, **Clouduxe’s support team** is available 24/7 to help you.

{% hint style="danger" %}
**Warning:** Incorrectly modifying DNS records can disrupt your website or email services, so be sure to double-check your changes.
{% endhint %}

#### Conclusion

DNS is crucial for managing how your domain name directs traffic to your website. Whether you're updating DNS records or pointing to a new server, using Clouduxe’s cPanel and Zone Editor simplifies the process. If you have any questions, don’t hesitate to contact Clouduxe support for assistance.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.clouduxe.com/managing-domains/how-to-edit-your-dns-records-with-clouduxe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
