> 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/add-a-device.md).

# 디바이스 추가

Deployment Manager로 Workflow를 배포하려면, 먼저 Roboflow 계정에 기기를 추가해야 합니다.

기기를 추가하면 다음이 수행됩니다:

* Roboflow Inference(엣지 컴퓨터 비전 추론 서버)와 Docker를 포함한 필요한 모든 종속 항목을 설치합니다.
* 기기를 등록하여 Roboflow 계정에서 모니터링할 수 있게 합니다.

:warning: 진행하기 전에, 다음을 검토하실 것을 강력히 권장합니다 [하드웨어 요구사항](/roboflow/roboflow-ko/deploy/device-manager/setting-up/hardware-requirements.md) 지원되는 기기 목록을 보려면.

"Deployments" 페이지에서 새 기기를 추가할 수 있습니다

<figure><img src="/files/a6cf7f64c06932b3110f332a1db4297fbaaa6285" alt=""><figcaption></figcaption></figure>

기기를 생성한 후 제공된 명령어를 기기의 터미널에서 실행하세요. 이 명령어는 시스템에 Inference를 설정하고 Roboflow 대시보드에 기기를 등록합니다. 이 명령어를 실행하려면 엣지 기기에 인터넷 연결이 필요합니다.\
\
축하합니다! 이제 Roboflow의 Deployment Manager가 머신에서 실행 중입니다. 다음 단계는 컴퓨터 비전 Workflow를 실행하는 기기에서 스트림을 구성하는 것입니다.

{% hint style="info" %}
엣지 하드웨어에 적용되는 회사 방화벽이 있는 경우, 설치 과정이 성공적으로 진행되도록 하는 방법은 계정 관리자에게 문의하세요. Roboflow의 기기 관리 도메인을 허용 목록에 추가해야 할 수 있으며, 해당 도메인은 <https://api.roboflow.com> 및 <https://repo.roboflow.com> 입니다.
{% 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://docs.roboflow.com/roboflow/roboflow-ko/deploy/device-manager/setting-up/add-a-device.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.
