# Change GAIO Community password

#### Reset GAIO Community Password

1. **Open your terminal as Administrator**

   Run all the following commands inside the terminal.
2. **List all containers**

   ```undefined
   docker ps

   ```
3. **Access the container**\
   Replace `<container_id>` with the ID of the container where GAIO is running.

   ```bash
   docker exec -it <container_id> /bin/bash

   ```
4. **Open the ClickHouse client**

   ```scss
   clickhouse-client -u default --password Ldnq8y04MekEH4QCYPscVA

   ```
5. **Update the user password in the table**

   ```swift
   ALTER TABLE gaioadmin.user UPDATE password = '$argon2id$v=19$m=65536,t=2,p=1$f6hAIuOvqcyxcN3XN1mo/Qu4O1EBYzICvpZhTHSJNZw$x5uYYg6xJxv1GY9ZguS45qWNtZdTmAoRFnaNtCEz0/o' WHERE email = 'YOUR-EMAIL-HERE';

   ```
6. **Log in to GAIO**\
   You can now log in to GAIO using the password: **@GAIO123**

***

### Need help?

We're here to support you: <https://gaio.discourse.group/>


---

# 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.gaiodataos.com/getting-started/installation-with-docker/change-gaio-community-password.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.
