mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12311] issue: "User" role cannot add Tool Servers #55212
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 @lowlyocean on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12311
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.0
Ollama Version (if applicable)
No response
Operating System
Docker via Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
There's no way to set enable_direct_tools so that non-admin users can add their own tool servers.
Right now it looks like only the admin users are able to setup tool servers.
Actual Behavior
Admin should be able to permit users to setup their own tool servers.
Steps to Reproduce
Log in as non-admin user
Go to Settings
Notice there is no "tools" section to configure tool servers
Logs & Screenshots
N/A
Additional Information
No response
@tjbck commented on GitHub (Apr 3, 2025):
Addressed with
7eea95a48cin dev!@mknet3 commented on GitHub (Apr 4, 2025):
thanks @tjbck! is there a way to set tool servers for everyone as admin?
@mknet3 commented on GitHub (Apr 4, 2025):
maybe this one? https://github.com/open-webui/open-webui/issues/12217
@gaby commented on GitHub (Apr 5, 2025):
I need #12217 too. Probably an option to disable users from being able to set tool servers, only to use the ones set by an Admin