# How Can I Manage DNS on My Domain Through cPanel?

To manage DNS settings for your domain, it must first point to our servers. Below are our default nameservers:

* `ns1.clouduxe.cloud`
* `ns2.clouduxe.cloud`

Once your domain is pointed to us, you can follow the steps below to add or edit your DNS records in cPanel:

### Steps to Manage DNS Records

1. **Log into your Clouduxe client account** at [Clouduxe.com](https://panel.clouduxe.com/login).
2. Navigate to **Services**.
3. Click **Manage Product** under the hosting account for which you want to manage DNS.
4. Access **cPanel** and go to **Domains** > **Zone Editor**.
5. **Enter the following records** in the appropriate fields:
   * **Name:** Enter the value given or your domain name.
   * **TTL:** Set this to `7200`.
   * **Type:** Choose from A, AAA, CNAME, TXT, DMARC, SRV, etc.
   * **Record:** Enter the code provided.

The DNS zone editor allows you to create, edit, and delete records for your domains, add-ons, and subdomains.

### Managing Multiple Domains

If you have more than one domain, click **Manage** next to the domain you wish to update. Use the drop-down arrow to select the type of record you want to add, then save your changes.

If you wish to edit an existing record, click the **Edit** button next to it and save your changes. You will see a pop-up message confirming that the record has been added successfully.

{% hint style="info" %}
**Tip:** Always ensure your DNS records are correct to avoid website downtime or email issues.
{% endhint %}


---

# Agent Instructions: 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/domain-names/how-can-i-manage-dns-on-my-domain-through-cpanel.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.
