-
Notifications
You must be signed in to change notification settings - Fork 501
Anonymous Access Configuration
Anonymous access in CloudBeaver lets users connect to databases without authentication. Before configuring any anonymous connections, you must first enable anonymous access in the server settings.
You can turn on anonymous access in two ways: through the UI or by using server configuration.
- Sign in as an administrator.
- Go to Administration -> Settings -> Server configuration.
- Select the Allow anonymous access checkbox.
- Click Save to apply the changes.
Set the CLOUDBEAVER_APP_ANONYMOUS_ACCESS_ENABLED environment variable and restart the server.
For details on where to define server parameters and how configuration files work, see Server configuration
Once anonymous access is enabled, you can set it up in one of two ways:
- Administrator defined connections: Administrators can configure connections that are accessible anonymously, allowing access to these predefined connections.
- Private connections: When enabled, this feature lets anonymous users configure their private connections from the main page. These connections are temporary and expire with the session.
-
As an administrator, navigate to the Settings -> Server configuration.
-
Locate the Enable private connections option and activate this setting to allow the creation of connections by anonymous users.

-
Save changes.
-
Start the process of editing a connection as an administrator. For detailed instructions, refer to the Create Connection article.
-
Navigate to the Access tab within the connection settings and click on the Edit button to modify access settings.

-
Select the
userentry (representing all users, including anonymous) by checking the box next to it, then click Grant to assign access.Tip: If you want anonymous users to have a different default role, change the
anonymousUserRolevalue in your server configuration. -
When you’ve finished configuring the connection, click Save 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