Start a conversation

How to Disable GFIAgent Auto-Upgrade in KerioConnect Appliances

Prerequisites

Before proceeding, ensure that you have administrative access to the system where the KerioConnect appliance is installed. You will need to modify a configuration file, which requires sufficient permissions. 

 

Disabling Agent Auto-Upgrade

The auto-upgrade feature is controlled by the config.toml file located in the KerioConnect appliance's installation directory. To disable auto-upgrade, you'll need to edit this file and change the value of the enableUpdate variable to false. Here's how to do it for different operating systems:

Location of the config.toml file:

  • macOS systems: /var/gfiagent/appliances/config.toml
  • Windows systems: C:\Program Files\GFIAgent\appliances\config.toml
  • Linux systems: /var/gfiagent/appliances/config.toml
  1. Edit the config.toml file, either through the filesystem or the terminal:
    sudo nano config.toml
  2. Locate the enableUpdate variable and change its value to false:
    enableUpdate = false
  3. Save the changes and exit the editor.
  4. Disable and Stop GFIAgent service

After completing the above steps, the agent auto-upgrade feature will be disabled for your KerioConnect appliance. 

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

  2. Posted
  3. Updated

Comments