# Verkada Command System Requirements

You can use [Verkada Command](https://www.verkada.com/command/#overview) to interact with and monitor all of your Verkada devices. Command allows the ability to review video from cameras, monitor alarms and device events, configure your devices, and administrate your organization.

## Guidelines for using Verkada Command

To make sure your use of Verkada Command is secure and efficient, there are certain minimum system requirements and recommendations to consider and to ensure an optimal experience with Verkada Command.

{% hint style="info" %}
We recommend regularly checking to make sure your setup meets or exceeds all of these criteria.
{% endhint %}

### Recommended compatible browsers

Command is compatible with the latest versions of these browsers:

* Google Chrome
* Safari
* Microsoft Edge
* Mozilla Firefox

{% hint style="info" %}
Ensure hardware acceleration is enabled for chromium-based browsers for best performance.
{% endhint %}

{% hint style="warning" %}
Other browsers might be able to load Command fully or partially, but this is the list of recommended browsers for an optimal experience.
{% endhint %}

### Recommended compatible operating systems

* **Windows**: Windows 10 or later
* **Mac**: MacOS 10.12 (Monterrey) or later

{% hint style="warning" %}
For newer Apple Mac models using the M series processors, all will be compatible with Command.
{% endhint %}

### Required endpoints and ports

To allow Command to load from a computer, you should allowlist the parent domain `*.verkada.com` for TCP port 443 in any filtering device between the computer and your Internet Service Provider (ISP).

We recommend allowlisting these domains:

```
verkada.com
*.verkada.com
*.*.verkada.com
*.command.verkada.com
```

For logging purposes, which help us improve the Command experience, we recommend allowlisting these domains:

```
*.datadoghq.com
*.browser-intake-datadoghq.com
```

{% hint style="warning" %}
Verkada devices have their own set of [required network settings](/command/need-help/required-network-settings.md), and certain functions in Command, such as [local streaming](/verkada-cameras/video-streaming-and-sharing/live-streaming/local-streaming-on-verkada-cameras.md) require communication between the computer and the Verkada device.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/command/need-help/required-network-settings/verkada-command-system-requirements.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
