Privileged Access Management (PAM) Installation Guide for Ubuntu
This guide provides a comprehensive, step-by-step approach to installing and configuring the Privileged Access Management (PAM) solution on Ubuntu. Whether you're setting up a new PAM server or configuring an existing one, this document walks you through each stage of the installation process, from preparing your system and unzipping the installation files to entering configuration details and completing the setup. Follow these instructions to ensure a smooth installation and get your PAM solution up and running efficiently.
System Requirements
miniOrange On-Premise server has the following system requirements. This section lists recommended versions and requirements.
Operating System |
Any operating system that runs on Ubuntu 22.04 or above |
CPU Core |
4 Core |
RAM |
8GB and above |
Storage |
80GB or above |
Server Access Policies |
Port 80 - HTTP
Port 443 - HTTPS
Port RDP (Windows Server) - For Login
Port SSH (Linux Server) - For login |
Install On-Premise Server
You can install miniOrange On-Premise server in following ways:
Install On |
Download |
Checksum |
Ubuntu |
Download |
|
Step-by-Step Guide: Installing and Configuring PAM on Ubuntu
1. Retrieve Pre-Installation Setup
- Go to home directory of user and make sure you are not logged in as root user.
cd ~
- Update package manager and install unzip:
sudo apt update
- Install unzip To extract the installation package:
sudo apt install unzip
- Move the downloaded .zip file to your home directory (if not already there).
- Unzip the installation package:
sudo unzip <zip_file_name>
- Navigate into the extracted folder:
cd <unzipped_folder_name>
- Update permissions to allow execution of the build script:
sudo chmod -R 777 pam_build.sh
2. Running the Installation Script
- Start the installation by executing the build script:
./pam_build.sh
- When prompted, enter:
- Your server IP address.
- domain name (Optional).
- Enter the database password when prompted. (Note: Do not include an apostrophe (') in the password.)
- Enter the cache server password when requested. (Note: Do not start the password with a hash (#).)
3. Post-Installation Setup
- Once installation completes, you’ll see a success message confirming all 12 steps are done.
- Open your browser and go to the PAM URL using the IP address or domain you configured.
- Complete the sign-up process to register your admin account.

- Log in to the dashboard using your newly created credentials.

If you face any issues during installation or setup, contact our support team pamsupport@xecurify.com. We're here to help you every step of the way.
For detailed guidance on advanced configurations, user management, and best practices, refer to the official miniOrange PAM Handbook.