Clarkson VPN Removal Instructions
To remove the Clarkson Forticlient VPN from your machine, you must have administrative privileges.
If you have a Clarkson-owned Windows computer, please contact the HelpDesk for assistance.
Choose an arrow below to expand for installation instructions:
Uninstall on Windows 10 or 11
Note: you will need an Administrator-level account to complete this process.
- Open the FortiClient by right-clicking the FortiClient icon in the task bar and selecting "Open FortiClient Console"
- Select the "Zero Trust Telemetry" tab
- Click the "Disconnect" button to disconnect your client from the management system
- Use the Add/Remove programs feature in System Settings to uninstall the client
Uninstall on MacOS
Note: These instructions have been written based on MacOS 15 (Sequoia).
- Open the FortiClient
- Go to the Zero Trust Telemetry tab and click the "Disconnect" button to disconnect your client from the management system
-
Open a terminal window to manually remove FortiClient references using the following commands:
cd /
cd Library/LaunchDaemons
sudo rm -rf com.fortinet.forticlient.*
cd /
cd "Library/Application Support/Fortinet"
sudo rm -R FortiClient
After running the commands, reboot the Mac and run FortiClientUninstaller from the Applications Folder.
Uninstall on iOS
1. Long-tap on the FortiClient app and select "Remove App"
Uninstall on Linux
Unstall on Red Hat Enterprise Linux or derivatives or Fedora
- Disconnect from the FortiClient management system
sudo /opt/forticlient/epctrl -u - Uninstall the package
sudo dnf remove forticlient - Remove the repository
sudo rm /etc/yum.repos.d/fortinet.repo
dnf clean all
Uninstall on Ubuntu
- Disconnect from the FortiClient management system
sudo /opt/forticlient/epctrl -u - Uninstall the package
sudo apt-get remove forticlient - Remove the repository
sudo rm /etc/apt/sources.list.d/forticlient.list - Refresh apt
sudo apt update