---
title: "Archil With Wasabi"
slug: "archil-with-wasabi"
updated: 2026-07-28T15:28:52Z
published: 2026-07-28T15:28:52Z
canonical: "docs.wasabi.com/archil-with-wasabi"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Archil With Wasabi

[Archil](https://archil.com/) is a service that enables caching of data from and concurrent writes to your Wasabi bucket. It functions by mounting your bucket as a local disk across multiple platforms, and it provides POSIX compatibility. This article describes how to configure Archil for use with Wasabi Hot Cloud Storage.

## Requirements

- An active Wasabi account. See [Signing Up for Wasabi](https://docs.wasabi.com/docs/signing-up-for-wasabi) for instructions on how to sign up.
- A Wasabi bucket. See [Creating a Bucket](https://docs.wasabi.com/docs/working-with-buckets-and-objects#creating-a-bucket) for details.
- [Wasabi Console](https://console.wasabisys.com) access.
- An active Archil account.
- [Archil Console](https://console.archil.com/) access.
- Access to your system(s) that require access to your Wasabi bucket data.

## Configuring Wasabi

1. Log in to the [Wasabi Console](https://console.wasabisys.com) (console.wasabisys.com).
2. Click **Policies.**
3. Click **Create Policy**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jfvy.png)
4. Enter a policy name (for example, ArchilPolicy).
5. Paste the JSON policy below into the policy editor. Adjust the S3 actions as needed for your organization. Replace YOUR_WASABI_BUCKET with the name of your Wasabi bucket.

```json
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "s3:ListAllMyBuckets",
      "Resource": "arn:aws:s3:::*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "s3:ListBucket",
        "s3:GetObject",
        "s3:PutObject",
        "s3:DeleteObject",
        "s3:AbortMultipartUpload"
      ],
      "Resource": [
        "arn:aws:s3:::YOUR_WASABI_BUCKET",
        "arn:aws:s3:::YOUR_WASABI_BUCKET/*"
      ]
    }
  ]
}
```
6. Click **Create Policy**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jhdb.png)

Rather than using Wasabi root account keys, a dedicated Wasabi user with programmatic-only access should be created and restricted using the policy created above. The resulting access key and secret key are what get copied into the Archil console later. For more information, see [Creating a User Account and Access Key](https://docs.wasabi.com/docs/creating-a-user-account-and-access-key).
7. Click **Users**.
8. Click **Create User**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jild.png)
9. Enter a name for the user.
10. For Type of Access, select the checkbox to set it to **Programmatic**.
11. Click **Next.**

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jive.png)
12. Optionally, assign a group.
13. Click **Next**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jjek.png)
14. Select the previously created policy from the drop-down menu and scroll down.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jjxc.png)
15. Click **Next**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jkek.png)
16. Click **Create User**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jkkt.png)
17. Click **Download Keys**. Be sure to save the keys in a safe location.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jkrf.png)
18. To close the window, click **X**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jkvg.png)
19. Click **Close**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jlay.png)
20. Click **Buckets**.
21. Select the name of your bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-mfzx(1).png)
22. Click **Upload Files** and upload a test file to your bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260713-jbiq.png)

## Configuring Archil

1. Log in to the [Archil Console](https://console.archil.com/).
2. Click **Disks**.
3. Click **Create your first disk**.![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-lxvb.png)
4. Optionally, if you have already created a disk, click **Create Disk**.
5. Enter a name for the disk.
6. Select the AWS or Google Cloud Platform region where your Archil disk will be hosted.
7. Select the radio button next to **Yes, I want to connect my object store to Archil**. Scroll down.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-lydj.png)
8. Click **Use a custom S3 endpoint**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-lywu.png)
9. Enter the following information.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-lzoc.png)
  - Your Wasabi bucket name.
  - The endpoint URL for where your bucket is located.

> This configuration example uses Wasabi's us-east-1 storage region. To use another Wasabi storage region, use the appropriate URL in [Service URLs for Wasabi's Storage Regions](https://docs.wasabi.com/docs/service-urls-for-wasabis-storage-regions). Use the URL for the region where your bucket is located.
  - The Wasabi region for your bucket.
  - Your Wasabi access key.
  - Your Wasabi secret key.
10. Click **Add data source**.
11. The Status should show connected. Click **Create disk**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-magk.png)
12. Follow the instructions on the next page of the Archil console, which will guide you through how to install the Archil client, mount your disk, and start using it. You may need to create the /mnt/archil directory using the `sudo mkdir /mnt/archil` command on a Linux system. If you get a “permission denied” error when running the `ls` command, change the ownership of /mnt/archil. On a Linux system, an example command would be `sudo chown user:group /mnt/archil` where “user” and “group” represent your local user and group, respectively.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-maqn.png)

An example of running these commands on a Linux system is shown below. You will see your test file(s) in the output of the `ls` command.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-mbvx(1).png)

## Verifying Data in Wasabi and Archil

1. Log in to the [Wasabi Console](https://console.wasabisys.com) (console.wasabisys.com).
2. Click **Buckets**.
3. Select the name of your bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-mfzx.png)

You will see your test file(s) in the bucket.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-mghk.png)
4. Log in to the [Archil Console](https://console.archil.com/).
5. Click the **Disks** icon.
6. Select the name of your Wasabi disk.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-mdgy.png)

You will see your test file(s) on the disk.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/SCR-20260710-mdpm.png)
