On-Premise Databases
Connect databases running inside private corporate networks to Metaustral using the On-Premise Agent — available on all plans, no firewall changes required.
Why can't I connect directly?
Cloud-hosted databases (RDS, Azure SQL, Cloud SQL) are reachable by IP from Metaustral. But databases running inside a private corporate network are typically blocked by firewalls and have no public IP. The Metaustral Agent solves this: a desktop application runs inside your network and uses Transfer Connections to connect to local databases and push only metadata to Metaustral over outbound HTTPS — no data ever leaves the network, and no inbound firewall ports need to be opened.
Supported databases
How Transfer Connections work
Transfer Connections are configured inside the Metaustral Agent and define which local database to sync and how often. Each Transfer Connection counts as one database connection toward your plan limit.
Transfer Connection runs inside the private network → pushes only metadata outbound → no inbound firewall rules needed.
Security highlights
- Outbound-only traffic: the agent makes HTTPS requests to Metaustral's API. No inbound ports need to be opened.
- Metadata only: Transfer Connections read only schema definitions (table names, column names, data types) — never actual row data.
- Credentials stay local: database credentials are stored inside the agent on your machine and are never sent to the cloud.
- Encrypted transport: all communication between the agent and Metaustral uses TLS 1.2+.
For full setup instructions, see the On-Premise Agent documentation →