Skip to main content

Offline Installation on Linux using X11 Forwarding

July 21, 2025
Offline Installation on Linux using X11 Forwarding Learn how to perform an offline installation of AhsayOBR on a Linux system using X11 forwarding. Step-by-step guide for GUI setup without internet access.

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 to extract the downloaded AhsayOBR Launcher .gz file.

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

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

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