> For the complete documentation index, see [llms.txt](https://docs.gaiodataos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gaiodataos.com/getting-started/installation-with-docker/change-gaio-community-password.md).

# 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/>
