> 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-xsoar-8-saas/configure-cortex-xsoar/engines/engine-requirements.md).

# Engine requirements

You can install engines on all Linux environments. Docker/Podman needs to be installed before installing an engine. If you are using the shell installer for an engine, Docker/Podman is installed automatically.

{% hint style="info" %}

### Note

The Cron package is required to install engines on a Linux machine.
{% endhint %}

#### Engine hardware requirements

If your hard drive is partitioned, we recommend a minimum of 50 GB for the `/var` partition.

| Component        | Dev Environment Minimum | Production Minimum |
| ---------------- | ----------------------- | ------------------ |
| CPU              | 8 CPU cores             | 16 CPU cores       |
| CPU architecture | x86\_64 only            | x86\_64 only       |
| Memory           | 16 GB RAM               | 32 GB RAM          |
| Storage          | 100 GB                  | 100 GB             |

{% hint style="info" %}

### Note

If using Podman, we recommend reserving 150 GB for container storage, either in the `/home` partition or a different storage directory that you have set using the `rootless_storage_path` key. For more information, see [Change container storage directory](/cortex-xsoar-8-saas/configure-cortex-xsoar/engines/install-an-engine/podman/change-container-storage-directory.md).
{% endhint %}

#### Operating system requirements

You can deploy an engine on the following operating systems:

| Operating System | Supported Versions                                       |
| ---------------- | -------------------------------------------------------- |
| Ubuntu           | 18.04, 20.04, 22.04, 24.04                               |
| RHEL             | <p>8.x, 9.x, 10.x</p><p>Includes all minor versions.</p> |
| Oracle Linux     | 7.x, 8.9, 9.3, 9.4, 9.5, 10.1                            |
| Amazon Linux     | 2, Amazon Linux 2023                                     |
| Rocky Linux      | 9.5, 9.6                                                 |

{% hint style="info" %}

### Note

CentOS 8.x reached End of Life (EOL) on December 31, 2021, and is no longer supported as an operating system.

CentOS 7.x reached End of Life (EOL) on June 30, 2024, and is no longer supported as an operating system.
{% endhint %}

#### Engine required URLs

You need to allow the following in the URLs for the engines to operate properly. The URLs are needed to pull container images from public Docker registries.

The endpoint URL is: `wss://api-<tenant domain>.crtx.<region>.paloaltonetworks.com/xsoar/d1ws`. For example, `wss://api-my-tenant.crtx.us.paloaltonetworks.com/xsoar/d1ws`

{% hint style="info" %}

### Note

If you have configured a range of **Approved IP Ranges** under **Allowed Sessions** on the **Security Settings** page, the engine must communicate through one of the approved IPs.
{% endhint %}

| FUNCTION            | SERVICE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | PORT                       | DIRECTION |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------- | --------- |
| Integrations        |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            | Integration-specific ports | Outbound  |
| Engine connectivity | HTTPS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | 443 (configurable)         | Outbound  |
| Docker/Podman       | <ul><li><https://registry-1.docker.io></li><li><https://registry.fedoraproject.org></li><li><https://registry.access.redhat.com></li><li><https://docker.io></li><li><https://registry.docker.io></li><li><https://docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com></li><li><p><https://auth.docker.io></p><p>This URL may change according to Docker’s discretion.</p></li><li><p><https://production.cloudflare.docker.com></p><p>This URL may change according to Docker’s discretion.</p></li></ul><div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p><strong>Note</strong></p><p>Docker URLs may change. For the current list, see <a href="https://docs.docker.com/desktop/setup/allow-list/"><https://docs.docker.com/desktop/setup/allow-list/></a>. Note that some URLs in the allow list are for Docker Desktop and are not required for Cortex XSOAR.</p></div> | 443                        | Outbound  |


---

# 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-xsoar-8-saas/configure-cortex-xsoar/engines/engine-requirements.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.
