-
Notifications
You must be signed in to change notification settings - Fork 504
Server configuration administration
The Server Configuration panel in CloudBeaver enables administrators to manage server settings important for the server. The panel is structured into distinct sections, each dedicated to specific aspects of server management.
To access the Server Configuration, navigate as administrator to Settings -> Administration -> Server Configuration.

The sections within the Server Configuration include:
- Server Information: Specifies essential server details.
- Configuration: Manages general configurations.
- Authentication Settings: Controls the methods for authentication.
- Security: Manages the storage of credentials.
- Disabled drivers: Allows to disable specific drivers on the server.
Note: The availability and specific options of the settings in the Server Configuration panel may vary between different versions of CloudBeaver.
| Setting name | Description |
|---|---|
| Server Name | The name assigned to the server for identification purposes. |
| Server URL | The URL through which the server can be accessed. |
| Session lifetime | Specify the duration, in minutes, for which a session remains active before expiring. |
| Setting name | Description | Additional article |
|---|---|---|
| Enable private connections | Allows users to create private connections that are not visible to other users. | Anonymous access configuration. |
| Navigator simple view | Shows only basic information in new connections within the navigation tree. | Simple and advanced view. |
| Setting name | Description | Additional article |
|---|---|---|
| Enable Resource Manager | Activates the Resource Manager, allowing users to store and manage scripts on the server. | Resource manager. |
Secret Management
|
Enables Secret Management functionality. | Secret Management |
The Authentication Settings section allows enabling various authentication methods that can later be configured in the Identity Provider tab.
Tip: For more information, see Authentication methods.
| Setting name | Description |
|---|---|
| Save credentials | Allows saving credentials for pre-configured databases. |
| Save users credentials | Allows saving credentials for non-admin users. |
| Bind session to IP | Binds user sessions to client IP addresses. For details, see section below. |
Binding sessions to IPs links each user session to their client’s IP address. This prevents a stolen session cookie from being reused from another network and makes account sharing harder.
This setting links a user session to the client’s IP address. If binding is enabled, users may be logged out when their
IP address changes (for example, behind NAT or when switching networks).
You can also configure this option with the
CLOUDBEAVER_BIND_SESSION_TO_IPenvironment variable. For more information, see Environment variables configuration.
| Value | Environment variable | Description |
|---|---|---|
| Enable | true |
Always bind sessions to IP addresses |
| Disable | false |
Never bind |
| Enable for databases.team | dbeaverDomains |
Used only for *.databases.team deployments (generated by the Domain Manager) |
Note: In Community Edition, this option can be configured only with the
CLOUDBEAVER_BIND_SESSION_TO_IPenvironment variable (default isfalse). It’s not available in the web client.
The Disabled Drivers section allows administrators to control the availability of database drivers on the server.
- Search for the driver: Enter the name of a specific driver in the search field to quickly locate it.
- Disabling a driver: Select the desired driver from the search results to disable it.
-
Enabling a driver: To re-enable a disabled driver, click on the
Xnext to its name in the list.
Tip: For more information on how to manage these settings through the configuration file, see Server configuration.
- 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