> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/command/ja/herupugadesuka/required-network-settings/verkada-command-system-requirements.md).

# Verkada Command システム要件

～を使用できます [Verkada Command](https://www.verkada.com/command/#overview) すべての Verkada デバイスとやり取りし、モニターするために。Command では、カメラの映像を確認し、アラームやデバイスイベントをモニターし、デバイスを設定し、オーガナイゼーション' を管理できます。

## Verkada Command の使用ガイドライン

Verkada Command の使用を安全かつ効率的に行うため、考慮すべき最低限のシステム要件と推奨事項がいくつかあります。これにより、Verkada Command を最適に利用できます。

{% hint style="info" %}
セットアップがこれらの基準をすべて満たしているか、または上回っているかを定期的に確認することをおすすめします。
{% endhint %}

### 推奨される互換ブラウザー

Command は以下のブラウザーの最新バージョンに対応しています：

* Google Chrome
* Safari
* Microsoft Edge
* Mozilla Firefox

{% hint style="info" %}
最高のパフォーマンスを得るには、Chromium ベースのブラウザーでハードウェア アクセラレーションが有効になっていることを確認してください。
{% endhint %}

{% hint style="warning" %}
他のブラウザーでも Command を完全または部分的に読み込める場合がありますが、最適な利用体験のための推奨ブラウザー一覧は以下のとおりです。
{% endhint %}

### 推奨される互換オペレーティングシステム

* **Windows**：Windows 10 以降
* **Mac**：MacOS 10.12（Monterrey）以降

{% hint style="warning" %}
M シリーズプロセッサを搭載した新しい Apple Mac モデルは、すべて Command と互換性があります。
{% endhint %}

### 必要なエンドポイントとポート

コンピューターから Command を読み込めるようにするには、親ドメインを許可リストに追加する必要があります `*.verkada.com` コンピューターとインターネットサービスプロバイダー（ISP）の間にある任意のフィルタリングデバイスで、TCP ポート 443 に対して許可してください。

以下のドメインを許可リストに追加することをおすすめします：

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

ログ収集のため、Command の利用体験の向上に役立つ以下のドメインを許可リストに追加することをおすすめします：

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

{% hint style="warning" %}
Verkada デバイスには独自の [必要なネットワーク設定](/command/ja/herupugadesuka/required-network-settings.md)があり、Command の一部の機能、例えば [ローカル ストリーミング機能](/verkada-cameras/ja/bideosutorminguto/live-streaming/local-streaming-on-verkada-cameras.md) コンピューターと Verkada デバイス間の通信が必要です。
{% endhint %}


---

# 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://help.verkada.com/command/ja/herupugadesuka/required-network-settings/verkada-command-system-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.
