Downloading Xeams FIPS 140-2 Compliant for Linux

There are two methods of installing Xeams:
  • Running a single command in the terminal.
  • Downloading the installer and running it manually.
This page covers both methods.

Method 1 - Downloading and Installing Xeams through the Terminal (Recommended)

To download and run the installer, please click on the appropriate tab for the shell you are using in your Linux.

To download and run the installer for sh, bash or zsh, please run the following instructions below:

  • Open your terminal in Linux.
  • Run the following command to start downloading the installer:
    curl -fsSL https://www.xeams.com/files/xeamscliinstallfips.sh | sudo sh
  • After entering the password for sudo, you will see a progress bar for downloading the instructions. When the download finishes, the installer will run. It will then ask for the directory where you want to install Xeams.
  • By default, the script will install the server in the /opt folder. Press enter to proceed with this directory or specify a new directory, then press enter.
  • Once the installation is done, the service should now be running. Using your browser, connect to http://youripaddresshere:5272.

To download and run the installer for csh or tcsh, please run the following instructions below:

  • Open your terminal in Linux.
  • Run the following command to start downloading the installer:
    curl -fsSL https://www.xeams.com/files/xeamscliinstallfips.sh | sudo csh
  • After entering the password for sudo, you will see a progress bar for downloading the instructions. When the download finishes, the installer will run. It will then ask for the directory where you want to install Xeams.
  • By default, the script will install the server in the /opt folder. Press enter to proceed with this directory or specify a new directory, then press enter.
  • Once the installation is done, the service should now be running. Using your browser, connect to http://youripaddresshere:5272.

To download and run the installer for fish, please run the following instructions below:

  • Open your terminal in Linux.
  • Run the following command to start downloading the installer:
    curl -fsSL https://www.xeams.com/files/xeamscliinstallfips.sh | sudo fish
  • After entering the password for sudo, you will see a progress bar for downloading the instructions. When the download finishes, the installer will run. It will then ask for the directory where you want to install Xeams.
  • By default, the script will install the server in the /opt folder. Press enter to proceed with this directory or specify a new directory, then press enter.
  • Once the installation is done, the service should now be running. Using your browser, connect to http://youripaddresshere:5272.

Method 2 - Downloading and Installing Xeams Manually

Follow the instructions below to download the Xeams FIPS 140-2 compliant installer manually and install Xeams on a Linux machine:
  • Log in as root.
  • Download the installer.
  • Extract the tar file using the following command:
    tar -xf XeamsLinux64-Fips.tar
  • Ensure the permissions for Install.sh is set as an executable. If not, use the chmod +x Install.sh command to change its permission.
  • Execute Install.sh script by running the following command:
    ./Install.sh
  • By default, the installation script will install the server in the /opt folder. You can change this location to any other value if desired. Additionally, it will create necessary scripts in /etc/init.d/ folder so that the server comes up when you restart the machine.
  • Using your browser connect to http://youripaddresshere:5272.