The CrateDB Admin UI

CrateDB ships with a web administration user interface (aka Admin UI) that you can use to inspect and interact with any CrateDB cluster.

Note

The tool is primarily intended for self-hosted clusters and mirrors the relevant features of the CreateDB Cloud Console. Cloud users can also benefit from the Admin UI by using it to view shards or to provide console access to users without full admin access to the Cloud Console.

Connecting

The Admin UI runs on every CrateDB node and can be accessed on port 4200:

http://HOSTNAME:4200/

Replace HOSTNAME with the hostname of the CrateDB node. If CrateDB is running locally, this will be localhost.

Navigate to this URL in a web browser.