> 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/command/ko/need-help/required-network-settings/verkada-command-system-requirements.md).

# Verkada Command 시스템 요구 사항

사용할 수 있습니다 [Verkada Command](https://www.verkada.com/command/#overview) Verkada 기기 전체와 상호 작용하고 모니터링하는 데 사용할 수 있습니다. Command를 사용하면 카메라 영상 검토, 알람 및 기기 이벤트 모니터링, 기기 구성, 조직 관리가 가능합니다.

## Verkada Command 사용 지침

Verkada Command를 안전하고 효율적으로 사용하려면, 최적의 Command 사용 환경을 위해 고려해야 할 특정 최소 시스템 요구 사항과 권장 사항이 있습니다.

{% hint style="info" %}
설정이 이러한 모든 기준을 충족하거나 초과하는지 정기적으로 확인하는 것을 권장합니다.
{% endhint %}

### 권장 호환 브라우저

Command는 다음 브라우저의 최신 버전과 호환됩니다:

* Google Chrome
* Safari
* Microsoft Edge
* Mozilla Firefox

{% hint style="info" %}
최상의 성능을 위해 Chromium 기반 브라우저에서 하드웨어 가속이 활성화되어 있는지 확인하세요.
{% endhint %}

{% hint style="warning" %}
다른 브라우저에서도 Command를 전체 또는 일부 로드할 수 있지만, 최적의 사용 환경을 위한 권장 브라우저 목록은 다음과 같습니다.
{% endhint %}

### 권장 호환 운영 체제

* **Windows**: Windows 10 이상
* **Mac**: MacOS 10.12 (몬터레이) 이상

{% hint style="warning" %}
M 시리즈 프로세서를 사용하는 최신 Apple Mac 모델은 모두 Command와 호환됩니다.
{% endhint %}

### 필수 엔드포인트 및 포트

컴퓨터에서 Command가 로드되도록 하려면 상위 도메인을 허용 목록에 추가해야 합니다 `*.verkada.com` 를 컴퓨터와 인터넷 서비스 제공업체(ISP) 사이의 모든 필터링 장치에서 TCP 포트 443에 대해 허용해야 합니다.

다음 도메인을 허용 목록에 추가하는 것을 권장합니다:

```
verkada.com
*.verkada.com
*.*.verkada.com
*.command.verkada.com
```

로그 수집 목적상, Command 사용 경험 개선에 도움이 되므로 다음 도메인을 허용 목록에 추가하는 것을 권장합니다:

```
*.datadoghq.com
*.browser-intake-datadoghq.com
```

{% hint style="warning" %}
Verkada 기기에는 자체적인 [필수 네트워크 설정](/command/ko/need-help/required-network-settings.md)이 있으며, 다음과 같은 Command의 일부 기능은 [로컬 스트리밍](/verkada-cameras/ko/video-streaming-and-sharing/live-streaming/local-streaming-on-verkada-cameras.md) 을 위해 컴퓨터와 Verkada 기기 간의 통신이 필요합니다.
{% 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://help.verkada.com/command/ko/need-help/required-network-settings/verkada-command-system-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.
