License Administration
Note: This feature is available in Lite, Enterprise, Ultimate and Team editions only.
Table of contents
Manual license import
Commercial versions of DBeaver ask the user to import the license file if they cannot find it locally. It is the most simple and convenient way to import the product license for individual users.
License management automation
There are several ways to automate the license management process. It makes sense for a multi-user environment.
Put the license file to the predefined locations
- Install DBeaver
- Save license text to a file. It should be named as
.dbeaver-%PRODUCT_PREFIX%-license.dat
or.dbeaver-%PRODUCT_PREFIX%-license.txt
. - Add the license file to one of the following locations:
- Windows
%HOMEPATH%\
%APPDATA%\DBeaverData\workspace6\.metadata\
- MacOS X
~/
(user home)~/Library/DBeaverData/workspace6/.metadata/
- Linux
~/
(user home)$XDG_DATA_HOME/DBeaverData/workspace6/.metadata/
- Windows
- Launch DBeaver from Start Menu
Product prefixes:
Product name | Prefix |
---|---|
DBeaver Enterprise | ee |
DBeaver Lite | le |
DBeaver Ultimate | ue |
Passing license file through command line
You can add the command line parameter license <license-path>
to the DBeaver EE shortcut.
Also, you can add this parameter to the dbeaver.ini
config file.
Tip: Detailed instructions on finding
dbeaver.ini
are available in our article.
Command line reference.