5432.
Supported now
The supported private access path for this release is:Not supported yet
These private-network patterns are planned for later releases:- SSH tunnel through a bastion host
- self-hosted ELT agent inside your VPC
- VPN-only or private-link-only access
- databases with no public PostgreSQL endpoint
Copy the MantrixFlow IP
In the PostgreSQL connection form, open Private database access and copy the CIDR shown in the panel:/32 so the rule allows exactly one IPv4 address. Restrict the rule to PostgreSQL port 5432; do not allow all ports or 0.0.0.0/0.
Provider quick setup
Validation
After adding the rule:- Wait a few minutes for the provider firewall change to apply.
- Return to MantrixFlow and click Test Connection.
- If the test times out, re-check the provider public endpoint and allowlist.
- If the test authenticates but fails with permissions, update the database user grants.
Security checklist
- Use a dedicated database user for MantrixFlow.
- Use
/32, not a broad subnet. - Restrict to port
5432. - Keep SSL enabled for managed PostgreSQL providers.
- Name the provider firewall rule clearly, such as
MantrixFlow ELT. - Remove the rule if you stop using the connection.