Skip to main content

Installing User Portal Packages

Install the User Portal rpm packages and the required support packages:

  1. Extract the User Portal installation package to the current working directory (replace /path/to/sshmgr-7.0.0-*.x86_64.tar with the path of the User Portal installation package):

    # tar -xvf /path/to/sshmgr-7.0.0-*.x86_64.tar

    Enter the directory that was created from extracting the installation package:

    # cd sshmgr-7.0.0-*/

    The rest of the instructions assume that the commands are run from this location.

  2. Install the OS-specific support packages required by User Portal. The required packages differ depending on the OS on which you are installing User Portal:

    • For Red Hat 8.x / Rocky Linux 8.4 installations, install the following support packages:

    # yum install os-support/rhel8/*.rpm
    # dnf install compat-openssl10
    # cd /usr/lib64 && sudo ln -s libreadline.so.7 libreadline.so.6
    # cd -

    • For Red Hat 9.x / Rocky Linux 9.x / Amazon Linux 2023 installations, install the following support packages:

    # yum install os-support/rhel9/*.rpm

    • For Red Hat 10.x installations, install the following support packages:

    # yum install os-support/rhel10/*.rpm
  3. Enable the User-Portal process controller to automatically start on boot:

    # systemctl enable supervisord
  4. Install the User Portal rpm package:

    # yum install sshmgr-user-portal-*-rhel_*.x86_64.rpm