Database Credentials > YugabyteDB
Find your YugabyteDB credentials to connect with Draxlr
To connect YugabyteDB to Draxlr, you need the cluster's host, port, database name, and a user and password. YugabyteDB's YSQL API is PostgreSQL-compatible.
Find Your Credentials (YugabyteDB Aeon)
1: Open Your Cluster
In YugabyteDB Aeon, select your cluster and click Connect.
2: Read the Connection Parameters
Choose Connect to your application. The YSQL parameters show:
- Host: e.g.,
us-west1.abc123.aws.yugabyte.cloud - Port: 5433
- Database Name:
yugabyte(default) or the database you created
3: Get the User and Password
Use the admin credentials you downloaded when the cluster was created (Aeon provides them as a credentials file).
If you've lost them, you can reset the password from the cluster's Settings, or create a dedicated read-only user via YSQL.
Allow Draxlr's IP Address
Aeon clusters only accept connections from allowed IPs:
- Open your cluster's Settings → Network Access (IP Allow List).
- Add
54.205.255.226to the allow list.
Self-Hosted YugabyteDB
For self-hosted clusters, connect to any node's address on YSQL port 5433, with the default yugabyte user or one you created. Make sure your firewall allows 54.205.255.226 on that port.
Connect in Draxlr
Go to Add Database, select Yugabyte, and enter the credentials above. See the Setup guide for the full connection flow.