Need Help? We are right here!
Thanks for your Enquiry.
If you don't hear from us within 24 hours, please feel free to send a follow-up email to info@xecurify.com
Search Results:
×This guide explains how to install and configure the XecureAccess client across multiple operating systems, including Windows, Ubuntu, RPM-based Linux distributions (Fedora, RHEL, CentOS), and Arch Linux. It provides administrators and users with a unified reference for deploying the client, connecting it with the PAM server, and ensuring secure access to protected applications.
The instructions cover platform-specific installation methods such as .deb and .rpm packages, script-based installations for Arch Linux, and standard installers for Windows. Each section walks through the required setup steps, PAM server configuration, and the procedures needed to verify proper installation or perform a clean removal when required.



While accessing the resource, if the screen shown below appears, complete the XecureAccess configuration from this section.

The configuration screen has the following fields:
Obtaining Your Secret Key:


Complete the Configuration:


sudo /Applications/XecureAccess-Desktop.app/Contents/Resources/installer.sh install
While accessing the resource, if the screen shown below appears, complete the XecureAccess configuration from this section.

The configuration screen has the following fields:
Obtaining Your Secret Key:


Complete the Configuration:

Option A: Terminal Installation
cd /path/to/extracted/filessudo dpkg -i filename.deb
Option B: GUI Installation

While accessing the resource, if the screen shown below appears, complete the XecureAccess configuration from this section.

The configuration screen has the following fields:
Obtaining Your Secret Key:


Complete the Configuration:

Run these commands on the terminal:
sudo apt purge filename
sudo rm -rf ~/.config/Xecureaccess
sudo rm -rf /opt/XecureAccess
Verification:
dpkg -l | grep -i xecure

tar -xf {foldername}.tar.gz
{foldername}/
Option A: Terminal Installation
cd /path/to/extracted/files chmod +x install.sh
./install.sh

Run this on terminal:
sudo chmod -R 777 /opt/XecureAccess-Desktop/

While accessing the resource, if the screen shown below appears, complete the XecureAccess configuration from this section.

The configuration screen has the following fields:
Obtaining Your Secret Key:


Complete the Configuration:

Go to the folder where you extracted the zip file and run this command:
sudo ./uninstaller.arch.sh
Option A: Terminal Installation
cd/path/to/extracted/filessudo dnf install filename.rpm
Option B: GUI Installation

Run this on terminal:
sudo chmod -R 777 /opt/XecureAccess/
While accessing the resource, if the screen shown below appears, complete the XecureAccess configuration from this section.

The configuration screen has the following fields:
Obtaining Your Secret Key:


Complete the Configuration:

Run these commands on the terminal:
sudo dnf remove filename
sudo rm -rf ~/.config/Xecureaccess
sudo rm -rf /opt/XecureAccess
Verification: rpm -qa | grep -i xecure