2. Install and update
2.1. Installation on Linux
Download the RDBExpert distribution from the official Red Database Management System website. The download is available only to authorized users.
Set executable permissions for the downloaded file:
sudo chmod +x rdbexpert-2026.08-installer.run
Run the RDBExpert installation:
[sudo] ./rdbexpert-2026.08-installer.run [-- <options>] <options>::= --no-prompt | --path=</path/to/installation/directory>If
sudois not specified, RDBExpert can only be run by the user under whose account the installation was performed. If the installation is performed as a superuser, RBDExpert will be available to all users if you answer “Yes” to “Allow other users to run the application?”.The
--no-promptoption sets the installation to silent mode.The
--pathoption specifies the path where RDBExpert will be installed. The default is/opt/rdbexpert.Example of using the options:
./rdbexpert-2026.08-installer.run -- --no-prompt --path=/opt/rdbexpert
Run RDBExpert.
Installation on RedOS 8
Add the application repository to
/etc/yum.repos.d, to do this, install therdbexpert-releasepackage:sudo dnf install -y rdbexpert-release
Install RDBexpert:
sudo dnf install -y rdbexpert
2.2. Installation on Windows
Download the RDBExpert distribution from the official Red Database Management System website. The download is available only to authorized users.
Run
rdbexpert-<version>-installer-windows.exe. Installation is performed using the standard software installation wizard. After installation, a shortcut to the application will appear on your desktop.Run RDBExpert.
2.3. Installing the portable RDBExpert
Download the RDBExpert distribution from the official Red Database Management System website. The download is available only to authorized users.
Extract the archive containing the portable version of RDBExpert:
rdbexpert-<version>-portable-linux.tar.gzonLinuxorrdbexpert-<version>-portable-windows.ziponWindows.Run RDBExpert.
Translated with DeepL.com (free version)
2.4. Installation Java
The Java supplied with RDBExpert is used by default.
When upgrading from older versions of RDBExpert (2025.05 and below), Java will be downloaded automatically.
To use third-party Java, you need to specify it in RDBExpert/config/launcher.conf.
You must use an absolute path to the executable file, for example:
Example for
Windows:app.java.path=C:\ProgramFiles\openjdk-21\bin\java.exe
Example for
Linux:app.java.path=/usr/lib/jvm/openjdk-21/bin/java
You can run the application from the console as java -jar rdbexpert.jar command from the directory where rdbexpert.jar is located,
You can also launch the Launcher by running the command ./RDBExpert64.
When starting the Launcher, you can specify JVM arguments, for example:
./RDBExpert64 -Djna.debug_load=true
Also JVM arguments can be specified in RDBExpert/config/launcher.conf:
# ---------------------
# - JVM CONFIGURATION -
# ---------------------
-Djna.debug_load=true # as example
2.5. Update
When a new version of the application is released, a dialog box will appear to notify you that a new version has been released, and the status bar will display the message
Update available.Click the
Downloadbutton in the dialog box or the status bar and start the update.When the update is complete, restart RDBExpert.
You can also check for updates via menu item Help \(\to\) Check for updates.
Skip version
The Skip Version button keeps application at the current version and disables notifications of available update.
In this case, there will be no update notifications until the next version is released.
You can install the skipped version via menu item Help \(\to\) Check for updates.
You can postpone the update by clicking the Remind Later button.
Then the dialog box informing you about the available update will open again at the next application start.