Start a conversation

Installing Kerio Connect on Linux Debian/Ubuntu

Overview

Kerio Connect is available as a standard installation package for Windows, Mac OS X, Linux RPM, and Linux Debian. This article shares the process of installing Kerio Connect on Linux Debian or Ubuntu systems.

Note: Make sure your system meets all requirements before starting the installation.


 

Installation Process

Follow these steps:

  1. Download the latest version of Kerio Connect.
  2. Run the installer with root rights or using this command:
    # dpkg -i <installation_file_name.deb>
    Example: # dpkg -i kerio-connect-9.2.11-4847-linux-amd64.deb
    Important: the command should be executed with superuser (sudo) privileges.
    1. An alternative way is to install using the APT package manager.
      apt install ./kerio-connect-9.2.11-4847-linux-amd64.deb
      apt_install_deb.png
      Note: APT will automatically install all the necessary dependencies.
  3. Follow the steps in the installation wizard. Kerio Connect gets installed in the /opt/kerio/mailserver folder.
  4. Click Finish to complete the installation.

    Note: We recommend you read the DEBIAN-README (located in the installation directory) file carefully and immediately after the installation.

  5. Perform the initial configuration before starting the Kerio Connect engine.

 

Manually Starting or Stopping the Kerio Connect Engine

The Kerio Connect service starts automatically. The script that provides this automatic start-up of the daemon (Kerio Connect engine) on system reboot is located in the /etc/init.d folder.

You can use the following commands to start or stop the daemon manually from the terminal: 

  • Stopping the Kerio Connect engine: sudo service kerio-connect stop
  • Running the Kerio Connect engine: sudo service kerio-connect start
  • Restarting the Kerio Connect engine: sudo service kerio-connect restart

    Note: Run Kerio Connect with root user rights to execute these commands.  

Back to top

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

  2. Posted
  3. Updated

Comments