

In the “Quick Link” section, click “Add New Server” to add a new connection. Your PostgreSQL server is now configured to accept remote connections, and you can connect to it using pgAdmin 4. Restart the PostgreSQL server: sudo /opt/bitnami/ctlscript.sh restart postgresql Refer to the FAQ for information on accessing restricted ports using an SSH tunnel or opening ports in the server firewall.Ĭonnect to your cloud server using PuTTY or another SSH client ( instructions).Īt the server console, edit the PostgreSQL client authentication configuration file pg_hba.conf and add the following at the end, then save the file: host all all all md5Įdit the PostgreSQL configuration file nf file and replace this line listen_address='127.0.0.1' For development purposes, you can also use a VPN or SSH tunnel.

If you must make it accessible over a public IP address, we recommend restricting access to a trusted list of source IP addresses using firewall rules. For security reasons, we do not recommend making the database port accessible over a public IP address.

As a result, you will only be able to connect to your database nodes from machines that are running in the same network. IMPORTANT: By default, the database port for the nodes in this solution cannot be accessed over a public IP address. Open port 5432 in the server firewall ( instructions). Make sure that you have your cloud server’s IP address and application credentials ( instructions).
