> For the complete documentation index, see [llms.txt](https://manual.cosmo-sol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.cosmo-sol.com/undefined-5/ip.md).

# IP 관리

시스템 메뉴를 통해 접속할 수 있는 **IP 관리** 섹션은 관리자에게 플랫폼과 상호작용하는 모든 IP 주소에 대한 완전한 가시성과 제어 기능을 제공합니다.

이 화면에는 시스템 전체에서 추적된 IP 주소의 상세 목록과 함께 각 IP의 주요 로그인 및 보안 관련 정보가 표시됩니다.

**표시 정보 항목:**

* **IP 주소** –  회원 또는 방문자의 감지된 IP 주소입니다.
* **위치** – IP와 관련된 지리적 위치입니다.
* **시간대** – IP 위치에 해당하는 시간대입니다.
* **입장 성공** – 해당 IP에서 성공한 총 로그인 시도 횟수입니다.
* **입장 실패** – 해당 IP에서 실패한 총 로그인 시도 횟수입니다.
* **상태** – 현재 IP 상태 (허용 또는 차단)입니다.
* **등록일시** – IP가 처음 기록된 날짜와 시간입니다.
* **업데이트일시** – 가장 최근의 활동 또는 상태 업데이트 시간입니다.&#x20;

<figure><img src="/files/x6JhHtkrLRJBLic5EjLd" alt=""><figcaption><p>IP 관리</p></figcaption></figure>

#### 사용 가능한 작업:

* **IP 차단** – 해당 IP 주소의 시스템 접속을 즉시 제한합니다.
* **로그인 내역** – 모든 성공 및 실패 시도를 포함하여 특정 IP와 관련된 전체 로그인 활동 내역을 확인합니다.

#### 보안 모니터링:

관리자는 이 모듈을 사용하여 다음 작업을 수행할 수 있습니다:

* 의심스러운 로그인 동작 모니터링
* 반복된 로그인 실패 시도 검사
* 악성 또는 승인되지 않은 IP 주소 차단
* 위치 및 빈도별 로그인 패턴 감사

이 기능은 승인되지 않은 접근과 잠재적 위협으로부터 플랫폼을 보호하기 위한 핵심 보안 관리 도구 역할을 합니다.


---

# 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://manual.cosmo-sol.com/undefined-5/ip.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.
