> 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를 설치하기 전에, 기기가 다음 요구 사항을 충족하는지 확인하세요:

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

### 지원되는 카메라

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

* USB 카메라
* RTSP Streams
* 이더넷 카메라(공식 지원은 판매팀에 문의하세요)

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

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

### 네트워크 요구 사항

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

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

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

### 아웃바운드 트래픽

아웃바운드 HTTPS/TLS on **포트 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/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.
