Back to Yugabyte Db

Third party tools

docs/content/stable/integrations/tools/_index.md

2026.1.0.0-b253.0 KB
Original Source

Because YugabyteDB is compatible with PostgreSQL and Cassandra, you can use third-party clients to connect to your YugabyteDB clusters.

Tools

<ul class="nav yb-pills"> <li> <a href="superset/">
  Apache Superset
</a>
</li> <li> <a href="arctype/">
  Arctype
</a>
</li> <li> <a href="dbeaver-ysql/">
  DBeaver
</a>
</li> <li> <a href="dbschema/">
  DbSchema
</a>
</li> <li> <a href="metabase/">
  Metabase
</a>
</li> <li> <a href="pgadmin/">
  pgAdmin
</a>
</li> <li> <a href="sql-workbench/">
  SQL Workbench/J
</a>
</li> <li> <a href="tableplus/">
  TablePlus
</a>
</li> </ul>

YugabyteDB prerequisites

To use these tools with YugabyteDB, you should have a cluster up and running, and you will need to know the connection parameters required by the client to connect to your cluster.

To create a local cluster, follow the steps in Quick start.

To create a cluster in YugabyteDB Aeon, follow the steps in Create a cluster. In addition, do the following:

Connection parameters

To connect, follow the client's configuration steps, and use the following values:

SettingLocal installationYugabyteDB Aeon
Hostnamelocalhost or the IP address of a nodeThe cluster hostname as displayed on the cluster Settings tab
Port5433 (YSQL) 9042 (YCQL)5433 (YSQL) 9042 (YCQL)
DatabaseDatabase name (yugabyte is the default)Database name (yugabyte is the default)
Usernameyugabyte or cassandraDatabase username (admin is the default)
Passwordyugabyte or cassandra are the default for an insecure local cluster.
For a secure cluster, the credentials are in the credentials file.
Leave blank if authentication is not enabled.Database user password

YugabyteDB Aeon requires TLS. Use the root.ca certificate you downloaded for connections to YugabyteDB Aeon clusters.