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.
Place the license file in predefined locations¶
- 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.
Pass the license file via command line¶
You can pass the license path directly through the command line or the configuration file.
Command line option¶
Add the parameter -license <license-path> to the DBeaver launch command or shortcut.
For a full list of available CLI parameters, see the Command line reference.
Configuration file option¶
You can also add this parameter to your dbeaver.ini file:
Tip
For details on locating dbeaver.ini, see
Configuration files in DBeaver.