> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/fn/edr/remotecontrol.md).

# 원격 제어

{% hint style="info" %}
악성코드가 발견되거나 긴급하게 호스트 격리가 필요한 경우, **원격 제어** 기능을 통해 해당 호스트를 안전하게 관리할 수 있습니다.\
다음 두 가지 기능을 제공합니다:

1. **호스트 종료**:
   * 호스트의 전원을 즉시 종료합니다.
2. **네트워크 격리**:
   * PLURA 에이전트를 제외한 모든 네트워크 연결을 차단합니다.
   * 차단 상태에서도 **로그 업로드**, **탐지**, **차단** 등 에이전트 기능은 정상적으로 동작합니다.
   * 특정 IP 주소에 대한 접속을 예외로 설정할 수 있습니다.
   * **호스트 종료**와 **네트워크 격리** 중 하나만 선택하여 사용할 수 있습니다.
     {% endhint %}

### 원격 제어 메뉴 설정 <a href="#id-1" id="id-1"></a>

* 원격 제어 기능을 사용하려면 **메뉴 노출 설정**이 필요합니다.
* 기본값은 **OFF**이며, 아래 경로에서 설정을 활성화할 수 있습니다.
  * [관리](https://docs.plura.io/ko/function/common/management) > [사용](https://docs.plura.io/ko/function/common/management/use) > `호스트 보안` > `원격 제어` > `호스트 종료/네트워크 격리 ON`

### 권한 설정 <a href="#id-2" id="id-2"></a>

* **메뉴 노출 설정 권한**: 관리자만 가능
* **원격 제어 실행 권한**: 관리자 및 운영자

설정 후, **원격 제어** 탭이 노출되면 해당 기능을 사용할 수 있습니다.

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


---

# 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.plura.io/ko/fn/edr/remotecontrol.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.
