diff --git a/docs/guide/ui.md b/docs/guide/ui.md
index 156588dea..3219a7b9b 100644
--- a/docs/guide/ui.md
+++ b/docs/guide/ui.md
@@ -18,6 +18,10 @@ vitest --ui
Then you can visit the Vitest UI at `http://localhost:51204/__vitest__/`
+::: warning
+The UI is interactive and requires a running Vite server, so make sure to run Vitest in `watch` mode (the default). Alternatively, you can generate a static HTML report that looks identical to the Vitest UI by specifying `html` in config's `reporters` option.
+:::
+