> 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/do-we-support-wildcard-subdomains.md).

# Do We Support Wildcard Subdomains?

Yes, Clouduxe supports wildcard DNS for subdomains.

**Wildcard subdomains** allow you to point all existing and non-existing subdomains to a specific folder in your cPanel account. This is useful for:

* Multisite web applications (e.g., WordPress Multisite)
* Speeding up DNS propagation
* Showing the same content across multiple subdomains as the main site.

For example, if your main domain is `testing.com`, enabling a wildcard subdomain means that subdomains like `support.testing.com` (non-existing) or `admin.testing.com` (existing) will both show the same content. The wildcard is represented by an asterisk `*`, such as `*.testing.com`.

### Prerequisites

* Wildcard subdomains are only available for domains where the DNS is hosted with us (i.e., pointed to our NameServers).

### How to Create a Wildcard Subdomain

Follow these steps to create a wildcard subdomain in your Clouduxe cPanel account:

* **Log into your cPanel account**.
* Go to the **Domains** section and click on **Domains**.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Tip:</strong> This section lists all your current domains and subdomains.</p></div>

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

* Click on **Create a New Domain**.

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

* In the subdomain box, type an asterisk `*` to signify the wildcard subdomain.

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

{% hint style="success" %}
**Success:** Other fields will automatically generate the file path for the wildcard subdomain. You can modify the directory by typing a full path in the **Document Root** field if needed.
{% endhint %}

5. Click **Submit**. You will receive a success message once the wildcard subdomain is set up.

### DNS Propagation

The wildcard subdomain record will automatically be added to your domain’s DNS entry. This might take a couple of hours to propagate across the internet.

* If the root domain’s DNS is not managed by cPanel, the wildcard subdomain’s **A record** will need to be manually added to the DNS zone on the server managing the root domain's DNS.

{% hint style="warning" %}
**Note:** DNS changes may take time to propagate fully (24–72 hours).
{% endhint %}

#### Example Use Cases for Wildcard Subdomains

* **Multisite Networks**: WordPress multisite installations often use wildcard subdomains to manage multiple sites.
* **Unified Content**: If you want all subdomains to display the same content as your main domain, wildcard subdomains are ideal.

If you need any assistance with setting up wildcard subdomains or modifying DNS records, our support team is available 24/7 to help.


---

# 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/do-we-support-wildcard-subdomains.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.
