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
The default username for Multi-Tier Solutions is postgres. Read about finding your application credentials to get your password.