diff --git a/integrations/connectors/tools/gui.mdx b/integrations/connectors/tools/gui.mdx index c16be51..b35042f 100644 --- a/integrations/connectors/tools/gui.mdx +++ b/integrations/connectors/tools/gui.mdx @@ -463,7 +463,17 @@ SeekTable is [free](https://www.seektable.com/help/cloud-pricing) for personal/i ### Chadmin {#chadmin} -[Chadmin](https://github.com/bun4uk/chadmin) is a simple UI where you can visualize your currently running queries on your ClickHouse cluster and info about them and kill them if you want. +[Chadmin](https://bun4uk.github.io/chadmin/) is an administration panel for ClickHouse that auto-detects your topology — single node, self-hosted cluster, or +ClickHouse Cloud — and adapts the UI and the SQL it runs accordingly. It is distributed as a single Docker image. + +Features: + +- Real-time per-node/per-service dashboard of running queries with memory, duration, and formatted SQL (syntax-highlighted, with time-based row coloring) +- Kill long-running queries from the UI +- Users & Access page for inspecting and dropping ClickHouse users +- ClickHouse Cloud: services grouped by warehouse, idle/stopped services can be woken from the UI, deep-linkable via `?warehouse=…&service=…` URL params +- Polling pauses when the browser tab is hidden, so idle Cloud services aren't kept warm by a background tab +- Light/dark theme ### TABLUM.IO {#tablum_io}