> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-agent/7.9-ce/cortex-xdr-agent-7.9-for-linux/install-the-cortex-xdr-agent-for-linux.md).

# Install the Cortex XDR Agent for Linux

The Cortex XDR agent for Linux is designed to protect Linux servers and operates transparently in the background as a system process. The agent also extends exploit and malware protection to processes that run in Linux containers. When you install the Cortex XDR agent on a Linux server, running either on Kernel or User Space mode, the agent automatically protects any new and existing containerized processes regardless of the container solution (for example, Docker). Each Linux server receives a single license which includes protection for container processes.

You can also deploy Cortex XDR agents on virtual Linux servers as temporary sessions, to ensure the Cortex XDR agent license returns to the license pool after 90 minutes of session inactivity and to improve your network temporary workloads.

After you install the Cortex XDR agent for Linux, it is typically not necessary to interact with the agent; however, to perform common actions, such as initiating a manual check-in with Cortex XDR, you can use the command-line utility named Cytool. Cytool is available in the `/opt/traps/bin/cytool` directory and must be run as root or with root permissions.

Before installing the agent on a Linux server, verify that the system meets the requirements described in [Cortex XDR Agent for Linux Requirements](/cortex-xdr-agent/7.9-ce/cortex-xdr-agent-7.9-for-linux/cortex-xdr-agent-for-linux-requirements.md).

{% hint style="info" %}

### Note

If you intend to use SELinux, make sure to enable it before you proceed with the Cortex XDR agent installation. This ensures that the agent disables any injection-based modules that cause compatibility issues. If you later enable SELinux or change its operation mode, you must reinstall the agent to avoid any compatibility issues.
{% endhint %}

1. Download the Cortex XDR agent Linux installer from Cortex XDR.
2. Copy the installer to the Linux server on which you want to install the Cortex XDR agent software.

   For example, to copy the file securely from a local machine to the Linux server:

   ```screen
   user@local ~
                                           scp linux.sh.tar.gz root@centos.example.com:/tmp
                           linux.sh.tar.gz                                100%   52MB   95.2MB/s   00:00
                       
   ```
3. Log on to the Linux server.

   For example:

   ```screen
   user@local ~
          ssh root@centos.example.com
   root@centos.example.com's password:
   Last login: Thu May 19 05:17:04 2022
   ```
4. Install the Cortex XDR agent software.

   You can install the Cortex XDR agent on the endpoint manually using the shell installer or using the Linux package manager for **`.rpm`** and **`.deb`** installers.

   * Unpack the installation archive by running.

     **`tar xf filename.tar.gz`**
   * Copy the configuration file into `/etc/panw` directory.

     **`sudo mkdir -p /etc/panw`**

     **`sudo cp cortex.conf /etc/panw/`**

   **To deploy using package manager:**

   1. (Optional) For Linux distributions RHEL, CentOS, Oracle, or SUSE that have signature-checking configured or you would like to manually check the integrity of the Cortex XDR package:
