> For the complete documentation index, see [llms.txt](https://docs.neevcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neevcloud.com/neevcloud-products/storage/neevcloud-s3-integration/connect-s3-storage-to-cpanel.md).

# Connect S3 storage to CPanel

## Prerequisites

Neevcloud Bucket - see our [Bucket Create Guide](https://docs.neevcloud.com/neevcloud-products/storage/object-storage/create-bucket)

Access & Secret Key- See our [Access Creation Guide](https://docs.neevcloud.com/neevcloud-products/access-details/s3-ec2-credentials/create-s3-ec2-credentials)

REST Endpoint to follow these [links](https://docs.neevcloud.com/neevcloud-products/storage/object-storage/service-urls-for-neevcloud-s3)

Install Cpanel to follow these [links](https://docs.neevcloud.com/neevcloud-guide/neevcloud-knowledgebase/set-up-cpanel-in-linux-instance).

## **Now connect S3 storage to CPanel**

### **Setup s3 storage to CPanel**

After completing the installation of Cpanel, you can log in using the username and password. The link is provided in the above Cpanel installation section.

Now navigate to the backup configuration section, select Additional Destinations, choose S3 compatible, and click Create New Destination.

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

### S3 Compatible Destination&#x20;

Give the name of the destination and checkmark the section accordingly.

<figure><img src="/files/6YcdE2ay9qPPYmgcpgwY" alt=""><figcaption></figcaption></figure>

### S3 Endpoint

Enter the s3 endpoint for your bucket to follow these [links](https://docs.neevcloud.com/neevcloud-products/storage/object-storage/service-urls-for-neevcloud-s3).

Enter the remote destination's bucket name. We have already mentioned above how to create a bucket in the NeevCloud panel.

Set the access and secret key for accessing the bucket. We have mentioned above how to create access and secret keys in NeevCloud.

After filling in all the required fields, click on Save Destination. You can also validate the destination

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

## Check the status&#x20;

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.neevcloud.com/neevcloud-products/storage/neevcloud-s3-integration/connect-s3-storage-to-cpanel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
