-
Notifications
You must be signed in to change notification settings - Fork 3.9k
License Administration
Note: This feature is available in Lite, Enterprise, Ultimate and Team editions only.
You can automate the license management process in DBeaver, which is especially useful in multi-user or enterprise environments.
-
Install DBeaver
-
Save your license text to a file named either
.dbeaver-%PRODUCT_PREFIX%-license.dator.dbeaver-%PRODUCT_PREFIX%-license.txtProduct name Prefix DBeaver Lite le DBeaver Enterprise ee DBeaver Ultimate ue -
Copy the license file to one of the following locations, depending on your operating system:
-
Windows:
%HOMEPATH%\%APPDATA%\DBeaverData\workspace6\.metadata\
-
macOS:
-
~/(user home) ~/Library/DBeaverData/workspace6/.metadata/
-
-
Linux:
-
~/(user home) $XDG_DATA_HOME/DBeaverData/workspace6/.metadata/
-
-
-
Launch DBeaver from the Start Menu or your preferred shortcut.
Tip: Using predefined locations allows DBeaver to detect and import the license automatically on startup.
You can pass the license path directly through the command line or the configuration file.
Add the parameter -license <license-path> to the DBeaver launch command or shortcut.
Example:
dbeaver -license "C:\licenses\dbeaver-ee-license.dat"
For a full list of available CLI parameters, see the Command line reference.
You can also add this parameter to your dbeaver.ini file:
-license "C:\licenses\dbeaver-ee-license.dat"
Tip: For details on locating
dbeaver.ini, see Configuration files in DBeaver.
- Getting started
- DBeaver configuration
-
Security
- Connection settings
- Databases support
- Classic
- Cloud
- Embedded
- File drivers
- Graph
- Database Navigator
- Data Editor
- SQL Editor
- Entity relation diagrams (ERD)
- Cloud services
- AI Assistant
- Data transfer and schema compare
- Task management
- Integrated tools
- Administration
- DBeaver Editions
- FAQ
- Development