Download Cortex Xdr For Linux Extra Quality
Learn how to install the Cortex XDR agent on a Linux endpoint.
: Select Linux as the platform and choose the version compatible with your distribution. download cortex xdr for linux
: For systems with UEFI Secure Boot enabled, you must manually enroll the Palo Alto Networks MOK (Machine Owner Key) to allow the kernel module to load. Learn how to install the Cortex XDR agent
To download the Cortex XDR agent for Linux, you must access the Cortex XDR Management Console provided by Palo Alto Networks . Unlike open-source software, there is no public download link; the installer is unique to your organization's tenant to ensure endpoints automatically connect to the correct environment. How to Download the Linux Agent Installer To download the Cortex XDR agent for Linux,
Once downloaded, transfer the file to your Linux server (e.g., via scp ). Before running the installer, you must create the configuration directory and copy the cortex.conf file: sudo mkdir -p /etc/panw and sudo cp cortex.conf /etc/panw/ . Distribution Command Example sudo dpkg -i cortex-agent.deb RHEL / CentOS / Oracle sudo yum install ./cortex-agent.rpm SUSE / OpenSUSE sudo zypper install ./cortex-agent.rpm Generic Shell (.sh) chmod +x linux.sh then sudo ./linux.sh Critical Requirements & Pre-Checks
: If you use SELinux , enable it before installation so the agent can correctly configure its modules.
: Ensure glibc is installed for exploit protection modules like ROP Mitigation.