Cluster Connection Details

How to view your ClickHouse® cluster’s access information.

There are several ways to access ClickHouse® clusters created in Altinity.Cloud. To view your cluster’s connection details, click the Connection Details link in the Clusters view:

Viewing the connection details

You’ll see the following dialog:

The connection details

Figure 1 - The Connection Details dialog

The connection details are:

Endpoints

One or more endpoints of the cluster, based on the name of the cluster and environment that host the cluster. The icon indicates that an IP whitelist is defined for that endpoint:

Multiple endpoints

Figure 2 - A cluster with two endpoints, one of which has an IP whitelist

See the User Guide for the details of configuring alternate endpoints. Details on defining an IP whitelist are in the Administrator Guide.

TCP Port

The TCP port for the cluster. This is used by the native ClickHouse binary protocol.

HTTPS Point

The HTTPS port used for the cluster.

Client Connections

Useful commands, URLs, and code you can copy and paste (add your password wherever appropriate, of course):

  • The clickhouse-client command to connect to this cluster
  • This cluster’s JDBC URL for Java applications
  • The URL of this cluster
  • Python code to import the clickhouse_driver library and create a Client object for this cluster