Connect to Render
Learn how to connect your Render-hosted PostgreSQL database to VexiData for natural language querying and dashboard creation.
Connect your Render-hosted PostgreSQL database to VexiData for natural language querying and dashboard creation. Connection takes about 2 minutes.
Connect Render to VexiData
Click to play video
Prerequisites
- A VexiData account (free tier available)Create account
- A Render account with a PostgreSQL databaseRender Dashboard
- Access to your Render dashboard
Connection Steps#
Log in to Render
Access your Render account at dashboard.render.com and navigate to the Databases section from the left sidebar.
Select Your Database
From the list of databases, choose the PostgreSQL database you want to connect with VexiData.
Get Connection Details
In the database details section, locate the Connections information:
• Host: Your Render database host (e.g., xxx.oregon-postgres.render.com)
• Port: 5432
• Database: Your database name
• Username: Your database username
• Password: Your database password
Configure Access Control (if needed)
If you have IP restrictions enabled, add VexiData's IP addresses to the allow list:
• 139.59.53.167
• 165.22.217.42
Connect in VexiData
In VexiData, go to Data Sources from the menu, then select PostgreSQL under the Add New Data Source section.
Display Name: My Render Database
Host: xxx.oregon-postgres.render.com
Port: 5432
Database: your_database_name
Username: your_username
Password: your_database_passwordTest and Save
Click Test & Save Connection. Once successful, you can start querying your Render data!