Skip to main content

Offline Installation (SSH to remotely download and launch a Linux machine with X11 Forwarding)

If you would like to use offline installation option, replace steps 10-12 in Linux Online Installation with the following steps:

  1. Right click on the TAR GZ offline installer link in the Linux section, then click on Copy link address to copy the download URL.

    obr-offline-installation-linux-x11-forwarding-1.png

  2. Use the wget command to download the AhsayOBR Launcher from the AhsayCBS server (e.g., assuming the CBS address is https://demo.cbs-server.com, with default HTTPS Port 443)

    wget --no-check-certificate https://10.3.121.70/cbs/download/obr-linux.tar.gz
  3. Use the tar command below to extract the downloaded AhsayOBR Launcher .gz file.

    tar zxvf obr-linux.tar.gz
  4. Execute the AhsayOBR Launcher using the command line below.

    sh obr-linux.sh
  5. AhsayOBR is launched successfully when you see the following screen.

    obr-offline-installation-linux-x11-forwarding-2.png