Before connecting, ensure that you whitelist Fabi.ai’s IP addresses in your firewall or security group settings:
3.232.60.87
54.172.255.171
Creating a service account user
1. Access Neon Console
Log in to your Neon Console and navigate to your project.2. Navigate to Database Settings
In your project dashboard, go to Settings > Database or use the Connection Details section.3. Create the service user
Neon provides a defaultpostgres
user, but for better security, you can create a custom service user:
- Go to SQL Editor in your Neon console
- Run the following SQL commands to create a dedicated service user:
4. Get connection details
From your Neon project dashboard, you’ll need:- Host: Your project’s database host (found in Connection Details)
- Database name: Usually
neondb
or your custom database name - Port: Usually
5432
- Username: Either
postgres
or your custom service user - Password: Your database password or custom user password
5. Connection String
Neon provides a connection string in the Connection Details section. It will look like:Connecting Neon to Fabi.ai
Once you’ve gathered your connection details, follow the steps in Connecting to Your DataFor information about our industry-leading security practices, check out our Security hub.