githubEdit

How to Access PostgreSQL Database from VPN in DuploCloud

If you are unable to connect to your PostgreSQL database from VPN and experiencing connection timeouts, you may need to configure the security settings in your tenant to allow access to the PostgreSQL port (5432). Configure Security Settings Navigate to your tenant's security settings in the DuploCloud portal Look for the VPN IP access rules section Add a new rule that includes port 5432 for PostgreSQL access Common database ports to remember:

  • PostgreSQL: 5432

  • SQL Server: 1433 Once you've added the appropriate port access rule, you should be able to connect to your PostgreSQL database from your VPN connection.

Last updated

Was this helpful?