> For the complete documentation index, see [llms.txt](https://docs.bluetext.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bluetext.dev/getting-started/installation-guide/setting-up-a-free-couchbase-capella-cluster.md).

# Setting Up A Free Couchbase Capella Cluster

Go to <https://www.couchbase.com/downloads/?family=capella> and sign up. No credit card is required. Couchbase Capella offers a free tier that you can use.&#x20;

## Create Cluster

Once you are logged in, create a cluster.&#x20;

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

Select "Free"&#x20;

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

Select your preferred cloud and click "Create Cluster".

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

It will take a few minutes to launch your cluster.&#x20;

## Create Cluster Access

When your cluster is ready, add client access credentials so you can access it. Select "All Buckets", "All Scopes", "Read/Write".&#x20;

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

Now, you need to open your cluster for access from your IP.&#x20;

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

The easiest option is to click "Allow Access from Anywhere", which can be ok for development purposes. For proper security you would select a restricted set of IP addresses.&#x20;

Type "confirm" and click "Allow Access from Anywhere".&#x20;

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

You then also need to click "Add Allowed IP".&#x20;

![](/files/ZwPJ68sh2vI18L2ydiWC)

## Create Bucket

Navigate to the "Data Tools" tab. Click "New" under step 1 Bucket. Name the bucket "main". Also click the "Use system generated \_default for scope and collection" checkbox under step 2 Scope. Then, click "Create".

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

You have now created a cluster, created a bucket called main and configured the access to the server so it is ready to use.
