Skip to main content
Tamery connects to ClickHouse over its HTTP interface. Two schemes: HTTP (port 8123):
HTTPS (port 8443):

ClickHouse Cloud

Get the string from the Cloud console → your service → Connect. Cloud requires TLS, so use clickhouses:// on port 8443:

Self-hosted

Default ports: HTTP 8123, native TCP 9000. Tamery uses HTTP, so use 8123 (or 8443 with clickhouses:// if TLS is configured):
No password? Omit it:
Test connection before saving. If it fails, confirm the HTTP interface is enabled and reachable on the expected port.