> 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/new-alarms/ko/bulk-provision-wired-alarm-devices.md).

# 유선 알람 디바이스 대량 프로비저닝

대량 프로비저닝은 하나의 워크플로에서 새 알람 사이트에 여러 개의 새 유선 장치를 등록하고 추가합니다. 지원되는 장치를 온라인 알람 패널에 연결하면 패널이 이를 감지하여 사이트의 **장치** 페이지에 표시합니다.

{% hint style="danger" %}
다음이 필요합니다 [조직 관리자 또는 사이트 관리자 권한](/command/ko/users-and-permissions/roles-and-permissions-for-command.md#organization-level-roles) 사이트에서 장치를 추가하고 구성하려면
{% endhint %}

***

### 시작하기 전에

다음이 충족되는지 확인하세요:

* 알람 패널이 온라인 상태여야 합니다
* 장치가 알람 패널에 연결되어 있어야 합니다
* 조직에서 장치를 추가하고 구성할 권한이 있어야 합니다

***

### 지원되는 장치

대량 프로비저닝은 다음을 통해 패널에 연결된 Verkada 장치를 지원합니다:

* RS-485 포트
* RS-485 데이지 체인

{% hint style="warning" %}
이더넷을 통해 연결된 장치와 무선 장치는 현재 지원되지 않습니다.
{% endhint %}

***

## 장치 대량 프로비저닝

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 새 알람으로 이동합니다.**
{% endstep %}

{% step %}
**장치를 설치한 알람 사이트를 선택합니다.**
{% endstep %}

{% step %}
**왼쪽 탐색 메뉴에서 장치를 선택합니다.**
{% endstep %}

{% step %}
**새 장치를 알람 패널에 연결한 다음 감지될 때까지 기다립니다.**
{% endstep %}

{% step %}
**감지된 장치 카드가 나타나면 대량 프로비저닝을 클릭합니다.**

<div data-with-frame="true"><figure><img src="/files/6421cdd1077782ed3736196bab71751156bbacc6" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**프로비저닝할 장치를 선택합니다.**

필요한 경우 선택한 각 장치의 이름을 수정합니다.

<div data-with-frame="true"><figure><img src="/files/0c633aba7e8ed6419230d571c859383411f76e42" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**확인을 클릭합니다.**

성공적으로 프로비저닝된 장치에는 녹색 체크 표시가 표시됩니다.
{% endstep %}

{% step %}
**완료를 클릭합니다.**

Command가 선택한 각 장치를 등록하고 알람 사이트에 추가합니다.

<div data-with-frame="true"><figure><img src="/files/ca29a5fe17be1fb31e03adb9635a89372f050d06" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
새로 연결된 장치가 감지되기까지 최대 1분이 걸릴 수 있습니다.
{% endhint %}
{% endstep %}
{% endstepper %}

***

## 추가 장치 감지

대량 프로비저닝 창이 열려 있는 동안 더 많은 장치를 연결한 경우, 다음을 클릭하세요 **다시 감지** 하여 장치 선택 페이지로 돌아갑니다.

장치가 연결되면 감지된 장치 목록이 자동으로 업데이트됩니다. 결과 페이지가 표시되는 동안에는 프로비저닝 결과를 검토할 수 있도록 업데이트가 일시 중지됩니다.

***

## 문제 해결

<details>

<summary>장치가 표시되지 않으면 어떻게 해야 하나요?</summary>

* 장치가 지원되는 연결 방식을 사용하는지 확인하세요
* 배선이 올바르고 전원이 공급되는지 확인하세요
* 알람 패널이 이를 감지할 때까지 최대 1분간 기다리세요
* 클릭 **다시 감지** 하여 목록을 새로 고칩니다

</details>

<details>

<summary>사이트에 추가하려고 할 때 장치가 비활성화되는 이유는 무엇인가요?</summary>

사이트에 등록하거나 추가할 수 없는 장치는 목록에서 비활성화됩니다. 해당 장치가 이미 다른 조직에 등록되어 있는지 또는 조직 내의 다른 사이트에 설정되어 있는지 확인하세요.

</details>


---

# 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/new-alarms/ko/bulk-provision-wired-alarm-devices.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.
