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
- Edit the config.toml file, either through the filesystem or the terminal:
sudo nano config.toml
- Locate the enableUpdate variable and change its value to false:
enableUpdate = false
- Save the changes and exit the editor.
- Disable and Stop GFIAgent service.
After completing the above steps, the agent auto-upgrade feature will be disabled for your KerioConnect appliance.