Restoring the Kerio Control default configuration using a USB flash drive
Kerio Technologies provides a set of tools for solutions for situations in which it is not possible to connect to Kerio Control on a network and administer it through the Kerio Control Administration web interface.
These tools are designed to run from a USB flash drive.
You need a flash drive with the capacity of at least 1 GB to run the tools. For restoring the default configuration, 256 MB suffice.
We recommend using these tools for Kerio Control Box and Kerio ControlSoftware ApplianceA special operating system designed to run on a computer.. In this article, Kerio Control refers to Kerio Control Box or Kerio Control Software Appliance.
NOTE
This article describes Kerio Control Box 1000/3000 series. For more information refer to Restoring the Kerio Control Box NG series default configuration using a USB flash drive.
Should any issues arise (for example, if Kerio Control fails to work even after you perform a complete system recovery) contact our technical support.
Restoring the default configuration
The factory settings of Kerio Control can be recovered with the file kerio-control-factory-reset.
Factory settings recovery includes removal of all configuration data including activation and the statistics database.
This USB tool is designed for a single use. An operation does not repeat if you restart with the flash drive still in the USB port. Once you perform the operation unplug the flash drive.
- Insert a USB flash drive to your computer (256 MB or larger) into a USB port on your computer.
- Make sure that only one partition with file system FAT16 or FAT32 (VFAT ) is created on the flash drive. The USB drive must not be formatted by file system NTFS or ext2, ext3, or ext4.
- Save the kerio-control-factory-reset file to the flash drive.
- Switch off Kerio Control.
- Plug the USB flash drive into one of the USB ports of your Kerio Control.
- Switch on Kerio Control. Once Kerio Control boots, the box beeps once. Once the configuration is reset, the box beeps once.
- Kerio Control re-boots automatically and beeps once. Once Kerio Control is up, the box beeps three times.
- Install Kerio Control. For more information refer to Installing Kerio Control.
If the steps above do not work, try another flash drive. Different Kerio Control Box models require different USB drive formats:
- Kerio Control Box 1110, 3110, 3120, and 3130 require a USB flash drive formatted like a floppy disk (not partitioned).
- Kerio Control Box 1120 requires a flash drive formatted with a master boot record (MBR). USB drives with floppy-type formatting cannot connect to Kerio Control Box, but can be reconfigured to work. For more information refer to Formatting a USB flash drive with MBR.
Running a complete system recovery
Kerio Control can be completely recovered with the kerio-control-rescue file. In the system recovery, all configuration data, including activation and the statistics database, is completely rewritten. This means the device have to be reactivated and reconfigured for further use.
IMPORTANT
Before doing a complete system recovery, we recommend that you should first restore the factory settings and then retest the connection to Kerio Control.
Preparing a flash drive for system recovery
For complete system recovery, Kerio Control first needs to introduce the operating system from a USB drive. The kerio-control-rescue file is an image of an installation disk and must be saved directly on the physical device. Follow the instructions for your client system below.
NOTE
During the installation of the rescue tool, the box beeps several times:
When Kerio Control boots, the box beeps twice.
When Kerio Control Engine starts up, the box beeps three times.
Operating System | Description |
---|---|
Microsoft Windows |
IMPORTANT All data on the flash drive will be completely overwritten, so be sure to save any files you need elsewhere.
|
Linux |
IMPORTANT All data on the flash drive will be completely overwritten, so be sure to save any files you need elsewhere.
|
Mac OS X |
IMPORTANT All data on the flash drive will be completely overwritten, so be sure to save any files you need elsewhere.
|
Kerio Control device system recovery
- Switch off Kerio Control.
- Plug the USB flash drive into one of the USB ports of your Kerio Control.
- Switch on Kerio Control. Wait for applying the kerio-control-rescue script.
- Kerio Control turns off after the factory reset finishes. Turn off Kerio Control Box 3110 and 3120 manually after some time (15 min) of inactivity.
- Switch on Kerio Control.
- Install Kerio Control. For more information refer to Installing Kerio Control.
Recovering the USB flash drive for further use
The recovery file creates partitions on the USB flash drive. To reuse the USB drive for other purposes, you need to remove all disk partitions, create one or more new partitions, and reformat the disk for your file system.
Operating System | Description |
---|---|
Microsoft Windows |
create partition primary select partition 1 format fs=fat32 label="USB Flash" quick exit |
Linux |
Use the graphical tool GParted or the command
|
Mac OS X |
Use the system tool Disk Utility: Application > Utilities > Disk Utility. |
Formatting a USB flash drive with MBR
- Click Start and in the
Search field enter
cmd.exe
to open the Command Prompt window. - On the command line, enter
diskpart
. You may need to confirm that you have administration rights. - Enter the command
list disk
to display the list of drives and look up the number of the physical USB drive. - Enter the command
select disk X
(replaceX
with the number of the corresponding disk). - Use the command
clean
to remove all partitions. - Create a new disk partition by entering these commands in the order listed:
create partition primary
select partition 1
format fs=fat32 label="USB Flash" quick
exit