-
Notifications
You must be signed in to change notification settings - Fork 479
Administration
- Initial server configuration
- Entering administration page
- Access Management
- Server configuration
- Preferences
Upon launching the application for the first time, it necessitates an initial setup process. This setup primarily involves configuring specific aspects of the application to ensure optimal functionality.
The initial configuration is a vital step to ensure that the application functions correctly and according to your preferences.
The base application settings require specific essential configurations on initial launch. This includes the following components: administrator account, server info, and base application behavior.
After the initial server configuration, you can log in as an administrator:
-
If the authentication is enabled: Settings (top right corner, the cog icon) -> login
-
Another option is to enter the
/#/admin
pageIf you see the error "Unsupported authentication provider: local" then you need to enable local authentication in the server configuration and restart the server: Server Configuration Documentation:
"enabledAuthProviders": [
"local"
]
After successful authentication with the administrator account, you can enter the Administration page:
- via menu: Settings (top right corner, the cog icon) -> Administration
- Directly go to
/#/admin
page
On the administration page, select the Users and Teams tab.
- In the Users tab, you can create, delete, and edit users. For details, see Users.
- In the Teams tab, you can manage team memberships and permissions. For details, see Teams.
On the administration page, select the Server configuration tab. On the Server configuration tab, you can edit the base application settings. You can read more about it here.
On the administration page, select the Preferences tab. On the Preferences tab, you can customize settings for the interface, Data Viewer, SQL Editor, and Tools. You can find initial guidelines in Preferences article.
- 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