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

    docker ps
    
  3. Access the container Replace <container_id> with the ID of the container where GAIO is running.

    docker exec -it <container_id> /bin/bash
    
  4. Open the ClickHouse client

    clickhouse-client -u default --password Ldnq8y04MekEH4QCYPscVA
    
  5. Update the user password in the table

    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/

Last updated