

Since version -2 builds are generated on Ubuntu 16.04. Download the FortiClient VPN installer with the link. Next, we need to get hold of the 'offline installer' from the installer that you just downloaded. FortiClient VPN is a free VPN application created by Fortinet Inc for Microsoft Windows. I will share my packages here for you to download: It is not at all productive for them or myself to watch an installer download stuff for up to 20 minutes. This packages should also work on debian, but i did not test this on myself now (will follow).įor upgrades just download the new package and install it, the package manager will do the upgrade for you. deb packages for 32/64bit Ubuntu with a nice desktop icon to start : ) As I use Ubuntu most the time, I decided to build. Officially there is only a generic tar.gz package available.

We can now use the created "install.intunewin" file in the Endpoint Manager under " Apps > Windows + Add" upload and distribute.Try the brand-new open-source OpenFortiGUI as replacement for the Forticlient.įorticlient – SSLVPN is a VPN Client to connect to Fortigate Devices with minimal effort, packaged here for Ubuntu and Debian. $ProfileName = "DEMO scloud" # Change to your Profilename! $ProgramVersion_target = '7.0.2.90' # Set to version from MSI Code language: PowerShell ( powershell ) Create Intunewinįrom this package we now create using the Microsoft Win32 Content Prep Tool the Intunewin file. The profile name is the one you defined in the FortiClient. To do this, you have to adjust the "$ProfileName" and "$ProgramVersion_target" parameters in the second and third line. The version of the FortiClient VPN and the stored profile are checked in the detection rule (check.ps1). The folder should then look like this: Customize detection rule We also pack the extracted MSI into the template. Then run the EXE and copy the MSI from the %temp% directory out. You can do that here Download the current EXE of the "FortiClient VPN only". Now all we have to do is extract the current MSI from the installation.

$PackageName = "FortiClientVPN" $ConfigPW = "Kateoih785" # insert your password here! Code language: PowerShell ( powershell ) Extracting the MSI of the Forti Client VPN In addition, you must enter the defined password in the "install.ps1" file in the second line ($ConfigPW). It's best to name the backup file you just created "nf" and put it in the downloaded template. Simply select the cog wheel in the top right, Backup, a storage location and set a password. You can trigger the export in the client itself in the settings.
