Deleting VPN client entries on OS X

To delete VPNVirtual private network - A network that enables users connect securely to a private network over the Internet. client entries on OS X, you must delete them from the user.cfg file.

  1. On your Mac computer, go to the /Users/YOURUSER/.kerio/vpnclient folder and open the user.cfg file.

NOTE

The .kerio folder is a hidden folder.

  1. Search for an 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>
  1. Save the file.

If you want to delete all the entries, delete the whole user.cfg file.