# Hardware Requirements

Roboflow Deployment Manager は、特定の対応ハードウェアで最も効果的に動作するよう設計されています。代替ハードウェアへのデプロイは自己責任で行ってください。公式にサポートされない場合があります。

### Machine Requirements

Deployment Manager をインストールする前に、デバイスが以下の要件を満たしていることを確認してください:

* **Root access** — マシンへの root（sudo）アクセス権が必要です
* **Docker Daemon** — マシン上で Docker を実行できる必要があります。これはインストールスクリプトによって設定されます
* **Debian-based OS** — マシンは、主要な Debian ベース OS の最新バージョンを実行している必要があります。Windows と MacOS はサポートされていません。
* **No existing Docker containers** — マシン上で他の Docker コンテナが実行されていてはいけません

### Supported Cameras

Roboflow は Deployment Manager 向けにいくつかの種類のカメラをサポートしています。ただし、互換性はネットワークなどの環境条件によって制限されることがよくあります。

* USB Cameras
* RTSP Streams
* Ethernet cameras (Please contact sales for official support)

### Supported Compute Devices

Roboflow Deployment Manager は、主に Roboflow が提供する Orin ベースの NVIDIA Jetson デバイスへの導入向けに設計されています。Roboflow はまた、NVIDIA GPU を搭載した最新の Debian ベース OS を実行する x86 デバイスへのデプロイについて、限定的なサポートも提供しています。最新の対応 Compute Devices については、Roboflow sales にお問い合わせください。

### Network Requirements

エッジデバイスは、各デプロイごとに専用の RJ45 CAT6/7 またはファイバーのネットワーク接続で、有線接続する必要があります。

一般的なデプロイでは、以下に定義する最小値を満たす安定した bandwidth も必要です。

| Scenario                                       | Minimum Bandwidth  |
| ---------------------------------------------- | ------------------ |
| Normal operation (monitoring, dataset sync)    | 20 Mbps symmetric  |
| Active Learning & software updates (scheduled) | 200 Mbps symmetric |

### Outbound Traffic

Outbound HTTPS/TLS on **port 443** must be allowed to:

* `api.roboflow.com`
* `repo.roboflow.com`<br>


---

# 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://docs.roboflow.com/roboflow/roboflow-jp/deploy/device-manager/setting-up/hardware-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.
