Skip to main content
Install FXCLI on the workstation on which you plan to configure the HSM.
Select your operating system and perform the following steps to install FXCLI:

Windows

Perform the following steps to install FXCLI in Windows:
1
The FXTools installation package includes Futurex Client Tools (FXCLI). Similar to the Futurex PKCS #11 (FXPKCS11) module, download FXTools from the Futurex Portal and install it.
2
To install FXCLI, run the Futurex Tools installer as an administrator and follow the prompts in the setup wizard to complete the installation.
3
By default, the system installs all tools, but you can overwrite the default and choose not to install any of the following modules:
ModuleDescription
Futurex Client ToolsCommand Line Interface (CLI) and associated SDK for both Java and C.
Futurex CNG ModuleThe Microsoft Next Generation Cryptographic Library.
Futurex Cryptographic Service Provider (CSP)The Legacy Microsoft Cryptographic Library.
Futurex EKM ModuleThe Microsoft Enterprise Key Management library.
Futurex PKCS #11 ModuleThe Futurex PKCS #11 library and associated tools.
Futurex Secure Access ClientThe Client that connects a Futurex Excrypt Touch to a local laptop through the USB port or to a remote Futurex device.
After starting the installation, the system installs all noted services. If you select the Futurex Secure Access Client, the system also installs the Futurex Excrypt Touch driver, which might start minimized or in the background.

Linux

Perform the following steps to install FXCLI in Linux:
1
Download the appropriate FXCLI package files for your system from the Futurex Portal.
2
If the system is 64-bit, select from the files marked amd64.
ImportantAs of July 2025, Futurex doesn’t support OpenSSL 3.x on x84 (32-bit) systems.
3
Select the files marked ssl-3.x.FXCLI offers the following features:
  • Java Software Development Kit (java)
  • HSM command line interface (cli-hsm)
  • KMES command line interface (cli-kmes)
  • Software Development Kit headers (devel)
  • YAML parser used to parse bash output (cli-fxparse)
4
To install an rpm package, run the following command in a terminal:
Shell
sudo rpm -ivh [fxcl-xxxx.rpm]
To install a deb package, run the following command in a terminal:
Shell
sudo dpkg -i [fxcl-xxxx.deb]
5
To run FXCLI and enter the HSM FXCLI prompt, run the following command in a terminal:
Shell
fxcli-hsm
6
After entering the FXCLI prompt, you can run help to list all of the available FXCLI commands.