Server Configuration

PostgreSQL can connect to the local server with remote client. For the seek of security, PostgreSQL database reject all the connection of remote client by default, if you want to login to the server, it is needed to set the authentication configuration file (pg_hba.conf) and change the database configuration file (postgresql.conf), both of them are under the database storage directory (Installation directory\data).

Modify Configuration File

Server Configuration