Linux Agent Installation

Important Information

The Linux Agent support 2 types of Linux; RPM and DEB based distributions.

Replace {instancename} with your Absolute instance name.

To install the Linux agent into a specific site name, you must use a parameter called

/preLockedSiteName='sitename'

e.g.:

sudo/usr/local/bin/syxsenseResponder/instanceName=syxsenseInstance/

preLockedSiteName='Site A Locked'

Prerequisites 

Sudo privileges

Guided walk-through: How to Install RPM (AWS, CentOS, RedHat, etc.) Linux Agent Manually Guided walk-through: How to Install RPM (AWS, CentOS, RedHat, etc.) Linux Agent Manually 

Click Add Device and choose 'Linux Agent'

Run:

wget https://{instancename}.cloudmanagementsuite.com/

WebService/api/v1/Downloads/syxsenseresponder.latest.linux-x64.rpm

This will install the agent and any dependencies automatically:

sudo yum install -y syxsenseresponder.latest.linux-x64.rpm

 Installing is possible with the following parameters to configure SITELOCK and GROUPLOCK:

syxsenseresponder.latest.linux-x64.deb/GROUPLOCKNAME="<InsertGroupNameHere>"

To install the Linux agent into a specific site name, you must use a parameter called

/preLockedSiteName='sitename'

e.g.:

sudo/usr/local/bin/SyxsenseResponder/instanceName=syxsenseInstance/

preLockedSiteName='Site A Locked'

Set your instance. The instance name idetifies the agent with your syxsense account.

udo /usr/local/bin/SyxsenseResponder/instanceName={instancename}

Guided walk-through: How to Install DEB (Debian, Ubuntu, etc.) Linux AgentGuided walk-through: How to Install DEB (Debian, Ubuntu, etc.) Linux Agent

Click Add Device and choose 'Linux Agent'

Run:

wget https://{instancename}.cloudmanagementsuite.com/

WebService/api/v1/Downloads/syxsenseresponder.latest.linux-x64.deb

This will install the agent and any dependencies automatically:

wget sudo dpkg -i syxsenseresponder.latest.linux-x64.deb

 Installing is possible with the following parameters to configure SITELOCK and GROUPLOCK:

syxsenseresponder.latest.linux-x64.deb/GROUPLOCKNAME="<InsertGroupNameHere>"

To install the Linux agent into a specific site name, you must use a parameter called

/preLockedSiteName='sitename'

e.g.:

sudo/usr/local/bin/syxsenseResponder/instanceName=syxsenseInstance/

preLockedSiteName='Site A Locked'

Set your instance. The instance name idetifies the agent with your syxsense account.

udo /usr/local/bin/syxsenseResponder/instanceName={instancename}

Guided walk-through: How to Install Suse Linux Enterprise Server, openSuse, etc.Guided walk-through: How to Install Suse Linux Enterprise Server, openSuse, etc.

Click Add Device and choose 'Linux Agent'

Install dependencies:

sudo zypper --non-interactive install

curl tar gzip libopenssl1_0_0 libicu

Download the agent 'tar.gz' archive:

curl -L https://{instancename}.cloudmanagementsuite.com/WebService/api/v1/

Downloads/syxsenseresponder.latest.linux-x64.tar.gz -o /tmp/syxsenseresponder.latest.linux-x64.tar.gz

Create a target folder where agent will be placed:

sudo mkdir -p /usr/share/SyxsenseResponder

Expand agent to the target folder:

sudo tar zxf /tmp/syxsenseresponder.latest.linux-x64.tar.gz -C /usr/share/syxsenseResponder

Set execute permissions:

sudo chmod +x /usr/share/syxsenseResponder/syxsenseResponder 

Create the symbolic link that points to syxsenseResponder:

sudo ln -s /usr/share/SyxsenseResponder/syxsenseResponder /usr/local/bin/syxsenseResponder

Set your instance:

sudo /usr/local/bin/SyxsenseResponder/{instancename}/tarinstall