Start a conversation

Deleting Kerio Control VPN Client Entries on macOS

Overview

To delete the VPN client entries on Mac OS X, you must delete them from the user.cfg file. To learn how this is done, follow the process below.

 

Back to top


 

Solution

  1. On your Mac computer, open the Terminal app and navigate to the /Users/<your_user>/.kerio/vpnclient folder and open the user.cfg file.

    Note: .kerio is a hidden folder.
  2. Locate the desired entry and delete it.

    The individual entries are inside the <connection> tag:

    <connection type="user">
    <description></description>
    <server>vpn.com</server>
    <username>jsmith</username>
    <password></password>
    <savePassword>0</savePassword>
    <persistent>0</persistent>
    </connection>

    user_cfg.png

  3. Save the file.

Important: If you want to delete all the entries, delete the entire user.cfg file. You can use the standard rm /Users/<your_user>/.kerio/vpnclient/user.cfg command.

Confirmation

The Kerio Control VPN client configuration is reset. The macOS settings for the VPN client are showing as blank.

vpn_client_user_config_reset.png

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

  2. Posted

Comments