Oplon Secure Access Installation and Update
If you’re installing Secure Access for the first time, you can find the list of minimum requirements here: Requirements.
Online Installation/Update to latest release
Installation and update procedure to latest release are the same.
- Log in as rootorsudo.
- If not exists, create the /sharedirectory and assign the right privileges:mkdir /share && chmod 777 /share
- Move to the /sharedirectory: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.shIn 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 .zippackage for your version.
- 
Installation only, skip otherwise. Download instscratch files (replace VERSION="011.000.000"with downloaded version):VERSION="011.000.000" 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 rootorsudo.
- 
If not exists, create the /sharedirectory and assign the right privileges:mkdir /share && chmod 777 /share
- 
Move to the /sharedirectory: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.shIn case of update, make sure you have a backup.