Skip to main content

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. 

  1. Open the FortiClient by right-clicking the FortiClient icon in the task bar and selecting "Open FortiClient Console"
    OpenConsole.png
  2. Select the "Zero Trust Telemetry" tab
    zttview.png
  3. Click the "Disconnect" button to disconnect your client from the management system
    Screenshot 2025-04-01 094244.png
  4. Use the Add/Remove programs feature in System Settings to uninstall the client
    addremoveprograms.png

 

InstallUninstall on MacOS

Note: These instructions have been written based on MacOS 15 (Sequoia).

  1. Download the FortiClient VPN application.
  2. Open the downloaded "ClarksonFortiClient.dmg" disk file.
    FortiClient
  3. OpenGo "Install.mpkg",to thisthe shouldZero showTrust inTelemetry your Finder under /Locations/FortiClient/.

    image.png


  4. The application installer should open. Press continue.

    image.jpeg

  5. Readtab and accept the Terms and Conditions.

    image.jpeg

  6. Select "Install for all users of this computer"

     

    image.jpeg
  7. Pressclick the "Install"Disconnect" button.button Whento prompted, enterdisconnect your Macclient passwordfrom (orthe usemanagement yoursystem
  8. fingerprint.)
  9. image.jpeg

    *There may beOpen a popupterminal that will appear that will inform you that "FortiClientNetwork" would likewindow to usemanually aremove newFortiClient networkreferences extension.using Simplythe pressfollowing "OK" to dismiss this popup.

    image.png

  10. When asked if "FortiTray" would like to add VPN Configurations, press "Allow".

    image.jpegcommands:

     

  11. cd

  12. Close/

    cd Library/LaunchDaemons

    sudo rm -rf com.fortinet.forticlient.*

    cd /

    cd "Library/Application Support/Fortinet"

    sudo rm -R FortiClient

     

    After running the installer.commands, You should now see "FortiClient" in your MacOS applications folder.

    image.jpeg

  13. Setup complete!  To connect, seereboot the ConnectionMac Instructionsand 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
  1. Disconnect from the FortiClient management system
    sudo /opt/forticlient/epctrl -u
  2. Uninstall the package
    sudo dnf remove forticlient
  3. Remove the repository
    sudo rm /etc/yum.repos.d/fortinet.repo
    dnf clean all
Uninstall on Ubuntu
  1. Disconnect from the FortiClient management system
    sudo /opt/forticlient/epctrl -u
  2. Uninstall the package
    sudo apt-get remove forticlient
  3. Remove the repository
    sudo rm /etc/apt/sources.list.d/forticlient.list
  4. Refresh apt
    sudo apt update