2.2  Linux Operating System

The version for Linux is distributed only in a separate RPM package (its name starts with kerio-mailserver-admin). It is necessary to install this package both at the server (for local administration) and on hosts from which remote administration will be performed.

To install Administration Console, use this command:

rpm -i <installation_package_name>

e.g. rpm -i kerio-mailserver-6.1.2build573-linux.i386.rpm

If Administration Console is already installed, you can upgrade to the newer version using the following command:

rpm -U <installation_package_name>

To uninstall Administration Console, use this command:

rpm -e kerio-mailserver-admin

Starting Administration Console

Administration Console is started by the kerioadmin script. The script is stored in the /usr/bin directory. By default, the path is set so that it leads to this directory.

Warning: Administration Console should always be started by this script. If the kadmin file is started directly, it might happen that an incorrect version of the Qt library is downloaded (or that the library is not found) which would lead to incorrect functionality of Administration Console.

Files location

Administration Console is installed to the /opt/kerio/admin directory. The Administration Console's executable file (kadmin.exe) as well as individual administration modules (mailadmin*.exe) and relevant dynamic libraries (lib*) are stored in the directory.

Localization files (*.qm) are stored in the translations subdirectory. Help is not available in Linux.

Bookmarks (login data for individual servers) are saved in the .kerio/admin subdirectory of the home directory of the current user (there is a special set of bookmarks customized for each user). Each bookmark is saved in a separate file. The file extensions correspond with the application for which the bookmark refers (currently, the only alternative available is .bkms for Kerio MailServer).