Installation of the On-Premise Poller Linux agent using the console

Installation of Linux On-Premise Poller using the console

    Notes
    As per our latest announcement, the 32-bit On-Premise Poller is no longer supported from version 6.5 and above.
  1. To install the On-Premise Poller in your Linux machine using the console, execute the following commands in your terminal:
  2. 64 bit OS:
    sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller_64bit.bin
    sudo chmod 755 Site24x7OnPremisePoller_64bit.bin
    sudo ./Site24x7OnPremisePoller_64bit.bin -i console
    32 bit OS:
    sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller.bin
    sudo chmod 755 Site24x7OnPremisePoller.bin
    sudo ./Site24x7OnPremisePoller.bin -i console
    Info
    The installation binaries for the 64-bit On-Premise Poller are hosted on staticdownloads.site24x7.com and its respective regional domains. Please ensure you use the correct domain (eu, cn, etc.) based on your Site24x7 account location to avoid download issues.

  3. You can also configure proxy while installing the agent by specifying the proxy server host, proxy server port, username, and password

Related Articles:

    • Related Articles

    • Set proxy for Linux On-Premise Poller during installation

      There are 3 ways through which you can configure a proxy in an On-Premise Poller for a Linux server. During installation using the Installation Wizard Using the console During the silent installation of the On-Premise Poller Linux agent 1. During ...
    • Troubleshooting steps for On-Premise Poller

      Prerequisites and basic details: Prerequisites for installing On-Premise Poller Necessary ports to allow access to the installed On-Premise Poller How secure is On-Premise Poller Amount of bandwidth consumed by the On-Premise Poller software Adding ...
    • Silent installation of Linux On-Premise Poller

      You can perform a silent installation of an On-Premise Poller on a Linux server. Additionally, proxy configuration can also be set during this process. Execute the following commands in your terminal 64 bit OS: sudo wget ...
    • Adding On-Premise Poller on a Linux platform

      If your machine has SELinux configured, it needs to be temporarily disabled for the On-Premise Poller installation to be successful. To disable SELinux: Open a Terminal with root privileges and execute this command: setenforce 0 To add an On-Premise ...
    • How to manually upgrade an On-Premise Poller

      You can upgrade an On-Premise Poller directly from the Site24x7 web console by navigating to Admin > On-Premise Poller, clicking the hamburger icon beside an On-Premise Poller, and clicking Upgrade. Learn more. As per our latest announcement, the ...