Install Sophos agent on Linux
Sophos agent
Install the Sophos agent on Linux devices as follows.
- Go to Devices > Installers.
-
Click Download Linux Server Installer.
Alternatively, to download the installer from a command line or script, do as follows:
- Right-click the installer link and copy the link address.
-
On the Linux server, at a command prompt or in a script, use
wget
with the link address:wget {Linux installer link}
-
Run the installer as follows:
-
Change the file permissions to include “execute”.
chmod +x SophosSetup.sh
-
Run the installer.
./SophosSetup.sh
If you are not signed in as root, run the installer with the
sudo
command.sudo ./SophosSetup.sh
-
Note
Sophos Protection for Linux always installs to /opt/sophos-spl
unless you use the --install-dir
command to change the installation directory. See Installation directory.
XDR Sensor
The XDR Sensor is only available with a MDR Essentials license.
- Go to Devices > Installers.
- In Server, click Download XDR Sensor Linux Server Installer.
- Go to the
Downloads
folder and run the installer.
For more information on the installer command-line options, see Installer command-line options for Linux.