mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #19787] issue: User Account API Menu Missing for ADMIN users #105988
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gaby on GitHub (Dec 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19787
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.41
Ollama Version (if applicable)
No response
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
Admins should be able to create API keys regardless of permissions/groups.
Actual Behavior
API Key menu is missing for admin users.
Steps to Reproduce
Logs & Screenshots
N/A
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 6, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19551 issue: User Account API Menu Missing in Version 0.6.40
by oboeglen • Nov 27, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#19662 issue: Cannot logout properly
by man2004 • Dec 01, 2025 •
bug#19752 issue: minor UI Bug: knowledge sharing
by mahenning • Dec 04, 2025 •
bug#19481 issue: admin panel not working
by kybeq • Nov 25, 2025 •
bugShow 5 more related issues
#19215 issue:Server Failed opening Admin > Settings > Images Panel
by fordinator • Nov 16, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19187 issue: Image generation menu gone.
by calebrio02 • Nov 14, 2025 •
bug#19211 issue:
by Byrnes9 • Nov 16, 2025 •
bug#19496 issue: 500 internal server error appears in v0.6.40
by cloudtuotuo • Nov 26, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@gaby commented on GitHub (Dec 6, 2025):
Related #19551 I shouldn't need to create a group for an ADMIN to create API keys. It's very non intuitive.
@Classic298 commented on GitHub (Dec 6, 2025):
Intended behavior. You need to configure the permissions + plus duplicate issue
@gaby commented on GitHub (Dec 6, 2025):
@Classic298 commented on GitHub (Dec 6, 2025):
@gaby you did not post a screenshot where you globally enabled the api keys.
@gaby commented on GitHub (Dec 6, 2025):
The first screenshot?
@Classic298 commented on GitHub (Dec 6, 2025):
@gaby no that is the user permissions.
You need to globally enable api keys as well as per the changelog entry in the changed section of version .37
And as per the documentation also!
Admin panel> settings > General
@Classic298 commented on GitHub (Dec 6, 2025):
https://docs.openwebui.com/getting-started/env-configuration#enable_api_keys
https://docs.openwebui.com/getting-started/env-configuration#user_permissions_features_api_keys
@Classic298 commented on GitHub (Dec 6, 2025):
"For API Key creation (and the API keys themselves) to work, you not only need to enable it globally, but also give specific user groups the permission for it"
@gaby commented on GitHub (Dec 6, 2025):
@Classic298 That fixed the issue.