5. Download the Cortex XDR Public Keys. 2. Unzip the public keys by running `unzip cortex-xdr-agent-keys.zip`. 3. Import the public keys by running `rpm --import cortex-xdr-agent1.asc cortex-xdr-agent2.asc` 2. Depending on your Linux distribution, install the Cortex XDR agent using one of the following commands:

   ```
    | Distribution            | Install Command                                                  |
    | ----------------------- | ---------------------------------------------------------------- |
    | RHEL, CentOS, or Oracle | `yum install ./<filename>.rpm` or `rpm -i ./<filename>.rpm`      |
    | Ubuntu or Debian        | `apt-get install ./<filename>.deb` or `dpkg -i ./<filename>.deb` |
    | SUSE                    | `zypper install ./<filename>.rpm` or `rpm -i ./<filename>.rpm`   |
   ```

   3\. Verify the agent was installed on the endpoint.

   ```
    Enter the following command on the endpoint:

    **`dpkg -l | grep cortex-agent`** or **`rpm -qa | grep cortex-agent`**.
   ```

   **To deploy the shell installer:**

   1. Enable execution of the script using the **` chmod +x`` `` `*****`filename`*** command.
   2. Run the install script as root or with root permissions.

      For example on CentOS 7:

      ```screen
      [root@centos]#
       cd /tmp
      [root@centos tmp]#
       ls
      cortex-7.7.0.59559.sh
      cortex.conf
      linux.sh.tar.gz 
      README.md
      [root@centos tmp]#
       chmod +x cortex-7.7.0.59559.sh
      [root@centos tmp]#
       ./cortex-7.7.0.59559.sh
      Verifying archive integrity... All good.
      Uncompressing Cortex XDR 7.7.0.59559 installer  100%
      [!] Path '/bin' is not in PATH
      [!] Path '/sbin' is not in PATH
      [ 1] Checking prerequisites
      Verifying RHEL/CentOS 7 (rpm) packages:
        * openssl ... OK
        * ca-certificates ... OK
        * policycoreutils-python ... OK
        * selinux-policy-devel ... OK
      Done
      [ 2] Installing Cortex XDR [7.7.0.59559] at /opt/traps
      Using packaged compatibility libraries
      Done
      [ 3] Creating runtime directory
      Done
      [ 4] Installing SELinux policies
        Compiling ... OK
        Installing ... OK
        Updating contexts ... OK
      Done
      [ 5] Verifying iptables prerequisite
      Done
      [ 6] Defining Cortex XDR local services (systemd)
      Created symlink from /etc/systemd/system/multi-user.target.wants/traps_pmd.service to /etc/systemd/system/traps_pmd.service.
      Done
      [ 7] Creating/Verifying Cortex XDR auxiliary user
      Done
      [ 8] Configuring connection to server
      Done
      [ 9] Starting Cortex XDR security services
      Redirecting to /bin/systemctl start traps_pmd.service
                Name       PID           User                Status               Command
                     pmd      6072           root               Running               /opt/traps/bin/pmd
               analyzerd       N/A            N/A               STOPPED               N/A
                    dypd      6138           root               Running               /opt/traps/bin/dypd  -s -- 175
                    lted       N/A            N/A               STOPPED               N/A
      Done                            
      ```

      Additional options are available to help you customize your installation if needed. The following table describes common options and parameters that you can use but does not provide an exhaustive list. Use the --help option to print the help for the installer.

      <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>If you are using <code>rpm</code>, <code>deb</code> or <code>sh</code> installers, you must also add these parameters to the <code>/etc/panw/cortex.conf</code> file prior to installation.</p></div>

      Make sure to remove the first couple of leading double dashes. For example, instead of :**`-- --proxy-list ”`*****`<proxyserver>`*****`:`*****`<port>`*****`”`**, add this: **`--proxy-list="10.196.21.223:808"`**.

      Applies to:

      **`--proxy-list="10.196.21.223:808" --no-km --restrict=live_terminal`**

      | Option                                                                                                                                               | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
      | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
      | **`--no-km`**                                                                                                                                        | <p><strong>Without Kernel Module Installation</strong></p><p>Use the <strong><code>--no-km</code></strong> option if you do not want to install the Cortex XDR agent kernel module. If you install the agent without the Cortex XDR kernel module or your Linux server runs an unsupported kernel version, the Cortex XDR agent will operate in asynchronous mode.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
      | **`--install-path=</custom/path>`**                                                                                                                  | <p><strong>Custom Agent Installation Directory</strong> (Requires Cortex XDR agent 7.6 or a later release)</p><p>Install the Cortex XDR agent in a custom directory on the endpoint instead of using the default <code>./opt</code> directory. Custom installation directory is a persistent change, and after you install the Cortex XDR to the custom path, all following upgrades and the removal of the agent from the endpoint are executed in the same location.</p><p>Before you start, ensure the custom directory exists on the endpoint and has user and group executable permissions.</p><ul><li><p><strong>SH installer</strong>—Run the following command for example:</p><p><strong><code>root\@ubuntu:/tmp# ./linuxshell.sh -- --install-path=\</home/customDir></code></strong></p></li><li><p><strong>RPM and DEB installers</strong>—</p><p>1. Create a <code>cortex.conf</code> file on the endpoint, under <code>/ect/panw/</code></p><p>2. Add to the <code>cortex.conf</code> your custom directory parameter, for example:</p><p><strong><code>--install-path=\</home/customDir></code></strong></p></li></ul>                                                                                                                                                                                                                                                                  |
      | **`-- --proxy-list ”<proxyserver>:<port>”`**                                                                                                         | <p><strong>Proxy Communication</strong></p><p>Configure the Cortex XDR agent to communicate through an intermediary such as a proxy or the Palo Alto Networks Broker Service.</p><p>To enable the agent to direct communication to an intermediary, you use this installation option to assign the IP address and port number you want the Cortex XDR agent to use. You can also configure the proxy by entering the FQDN and port number. When you enter the FQDN, you can use both lowercase and uppercase letters. Avoid using special characters or spaces.</p><p>Use commas to separate multiple addresses. For example:</p><p><strong><code>-- --proxy-list "My.Network.Name:808, 10.196.20.244:8080"</code></strong></p><p>You can assign up to five different proxies per agent, and the proxy for communication is selected randomly with equal probability.</p><p>To enable the agent to use the Broker Service, you must set up broker VM in your network and use this option to assign the agent the Broker VM IP address with port number 8888.</p><p>After the initial installation, you can change the proxy settings from Cortex XDR.</p><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>The Cortex XDR agent does not support proxy communication in environments where proxy authentication is required.</p></div> |
      | <p>VM Template</p><p><strong><code>--vm-template</code></strong></p><p>Temporary session</p><p><strong><code>--temporary-session</code></strong></p> | <p><strong>Virtual Installation</strong></p><p>Deploy Cortex XDR agents on virtual Linux endpoints as temporary instances, ensuring the Cortex XDR agent license returns back to the license pool after 90 minutes of session inactivity and improving your network temporary workloads. Choose your preferred workflow:</p><p><strong>Pre-install</strong>—Install the Cortex XDR agent only on the Linux endpoint you are using to create the VM template. Every instance you create using this template, will include the pre-installed Cortex XDR agent. For example:</p><p><strong><code>$ ./installer.sh -- --vm-template</code></strong></p><p><strong>Fresh install</strong>—Install the Cortex XDR agent on the Linux VM after creating the VM template, as part of provisioning. For example:</p><p><strong><code>$ ./installer.sh -- --temporary-session</code></strong></p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |

