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
| Provider | Where to add MantrixFlow’s IP |
|---|---|
| AWS RDS / Aurora PostgreSQL | VPC security group attached to the DB instance: inbound PostgreSQL 5432 from MantrixFlow’s /32. See AWS RDS security groups. |
| GCP Cloud SQL for PostgreSQL | Cloud SQL instance Connections page: add MantrixFlow’s /32 to Authorized networks. See Google authorized networks. |
| Azure Database for PostgreSQL | Server Networking page: add a firewall rule with start IP and end IP equal to MantrixFlow’s IP. See Azure firewall rules. |
| Supabase | Database Settings -> Network Restrictions: add MantrixFlow’s /32 if restrictions are enabled. See Supabase Network Restrictions. |
| Neon | Project Settings -> IP Allow, or neon ip-allow add, when IP Allow is enabled for the project. See Neon IP Allow. |
| Aiven for PostgreSQL | Service settings -> IP address allowlist / IP filter. See Aiven access restrictions. |
| DigitalOcean Managed PostgreSQL | Database cluster -> Network Access -> Trusted sources. See DigitalOcean trusted sources. |
| Render Postgres | Database Info -> Networking: restrict external access to MantrixFlow’s IP if you enable restrictions. See Render Postgres networking. |
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.