# How to Create an Additional Web Disk Account in cPanel

### Steps to Create an Additional Web Disk Account:

* Log in to your cPanel account.
* In the **Files** section, click on **Web Disk**.

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

* Under **Create an Additional Web Disk Account**, enter the details for the new account:

  * **Username**: Enter a username (e.g., `folderx`).
  * **Password**: Enter a new password or click on **Password Generator** to create a random password.
  * **Directory**: You can leave this blank for access to the entire directory or specify a directory path (e.g., `public_html/folderx`) to limit access.
  * **Permissions**: Select the desired permissions.

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

{% hint style="warning" %}
If you are using Windows OS, mark **Enable Digest Authentication**. If the server has a valid SSL certificate and you can make an SSL connection over port 2078, this option is not necessary.
{% endhint %}

* Click on **Create**. You can now use the new login details to access your Web Disk account.


---

# 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/cpanel-control-panel/how-to-create-an-additional-web-disk-account-in-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.
