Database Credentials > CockroachDB
Find your CockroachDB credentials to connect with Draxlr
To connect CockroachDB to Draxlr, you need the cluster's host, port, database name, and a SQL user and password.
Find Your Credentials (CockroachDB Cloud)
1: Open Your Cluster
In CockroachDB Cloud, select your cluster and click Connect.
2: Select or Create a SQL User
Pick an existing SQL user or create a new one.
Important:
The password is shown only once when the user is created—copy it right away.
3: Copy the Connection Parameters
The connection info shows:
- Host: e.g.,
your-cluster-1234.g8z.cockroachlabs.cloud - Port: 26257
- Database Name:
defaultdb(or the database you created) - User / Password: the SQL user from the previous step
Allow Draxlr's IP Address
If your cluster uses an IP allowlist (Standard and Advanced clusters):
- Go to the cluster's Networking page.
- Add
54.205.255.226to the IP Allowlist.
Connect in Draxlr
Go to Add Database, select CockroachDB, and enter the credentials above. See the Setup guide for the full connection flow.