- If you have a firewall running on the PostgreSQL server, ensure that it allows incoming connections on the PostgreSQL port (default is 65432) from the external machine.

Step 4 : Restart PostgreSQL
- After making changes to PostgreSQL configuration files, you must restart the PostgreSQL server for the changes to take effect.
On the external machine, use a PostgreSQL client/applications/terminal to connect to the PostgreSQL server using the IP address or host name of the <product_installation_server_name> server configured in the listen_address (refer second step) and the appropriate port (default is 65432). You also need the username, password and database name. By default, database name will be 'servicedesk' or 'assetexplorer' with respect to the product.
For example in the terminal, we can connect by using the following command.
- psql -h <PostgreSQL_server_IP> -p 65432 -U <username> -d <database_name>

Kindly contact our support Team if you face any issues in configuring this Setup