lock_open
No Authentication
Disable all authentication methods to allow unrestricted access to FileBrowser.
Security Warning: No authentication mode disables all security checks and allows unrestricted access to your FileBrowser instance. This should only be used in controlled testing environments or isolated networks where security is not a concern.
Configuration
Enable no authentication mode:
When noauth: true is set:
- All authentication methods are disabled
- All users can access FileBrowser without login
- The system automatically uses user ID 1 for all requests
- Overrides all other authentication methods (password, OIDC, proxy)
Use Cases
Testing Environments
Useful for local development or testing where authentication is not needed:
Security Considerations
⚠️ Never use in production unless:
- The instance is completely isolated from the internet
- All network access is restricted via firewall
- You understand the security implications
- No sensitive data is stored
Disabling No Auth
To re-enable authentication, set noauth: false or remove the setting: