> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/deploy/device-manager/setting-up/hardware-requirements.md).

# 하드웨어 요구 사항

Roboflow Deployment Manager는 특정 지원 하드웨어에서 가장 효과적으로 작동하도록 설계되었습니다. 대체 하드웨어에 배포하는 것은 전적으로 사용자의 책임이며, 공식적으로 지원되지 않을 수 있습니다.

### 머신 요구 사항

Deployment Manager를 설치하기 전에, 장치가 다음 요구 사항을 충족하는지 확인하세요:

* **루트 액세스** — 머신에 대한 루트(sudo) 액세스 권한이 있어야 합니다
* **Docker Daemon** — 머신에서 Docker를 실행할 수 있어야 합니다. 이는 설치 스크립트에서 설정됩니다
* **Debian 기반 OS** — 머신은 Debian 기반의 주요 운영 체제 최신 버전을 실행하고 있어야 합니다. Windows 및 MacOS는 지원되지 않습니다.
* **기존 Docker 컨테이너 없음** — 머신에 다른 Docker 컨테이너가 실행 중이면 안 됩니다

### 지원되는 카메라

Roboflow는 Deployment Manager용으로 여러 유형의 카메라를 지원하지만, 호환성은 네트워킹과 같은 환경 조건에 의해 제한되는 경우가 많습니다.

* USB 카메라
* RTSP 스트림
* 이더넷 카메라(공식 지원은 영업팀에 문의하세요)

### 지원되는 컴퓨트 장치

Roboflow Deployment Manager는 주로 Roboflow에서 제공하는 Orin 기반 NVIDIA Jetson 장치에 구현되도록 설계되었습니다. Roboflow는 NVIDIA GPU가 탑재된 최신 Debian 기반 운영 체제를 실행하는 x86 장치 배포에 대해서도 제한적인 지원을 제공합니다. 가장 최신의 지원되는 컴퓨트 장치에 대해서는 Roboflow 영업팀에 문의하세요.

### 네트워크 요구 사항

엣지 장치는 배포마다 전용 RJ45 CAT6/7 또는 광섬유 네트워크 드롭에 유선으로 연결되어야 합니다.

일반적인 배포에서는 아래에 정의된 최소값을 충족하는 안정적인 대역폭도 필요합니다.

| 시나리오                              | 최소 대역폭      |
| --------------------------------- | ----------- |
| 일반 작업(모니터링, dataset 동기화)          | 20 Mbps 대칭  |
| Active Learning 및 소프트웨어 업데이트(예약됨) | 200 Mbps 대칭 |

### 아웃바운드 트래픽

포트 443에서의 아웃바운드 HTTPS/TLS **포트 443** 다음에 허용되어야 합니다:

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


---

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