From 25fe0beede98b581a8caedf24caf4a8444f74aaa Mon Sep 17 00:00:00 2001 From: Volodymyr Bunchuk Date: Mon, 18 May 2026 22:47:00 +0100 Subject: [PATCH 1/3] 3rd party gui tool Chadmin description update --- integrations/connectors/tools/gui.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/integrations/connectors/tools/gui.mdx b/integrations/connectors/tools/gui.mdx index c16be510..35326d8b 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://github.com/bun4uk/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} From cdb08396e108b77c5491fb9364553707d3ad9e37 Mon Sep 17 00:00:00 2001 From: Volodymyr Bunchuk Date: Mon, 18 May 2026 23:46:02 +0100 Subject: [PATCH 2/3] Fix link for Chadmin documentation --- integrations/connectors/tools/gui.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/connectors/tools/gui.mdx b/integrations/connectors/tools/gui.mdx index 35326d8b..0a930059 100644 --- a/integrations/connectors/tools/gui.mdx +++ b/integrations/connectors/tools/gui.mdx @@ -463,7 +463,7 @@ SeekTable is [free](https://www.seektable.com/help/cloud-pricing) for personal/i ### Chadmin {#chadmin} -[Chadmin](https://github.com/bun4uk/chadmin) is an administration panel for ClickHouse that auto-detects your topology — single node, self-hosted cluster, or +[Chadmin](http://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: From dd8c3e41917ef8c5a6441d27b953c28182d03fc2 Mon Sep 17 00:00:00 2001 From: Volodymyr Bunchuk Date: Mon, 18 May 2026 23:56:35 +0100 Subject: [PATCH 3/3] Fix link to Chadmin documentation --- integrations/connectors/tools/gui.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/connectors/tools/gui.mdx b/integrations/connectors/tools/gui.mdx index 0a930059..b35042f6 100644 --- a/integrations/connectors/tools/gui.mdx +++ b/integrations/connectors/tools/gui.mdx @@ -463,7 +463,7 @@ SeekTable is [free](https://www.seektable.com/help/cloud-pricing) for personal/i ### Chadmin {#chadmin} -[Chadmin](http://bun4uk.github.io/chadmin/) is an administration panel for ClickHouse that auto-detects your topology — single node, self-hosted cluster, or +[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: