-
Notifications
You must be signed in to change notification settings - Fork 475
Local Access Authentication
Note: This feature is available in Enterprise and Team editions only.
Local access authentication is a method for validating users based on usernames and passwords managed within the system.
-
As an administrator, navigate to the Settings -> Server configuration.
-
Locate the Local option and activate this setting to allow local authentication.
-
Save changes.
To grant local access, administrators set up individual user accounts. This involves creating each account with a unique username and a secure password in the Administration section. For detailed guidance on creating user accounts, refer to the Users article.
If an administrator disables all types of authentication, including Local, the administrator cannot log in with their credentials after logging out. In such a situation, you need to:
-
Open the file
{cb_workspace}/.data/.cloudbeaver.runtime.conf
. -
Find
enabledAuthProviders
. -
Add
"local"
to the list."enabledAuthProviders": ["local"],
-
Restart the server to apply the changes.
- Getting started
- Create connection
- Connection network options
- Supported databases
-
Drivers management
- Database authentication methods
- Database navigator
- Properties editor
- Data editor
- SQL editor
-
Entity relation diagrams
- Cloud services
-
AI Smart assistance
- Data transfer
- General user guide
- Administration
- Server configuration
-
Server security and access configuration
- Authentication methods
- Access management
- Proxy configuration
-
Secret management
- Logs
-
Query manager
- Workspace location
- Command line parameters
-
Session manager
- Deployment options
- CloudBeaver Editions
- FAQ
- Development