Skip to Content
DocsOplon Secure Access Installation/Update

Oplon Secure Access Installation and Update

Requirements:

  • Operating System: Debian 11 or later (recommended), or any Debian-based distribution
  • Privileges: root or sudo access required
  • Minimum RAM: 8 GB
  • Minimum Storage: 256 GB

Online Installation/Update to latest release

Installation and update procedure to latest release are the same.

  1. Log in as root or sudo.
  2. If not exists, create the /share directory and assign the right privileges:
    mkdir /share && chmod 777 /share
  3. Move to the /share directory:
    cd /share
  4. Download the update script:
    wget --no-cache --no-check-certificate -N "https://www.oplon.net/OPLON_INSTALL_LASTUPDATE.sh"
  5. Run the install/update script and answer the questions:
    bash OPLON_INSTALL_LASTUPDATE.sh
    ⚠️

    In case of update, make sure you have a backup.

Offline or Specific Version Installation/Update

If your system doesn’t have internet access or you need to install a specific version, use this method:

  1. Download the desired version here.

  2. Select and download the appropriate .zip package for your version.

  3. Installation only, skip otherwise. Download instscratch files (replace VERSION="1.2.3" with downloaded version):

    VERSION="1.2.3" bash -c ' wget --no-cache --no-check-certificate -N "https://download.oplon.net/private_members/${VERSION}/distributions/instscratch.sh" wget --no-cache --no-check-certificate -N "https://download.oplon.net/private_members/${VERSION}/distributions/instscratchDocker.sh" '
  4. Log in as root or sudo.

  5. If not exists, create the /share directory and assign the right privileges:

    mkdir /share && chmod 777 /share
  6. Move to the /share directory:

    cd /share
  7. Extract the Package (replace ${VERSION} with downloaded version):

    unzip ${VERSION}_OPLON_NETWORKS_SUITE.zip
  8. Installation only, skip otherwise. Transfer instscratch files and run them:

    bash instscratch.sh && instscratchDocker.sh
  9. Run the install/update script and answer the questions:

    bash OPLON_INSTALL_UPDATE.sh
    ⚠️

    In case of update, make sure you have a backup.

Last updated on