Oplon Secure Access Installation and Update
Requirements:
- Operating System: Debian 11 or later (recommended), or any Debian-based distribution
- Privileges:
root
orsudo
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.
- Log in as
root
orsudo
. - If not exists, create the
/share
directory and assign the right privileges:mkdir /share && chmod 777 /share
- Move to the
/share
directory:cd /share
- Download the update script:
wget --no-cache --no-check-certificate -N "https://www.oplon.net/OPLON_INSTALL_LASTUPDATE.sh"
- 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:
-
Download the desired version here.
-
Select and download the appropriate
.zip
package for your version. -
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" '
-
Log in as
root
orsudo
. -
If not exists, create the
/share
directory and assign the right privileges:mkdir /share && chmod 777 /share
-
Move to the
/share
directory:cd /share
-
Extract the Package (replace
${VERSION}
with downloaded version):unzip ${VERSION}_OPLON_NETWORKS_SUITE.zip
-
Installation only, skip otherwise. Transfer instscratch files and run them:
bash instscratch.sh && instscratchDocker.sh
-
Run the install/update script and answer the questions:
bash OPLON_INSTALL_UPDATE.sh
⚠️In case of update, make sure you have a backup.