mirror of
https://github.com/Mintplex-Labs/anythingllm-docs.git
synced 2026-07-21 01:05:22 -04:00
[GH-ISSUE #131] Feature Request: Option to Disable Authentication for Public Access in Docker Version #49
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 @lussifa on GitHub (Feb 9, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anythingllm-docs/issues/131
Feature Request: Option to Disable Authentication for Public Access in Docker Version
Description
Currently, the Docker version of AnythingLLM requires user authentication. I would like to request an option to disable authentication, allowing users to directly access the interface once they have the URL.
Use Case
For many internal use cases (e.g., within a local network, self-hosted applications, or intranet environments), requiring authentication adds unnecessary complexity. An "open access mode" would enable:
Proposed Solution
Add an environment variable or configuration setting to disable authentication:
AUTH_MODE=disabledThis feature is particularly useful for LAN-hosted applications where access control is handled at the network level.
It would improve usability for self-hosted users who don’t need authentication.
Security considerations: This feature should be optional and clearly documented.
Thank you for considering this request! Looking forward to hearing your thoughts.
@timothycarambat commented on GitHub (Feb 10, 2025):
The default start of AnythingLLM in docker is 100% unauthenticated. You need to go to Security> Enable Multi user or Enabled Password in order to put AnythingLLM behind any type of auth.
If you start a fresh install of AnythingLLM and dont opt to set a password or use multi-user this will grant anyone access to the UI.
Feature Request: Option to Disable Authentication for Public Access in Docker Versionto [GH-ISSUE #131] Feature Request: Option to Disable Authentication for Public Access in Docker Version