Guide to download the Java agent ZIP file without Site24x7 client access

How to download the Java agent ZIP file when you don't have access to the Site24x7 client?

Linux

Go to your desired location and execute the following command from the terminal:
  1. wget https://staticdownloads.site24x7.com/apminsight/agents/apminsight-javaagent.zip

Windows

Execute the following command (replacing your desired path) from PowerShell:
  1. Invoke-WebRequest -Uri 'https://staticdownloads.site24x7.com/apminsight/agents/apminsight-javaagent.zip' -UseBasicParsing -OutFile '<desired_path>/apminsight-javaagent.zip'
Replace the domain (.com) with the URL that you use to access Site24x7.
For example, if you are going to access site24x7.in, replace the URL in the command to staticdownloads.site24x7.in