Connect to PostgreSQL
You can connect to the PostgreSQL database from the same computer where it is installed with the psql client tool.
$ psql -U postgres
You will be prompted to enter the postgres user password. This is the same as the application password.