Next Topic

Previous Topic

Book Contents

Installing Linux Agents

Note: See System Requirements for supported Linux operating systems and browsers.

Installing Linux Agents Manually

  1. From a Linux machine open a Firefox or Chrome browser in a Gnome session and log into the VSA.
  2. Display the Agent > Install Agents > Manage Packages page.
  3. Create a Linux agent install package—if one does not already exist—by clicking Create and stepping through the Create Agent Package wizard.
  4. Click the Linux agent install package you just created to begin downloading the agent.
  5. Once the download is complete, locate the KcsSetup.sh file in the download directory of the Linux machine.

    Note: If you have downloaded KcsSetup.exe or KcsSetup.zip, you have downloaded the wrong install file because the selected install package is dedicated to Windows or Macintosh installs.

  6. Issue the following commands as root:
    # chmod +x KcsSetup.sh
    # ./KcsSetup.sh

    The agent installs and starts. Log into your VSA and view the status of the agent.

    For further information see the install log file, located at:
    /tmp/KASetup_<pid>.log
    where <pid> is the process id of the ./KcsSetup.sh execution.

    Note: Run KcsSetup.sh -V -D for verbose terminal output.

    Note: Run KcsSetup.sh -X to save the temp files created in the /tmp file. Saving these files is useful when troubleshooting a failed install.

  7. After the Linux agent is installed, log in and log out to see the Kaseya agent icon in a Gnome panel.

Installing Linux Agents after Scanning Networks

  1. Schedule a Discovery > By Agent scan using an existing Linux agent as the discovery machine.
  2. Install a Linux agent on a discovered Linux machine using one of the Discovery > Discovered Devices pages.

Uninstalling a Linux Agent Manually

A <install-dir>/bin/KcsUninstaller always gets installed with the agent and will remove the agent. Agents are typically installed to the /opt directory.

Issue the following commands as root:
# ./KcsUninstaller

Note: Run the command ./KcsUninstaller -D -V to uninstall the agent with verbose terminal output.

Troubleshooting Linux Agents Installs