googleguacamole

Access the database

The user authentication for Apache Guacamole is configured to work with the PostgreSQL database. To access the database as an administrative user, execute the following command:

$ psql -Upostgres

The password is the same as the one for the administrator user. Refer to the Obtain Application And Server Credentials section for more information on how to obtain this password.

To access the database with the application database user, check the database credentials inside the /opt/bitnami/guacamole/guacamole.properties configuration file.

Last modification December 21, 2022