> For the complete documentation index, see [llms.txt](https://docs.zata.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zata.ai/knowledgebase/integration-of-zata.ai-with-rclone-gui.md).

# Integration of Zata.ai with Rclone GUI

**1. Introduction**

Zata.ai provides **S3-compatible object storage** that allows users to store and manage unstructured data such as files, images, backups, and logs.

Rclone is an open-source command-line program used to manage files on cloud storage systems.

In this setup, we connect **Zata Object Storage with Rclone GUI** to manage buckets and objects through a graphical interface.

***

**2. Prerequisites**

Before starting the configuration, ensure the following resources are available:

| Requirement     | Description                                  |
| --------------- | -------------------------------------------- |
| Zata.ai Account | Active account with access to object storage |
| Bucket          | At least one bucket created                  |
| Access Keys     | Access Key ID and Secret Access Key          |
| S3 Endpoint     | Zata S3 service URL                          |

***

**3. Create Zata Object Storage Bucket**

Login to **Zata.ai dashboard** and create a new bucket.

Steps:

1. Open Zata Storage Dashboard
2. Navigate to **Buckets**
3. Click **Create Bucket**
4. Enter bucket name
5. Select region
6. Create bucket

Example bucket name:

```
testing-bucket-001
```

***

**4. Generate Access Keys**

To allow external tools like Rclone to connect, access keys must be generated.

Steps:

1. Go to **Access Keys**
2. Click **Create Access Key**
3. Copy the following credentials:

```
Access Key ID
Secret Access Key
```

These credentials are used for **authentication with the S3 API**.

***

**5. Identify Zata S3 Service Endpoint**

Zata provides region-specific S3 endpoints.

For this setup the endpoint used is:

```
https://idr01.zata.ai (Central India) or https://bom01.zata.ai (Southern India)
```

Region:

```
us-east-1
```

This endpoint is required to connect S3-compatible clients like **Rclone**.

***

**6. Install Rclone**

Download and install the latest version of Rclone from the official website:

<https://rclone.org/downloads/>

#### Step 1: Verify the Installation

Open **Windows PowerShell** or any **Terminal** and run:

```
rclone version
```

If Rclone is installed successfully, the installed version will be displayed.

#### Step 2: Launch the Rclone Web GUI

Run the following command in **Windows PowerShell** or **Terminal**:

```
rclone gui
```

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

This starts the Rclone Web GUI locally and automatically opens it in your default web browser.

#### Step 3: Create a New Remote

1. Open the **Remotes** tab.

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

2. Click **Add New Remote**.

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

#### Step 4: Configure the Remote

Fill in the following fields:

| Field    | Value        |
| -------- | ------------ |
| **Name** | `Zata Cloud` |
| **Type** | `s3`         |

When you choose **Type = s3**, a list of S3-compatible providers will appear. Select Amazon S3 Compliant Storage Providers from the list.

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

#### Step 5: Enter Your Credentials

Provide your Zata Cloud credentials.

| Field                 | Value                                |
| --------------------- | ------------------------------------ |
| **Provider**          | Select Other                         |
| **Access Key ID**     | Your Zata Access Key                 |
| **Secret Access Key** | Your Zata Secret Key                 |
| **Region**            | `us-east-1`                          |
| **Endpoint**          | `idr01.zata.ai` (or `bom01.zata.ai`) |

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

<figure><img src="/files/rCSfhEh1Y3hq64pVHA3T" alt="Rclone GUI Zata Mumbai Endpoint"><figcaption></figcaption></figure>

#### Step 6: Configure Advanced Options

Scroll down and expand **More Options**.

Enable the following options:

* ✅ **force\_path\_style**
* ✅ **v2\_auth**

> **Important**
>
> These two options **must be enabled** for successful integration with Zata Cloud.

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

#### Step 7: Create the Remote

Scroll to the bottom of the page and click **Create Remote**.

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

#### Step 8: Verify the Connection

If the configuration is correct, the new remote named **Zata Cloud** will appear in the **Remotes** list.

Your Rclone integration with Zata Cloud is now complete and ready to use.

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

#### Configuration Summary

<table data-search="false"><thead><tr><th>Setting</th><th>Value</th></tr></thead><tbody><tr><td>Name</td><td>Zata Cloud</td></tr><tr><td>Type</td><td>s3</td></tr><tr><td>Provider</td><td>Other</td></tr><tr><td>Access Key</td><td>Your Access Key</td></tr><tr><td>Secret Key</td><td>Your Secret Key</td></tr><tr><td>Region</td><td>us-east-1</td></tr><tr><td>Endpoint</td><td>idr01.zata.ai (or bom01.zata.ai)</td></tr><tr><td>force_path_style</td><td>Enabled ✅</td></tr><tr><td>v2_auth</td><td>Enabled ✅</td></tr></tbody></table>

***

**7.** Create a Bucket and Upload Files

After successfully configuring the **Zata Cloud** remote, you can create buckets and upload files directly from the Rclone Web GUI.

#### Step 1: Open the Zata Cloud Remote

Under **Remotes**, click **Zata Cloud**.

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

The existing buckets in your Zata Object Storage will be displayed.

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

#### Step 2: Create a New Bucket

* Click **New Folder**.

<figure><img src="/files/8nrOhhnbHaoyIg6eohhx" alt=""><figcaption></figcaption></figure>

* Enter a unique bucket name (for example, `testing-bucket-002`).
* Click **OK**.

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

#### Step 3: Verify Bucket Creation

After the bucket is created successfully, it will appear in the Explorer.

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

#### Step 4: Open the Bucket

Click the newly created bucket to open it.

Since it is a new bucket, it will initially be empty.

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

#### Step 5: Upload Files

* Inside the bucket, click **Upload**.

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

* Select the file(s) you want to upload from your local system.
* Click **Open** to begin the upload.

<figure><img src="/files/1rDi1Mi5NJ6rHdwqDcvU" alt=""><figcaption></figcaption></figure>

#### Step 6: Verify the Uploaded File

After the upload completes successfully, the uploaded file will appear inside the bucket.

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

***

**8. Verify in Zata Dashboard**

Now go to your **Zata dashboard**

Open: Buckets → testing-bucket-002

You should see the uploaded file.

This confirms: Rclone, Zata Object Storage working

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

***

**9. Conclusion**

In this setup, **Zata Object Storage was successfully integrated with Rclone GUI**.

This integration enables:

* Easy file uploads
* Bucket management
* Backup storage

Using Rclone with Zata provides a flexible and efficient way to interact with S3-compatible storage systems.
