By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
Note
Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/open-webui/open-webui/pull/21651
**Author:** [@Classic298](https://github.com/Classic298)
**Created:** 2/20/2026
**Status:** ❌ Closed
**Base:** `dev` ← **Head:** `claude/disable-analytics-env-var-C15Xy`
---
### 📝 Commits (2)
- [`cf97350`](https://github.com/open-webui/open-webui/commit/cf97350523484bd625b8c417dcc807c975ef7e17) Add ENABLE_ANALYTICS_DASHBOARD env var to disable analytics
- [`449cd15`](https://github.com/open-webui/open-webui/commit/449cd15d766b4cd7482ec24bbde771eafdbdd9aa) Add ENABLE_ADMIN_ANALYTICS env var to disable analytics
### 📊 Changes
**7 files changed** (+49 additions, -11 deletions)
<details>
<summary>View changed files</summary>
📝 `backend/open_webui/config.py` (+4 -0)
📝 `backend/open_webui/main.py` (+2 -0)
📝 `backend/open_webui/routers/analytics.py` (+9 -2)
📝 `src/lib/stores/index.ts` (+1 -0)
📝 `src/routes/(app)/admin/+layout.svelte` (+9 -7)
📝 `src/routes/(app)/admin/analytics/+page.svelte` (+12 -1)
📝 `src/routes/(app)/admin/analytics/[tab]/+page.svelte` (+12 -1)
</details>
### 📄 Description
As discussed in https://github.com/open-webui/open-webui/discussions/21548
### Contributor License Agreement
<!--
🚨 DO NOT DELETE THE TEXT BELOW 🚨
Keep the "Contributor License Agreement" confirmation text intact.
Deleting it will trigger the CLA-Bot to INVALIDATE your PR.
-->
By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](https://github.com/open-webui/open-webui/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms.
> [!NOTE]
> Deleting the CLA section will lead to immediate closure of your PR and it will not be merged in.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21651
Author: @Classic298
Created: 2/20/2026
Status: ❌ Closed
Base:
dev← Head:claude/disable-analytics-env-var-C15Xy📝 Commits (2)
cf97350Add ENABLE_ANALYTICS_DASHBOARD env var to disable analytics449cd15Add ENABLE_ADMIN_ANALYTICS env var to disable analytics📊 Changes
7 files changed (+49 additions, -11 deletions)
View changed files
📝
backend/open_webui/config.py(+4 -0)📝
backend/open_webui/main.py(+2 -0)📝
backend/open_webui/routers/analytics.py(+9 -2)📝
src/lib/stores/index.ts(+1 -0)📝
src/routes/(app)/admin/+layout.svelte(+9 -7)📝
src/routes/(app)/admin/analytics/+page.svelte(+12 -1)📝
src/routes/(app)/admin/analytics/[tab]/+page.svelte(+12 -1)📄 Description
As discussed in https://github.com/open-webui/open-webui/discussions/21548
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.