Hello there!

Need Help? We are right here!

miniOrange Support
miniOrange Email Support
success

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:

×

XecureAccess Client Configuration Setup


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.

  • RPM
  • Arch Linux
  • Ubuntu
  • Windows

Installation Steps

Step 1: Download the Installation File

  • Log in to the PAM Dashboard.
  • Navigate to Resources >> My Resources.
  • Locate the download icon and click to download the .zip file.
  • Save the file to your preferred location.

Step 2: Extract the Archive

  • Navigate to the download location.
  • Right-click on the .zip file and select Extract Here.
    • Alternatively, use terminal: unzip filename.zip

Step 3: Install the .rpm Package

    Option A: Terminal Installation

    • Open Terminal
    • Navigate to the extracted file location: cd/path/to/extracted/files
    • Run the installation command: sudo dnf install filename.rpm
    • Privileged Access Management Admin Handbook: Terminal Installation

    • Enter your password when prompted
    • Wait for the installation to complete

    Option B: GUI Installation

    • Open your file manager
    • Navigate to the location of the .deb file
    • Right-click on the .deb file
    • Select Open with AppCenter (or Software Install)
    • Privileged Access Management Admin Handbook: GUI Installation

    • Click Install and enter your password when prompted.

Step 4: Give Permission

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

Privileged Access Management Admin Handbook: Give Permissions

Step 5: Configure XecureAccess

  • Launch the XecureAccess Application from your applications menu
  • You'll see a configuration form with the following fields:
    • PAM SERVER URL
    • Secret Key

    Obtaining Your Secret Key:

    • Return to the PAM Dashboard
    • Click on your Personal Profile
    • Look for the Generate Secret Key option
    • Click to generate a new secret key
    • Copy the generated key

    Complete the Configuration:

    • Paste the domain name in the Domain Name field
    • Paste the copied secret key in the Secret Key field
    • Click Submit

Step 6: Access Your Application

Once the configuration is submitted successfully, you can now access your web application through XecureAccess.

Uninstall Steps

Run these commands on the terminal:

  1. sudo dnf remove filename
  2. sudo rm -rf ~/.config/Xecureaccess
  3. sudo rm -rf /opt/XecureAccess

Verification:

rpm -qa | grep -i xecure

You should see nothing.