This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Table of contents
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.
Enabling anonymous access
You can turn on anonymous access in two ways: through the UI or by using server configuration.
Use the web UI
- Sign in as an administrator.
- Go to Administration -> Settings -> Server configuration.
- Select the Allow anonymous access checkbox.
- Click Save to apply the changes.
Use server configuration
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.
Configuration methods
Enabling private connections for anonymous users
-
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.
Administrator defined anonymous access
-
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.
CloudBeaver Documentation
- 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