\| **`-- --restrict=`*****`<flag>`*** |

**Disable Live Terminal, script execution, and file retrieval on the endpoint**

Use to permanently disable the option for Cortex XDR to perform all, or a combination, of the following actions on endpoints running a Cortex XDR agent: initiate a [Initiate a Live Terminal Session](/cortex-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/response-actions/initiate-a-live-terminal-session.md) remote session on the endpoint, [Run Scripts on an Endpoint](/cortex-xdr-3.x/cortex-xdr-3.x-documentation/investigate-and-respond-to-incidents/response-actions/run-scripts-on-an-endpoint.md) on the endpoint, and from the endpoint to Cortex XDR. Disabling any of these actions is an irreversible action, so if you later want to enable the action on the endpoint, you must uninstall the Cortex XDR agent and install a new package without this flag

To disable all actions, use the corresponding flag: **`--restrict=all`**

To disable a specific action, use the corresponding flag:

* **`--restrict=live_terminal`**—Use to disable Live Terminal.
* **`--restrict=script_execution`**—Use to disable script execution.
* **`--restrict=file_retrieval`**—Use to disable file retrieval.

To disable more than one option, use any combination of these flags.

\| | **`-- --endpoint-tags <tag>`** |

**Add Endpoint Tags**

Add tags to the endpoint tags list.

* **SH installer**—Run the following command for example:

  **`traps_linux.sh -- --endpoint-tags`` `*****`<tag1,tag2,tag3>`***

  Spaces in tags are not allowed, if spaces are required, use the configuration file method below.

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>The double dash (--) before the --endpoint-tags argument is mandatory, and the argument and the value must be separated by a space.</p></div>
* **RPM/DEB/Shell installers**—

  <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>If one or more tags contains spaces, the entire tags string must be enclosed in quotes ("), for example: <strong><code>--endpoint-tags "tag1,tag multi word2,tag3"</code></strong>.</p></div>

  1\. Create a `cortex.conf` file on the endpoint, under `/ect/panw/`

  2\. Add to the `cortex.conf` your custom directory parameter, for example:

  **`--endpoint-tags`` `*****`tag1,tag2,tag3`***

|

```
    The script installs the files for the Cortex XDR agent for Linux in the `/opt/traps` folder with the Cytool utility available at `/opt/traps/bin/cytool`.

    After the agent successfully connects to the server for the first time and retrieves a valid license, the agent begins protecting the Linux server.

    <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h2>Note</h2><p>If the Cortex XDR agent does not connect to Cortex XDR, verify your internet connection and perform a check-in on the endpoint. If the agent still does not connect, verify the installation package has not been removed from the Cortex XDR management console.</p></div>
```

5\. (Optional for Kernel Mode only) Load SecureBoot Certificates.

```
If you enabled the SecureBoot kernel, perform the following to add the Cortex XDR kernel module certificate, available for:

* RHEL 8, AlmaLinux 8, RockyLinux 8, Oracle 8 and later
* Ubuntu 18 and later
* SLES 15 and later

1. On your server, navigate to `/opt/traps/download/content/km/modules/<os_name>/` and locate key name `xdr_kernel_cert.der` to access the public key.
2.  Load the key to the MOK by running the command:

    **`mokutil --import xdr_kernel_cert.der`**
3. Set a password.
4.  Reboot the system.

    During the machine reboot, the Unified Extensible Firmware Interface (UEFI) will ask you to **Enroll MOK**. When prompted whether to download the key, select **Yes** and enter the password you defined.
5. Verify the key was loaded by running the command **`mokutil --list-enrolled`** and locating the key with the `Palo Alto Networks` issuer.
```

6\. See the Use the Cortex XDR Agent for Linux section for a list of available options, enter the **`cytool`** command without any arguments or with **`-h`** or **`--help`**..


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-agent/7.9-ce/cortex-xdr-agent-7.9-for-linux/install-the-cortex-xdr-agent-for-linux.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
