Chat Sharing
Enabling Community Sharing
To enable community sharing, follow these steps:
- Navigate to the Admin Panel page as an Admin.
- Click on the Settings tab.
- Toggle on Community Sharing within the General settings tab.
Note: Only Admins can toggle the Community Sharing option. If this option is toggled off, users and Admins will not see the Share to Open WebUI Community option for sharing their chats. Community sharing must be enabled by an Admin for users to share chats to the Open WebUI community.
This will enable community sharing for all users on your Open WebUI instance.
Sharing Chats
To share a chat:
- Select the chat conversation you want to share.
- Click on the 3-dots that appear when hovering the mouse pointer above the desired chat.
- Then click on the Share option.
- Select either Share to Open WebUI Community (if Enable Community Sharing is toggled on by an Admin) or Copy Link.
After generating a share link, the modal shows an Access Control selector for who can open it, offering Private, Public and Open.
Public makes the link reachable by any signed-in user of this instance, so a visitor who is not logged in is still sent to the login page. It is gated by the Chats Public Sharing permission. When disabled, non-admin users only see options to grant access to specific users or groups. Admins always retain access to all options. See RBAC Permissions and USER_PERMISSIONS_CHAT_ALLOW_PUBLIC_SHARING for configuration.
Open removes the login requirement entirely and is covered in Open links below.
Open links (no sign-in)
Open is the only setting that makes a chat readable without an Open WebUI account. Anyone holding the link can read the conversation straight from the internet, with no login and no record of who viewed it.
It is off by default. A non-admin needs the Chats Open Sharing permission (USER_PERMISSIONS_CHAT_ALLOW_OPEN_SHARING, default False) before the option appears at all. Without it the dropdown shows only Private and Public, and an open grant submitted directly to the API is dropped rather than saved.
What an open link does and does not allow:
- It is read-only. Open access exists only as a read grant, so the write toggle is not offered and a write grant for it is rejected.
- It applies to chats only. No other resource type accepts this kind of grant, so knowledge bases, models, prompts, tools, notes and calendars cannot be shared this way.
- Copying the conversation into an account still requires signing in and holding the Chat Import permission.
- The page asks search engines not to index it (
noindex,nofollow). That is a request to well-behaved crawlers, not access control: the link still works for anyone who receives it.
Treat the URL itself as the only protection. It cannot be revoked selectively, so if it leaks, the way to cut access is to delete the share link (see Deleting Shared Chats) or switch the chat back to Private. Shared chats are snapshots, so anything in the conversation at the moment the link was generated stays visible, including any file contents, names or internal details quoted in the messages.
Sharing to Open WebUI Community
When you select Share to Open WebUI Community:
- A new tab will open, allowing you to upload your chat as a snapshot to the Open WebUI community website (https://openwebui.com/chats/upload).
- You can control who can view your uploaded chat by choosing from the following access settings:
- Private: Only you can access this chat.
- Public: Anyone on the internet can view the messages displayed in the chat snapshot.
- Public, Full History: Anyone on the internet can view the full regeneration history of your chat.
Note: You can change the permission level of your shared chats on the community platform at any time from your openwebui.com account.
Currently, shared chats on the community website cannot be found through search. However, future updates are planned to allow public chats to be discoverable by the public if their permission is set to Public or Public, Full History.
Copying a Share Link
When you select Copy Link, a unique share link is generated that can be shared with others.
Important Considerations:
- The shared chat will only include messages that existed at the time the link was created. Any new messages sent within the chat after the link is generated will not be included, unless the link is deleted and updated with a new link.
- The generated share link acts as a static snapshot of the chat at the time the link was generated.
- Unless the chat is set to Open, viewing it requires an account on the Open WebUI instance where the link was generated, and being signed in to that account. A visitor who is not signed in is redirected to the login page first.
- A chat set to Open skips both requirements and is readable by anyone with the link. See Open links.
Viewing Shared Chats
To view a shared chat:
- Ensure you are signed in to an account on the Open WebUI instance where the chat was shared. This step does not apply to a chat shared as Open, which anyone can read without an account.
- Click on the shared link provided to you.
- The chat will be displayed in a read-only format.
- If the Admin of the Open WebUI instance from which the shared link was shared has Text-to-Speech set up, there may be an audio button for messages to be read aloud to you (situational).
Updating Shared Chats
To update a shared chat:
- Select the chat conversation you want to share.
- Click on the 3-dots that appear when hovering the mouse pointer above the desired chat.
- Click on the Share option.
- The Share Chat Modal should look different if you've shared a chat before.
The Share Chat Modal includes the following options:
- before: Opens a new tab to view the previously shared chat from the share link.
- delete this link: Deletes the shared link of the chat and presents the initial share chat modal.
- Share to Open WebUI Community: Opens a new tab for https://openwebui.com/chats/upload with the chat ready to be shared as a snapshot.
- Update and Copy Link: Updates the snapshot of the chat of the previously shared chat link and copies it to your device's clipboard.
Deleting Shared Chats
To delete a shared chat link:
- Select the chat conversation you want to delete the shared link for.
- Click on the 3-dots that appear when hovering the mouse pointer above the desired chat.
- Click on the Share option.
- The Share Chat Modal should look different if you've shared a chat before.
- Click on delete this link.
Once deleted, the shared link will no longer be valid, and users will not be able to view the shared chat.
Note: Chats shared to the community platform cannot be deleted. To change the access level of a chat shared to the community platform:
- Log in to your Open WebUI account on openwebui.com.
- Click on your account username at the top right of the website.
- Click on Chats.
- Click on the chat you wish to change permission access for.
- Scroll to the bottom of the chat and update its permission level.
- Click the Update Chat button.
Managing Shared Chats
Open WebUI provides a centralized dashboard to manage every chat conversation you have shared. From there you can search through your shared history, re-copy links, or revoke access instantly.
For details on the management dashboard, see Shared Chats Management.