Start a conversation

Using Kerio Connect Virtual Appliance

Overview

You can install and work with Kerio Connect on a Virtual Appliance. In Kerio Connect VA, you can configure the SSH, server time, and firewall settings; enable KIMT communication; upgrade the appliance manually; set up Kerberos User Authentication; add or expand the storage partitions; add or change the system locales.

A virtual installation is suitable if the physical hardware is not ready for the installation, or if it does not meet the system installation requirements.


 

Prerequisites

 

Environment

Download the preferred file (ovf, vmdk, VMware) for Virtual Appliance

Complete These Tasks Before You Begin

Perform the following steps before you begin:

  1. Install the Kerio Connect Virtual Appliance with a standard Debian GNU Linux 8.11 (x86-64) distribution.

  2. Complete Initial Kerio Connect Configuration.

  3. If you see a blue Kerio screen after Kerio Connect is installed, this is the Debian version.

    3.png

Back to top


 

Enabling SSH Console

  1. Press Alt + F2 to switch the visible console to another terminal (TTY) screen.

  2. Log in as root. The default password is kerio.

  3. Change the password after the first login.

    Note: A forgotten password cannot be retrieved.

  4. Enable SSH. For Kerio Connect 7.4 and newer, enable the SSH client directly from the Kerio Connect console.
    connect_va4.png

Back to top


 

Changing the Server Time Settings

The default system time zone is UTC (GMT +0). For Kerio Connect 7.4 and newer, you can set the time settings in the Kerio Connect console.

va_timezone.png

For Kerio Connect 7.3 and older, follow these steps:

  1. Log in to the system console.

  2. Configure the time zone using the following command:

    dpkg-reconfigure tzdata
  3. Reboot the server using the following command:

    reboot

Back to top


 

Changing the Firewall Settings

  1. Access the system console.

  2. Edit the firewall configuration file /etc/ufw/kerio-connect.ufw using a text editor by using a command similar to the following example:

    vi /etc/ufw/applications.d/kerio-connect.ufw
  3. In the ports= section, add the ports you want to open. For example:

    ports=80|25|110|443
  4. Reload the firewall with the following command:

    ufw app update kerio-connect
  5. To allow the Kerio IMAP Migration Tool (KIMT) communication, execute the command below:
    ufw allow 44337
  6. If you are changing firewall rules remotely over SSH, restart the firewall service with the following command:

    /etc/init.d/ufw restart

    Note: This may interrupt your current SSH session, and you will need to reconnect if you have further work to do.


     

Add System Locales

For Kerio Connect 7.4 and newer, the required system locales are added automatically. For Kerio Connect 7.3 and older, en_US.UTF-8 is the default locale. To change it, follow these steps:

  1. Log in to the system console.

  2. Run the configuration wizard for the locales:

    dpkg-reconfigure locales
  3. Select the locale you want to install. Always use the UTF-8 version (for example, cs_CZ.UTF-8, de_DE.UTF-8, etc.).

  4. Select a default system locale.

  5. Confirm your selection.

  6. (Optional) For Kerio Connect Ubuntu installations, you might receive the following error in the logs:

    [23/May/2019 09:03:20] Locale support for language en (en_US.UTF8) is not installed on the system: locale::facet::_S_create_c_locale name not valid

    To resolve this, execute the following commands in this order:
    1. apt-get install locales
    2. locale-gen en_US.UTF-8

      Note: Replace en_US.UTF-8 by the necessary language code.

    3. update-locale LANG=en_US.UTF-8
    4. reboot

Back to top


 

Modify System Locales

  1. Log in to the system console.

  2. To change the locale, for example to German, run the following command:

    sudo update-locale LANG=de_DE.UTF-8 LC_MESSAGES=POSIX
  3. Get a list of available locales by running the following command in the system console and verify the modification:

    locale -a

Back to top

Related Articles

Expanding storage of the Kerio Connect Virtual Appliance

Configure Kerberos User Authentication in Kerio Connect Virtual Appliance

Upgrading Kerio Connect on VMware

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments