Database Credentials > ClickHouse
Find your ClickHouse credentials to connect with Draxlr
To connect ClickHouse to Draxlr, you need the service's host, port, database name, and a user and password.
Find Your Credentials (ClickHouse Cloud)
1: Open Your Service
In the ClickHouse Cloud console, select your service.
2: Open the Connect Dialog
Click the Connect button. The dialog shows:
- Host: e.g.,
abc123.us-east-1.aws.clickhouse.cloud - Port: 8443 (HTTPS) or 9440 (native protocol over TLS)
- Username:
default(unless you created another user) - Password: set when the service was created—you can reset it from the same dialog
The Database Name is default unless you created your own.
Allow Draxlr's IP Address
If your service restricts incoming connections:
- Open your service's Settings.
- Under IP Access List, add
54.205.255.226—or allow access from anywhere.
Self-Hosted ClickHouse
For self-hosted ClickHouse, use your server's address with port 8123 (HTTP) or 9000 (native), and a user defined in your users.xml or created via SQL. Make sure your firewall allows 54.205.255.226 on that port.
Connect in Draxlr
Go to Add Database, select ClickHouse, and enter the credentials above. See the Setup guide for the full connection flow.