Use DBeaver to connect to ADPG
The third-party client tool DBeaver supports different databases and can be used to connect to a PostgreSQL server.
For information on how to install DBeaver, refer to Installation.
To connect to an ADPG host, launch DBeaver and select PostgreSQL in the Connect to a database window.


If you connect to a PostgreSQL server for the first time, select a driver.


Define the connection settings in the next window.


After the connection is established, DBeaver displays the specified database on the Database Navigator tab.


If you need to change authentication settings from pg_hba.conf for the DBeaver connection, use ADCM UI. Open CLUSTERS → ADPG cluster → Services → ADPG → Configuration tab and edit the PG_HBA field. To save changes and update pg_hba.conf, click the Save button.

Execute the Reconfigure & Reload action to apply changes.
For more information on DBeaver, refer to official documentation.