> 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/undefined-2.md).

# 시스템 환경 설정

설정 가능한 부분은 다음과 같습니다.

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

### 1. 알림음 설정

신규 회원 가입, 충 신청, 1:1 문의, 고액 배팅 알림, 고액 당첨 알림 또는 고액 머니 이동 등 다양한 카테고리에 맞춰 알림음을 설정할 수 있습니다.

**로그인 실패 보안 알람**

시스템에는 무단 접근을 방지하기 위해 로그인 실패 시도를 모니터링하는 자동 보안 알람이 포함되어 있습니다.

* 회 또는 외부 당사자가 3회 연속 로그인에 실패하면, 시스템은 관리자 검토를 위한 보안 경고를 트리거합니다.
* 로그인 실패 시도가 5회 연속에 도달하면, 추가 접근 시도를 차단하기 위해 해당 IP 주소가 자동으로 차단됩니다.

이 기능은 의심스러운 로그인 동작을 조기에 감지하고 잠재적인 무차별 대입 공격(Brute-force attack)을 사전에 방지함으로써 시스템 보안을 강화합니다.

### 2. 알림 설정

알림음을 울리는 임계값을 조정합니다.&#x20;

예를 들어 "고액베팅 (슬)"을 "100,000,000"으로 설정하면 그 순간부터 슬롯 게임에서 최소 100,000,000을 획득한 회원은 알림음이 울립니다.&#x20;

이 기능을 사용하면 집중하고 싶은 특정 이벤트에 대한 즉각적인 업데이트를 받을 수 있습니다.

### 3. 알 지급/회수 권한

알 지급/회수 권한: 이 기능은 파트너의 각 계증별로 특정 권한을 설정할 수 있도록 합니다. 각 파트너가 알을 지급하거나 회수할 수 있는 권한을 정의하여 파트너 네트워크의 모든 단계에서 트랜잭션 권한을 완벽하게 제어하고 맞춤 설정할 수 있습니다.

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

### 4. 자동 승인

관리자는 수동 검토가 필요 없는 자동 승인 대상 입금 또는 출금의 최소 및 최대 한도를 설정할 수 있습니다.\
또한, 시스템을 통해 관리자는 두 차례의 출금 거래 사이에 필요한 최소 시간(분 단위)을 지정하는 출금 간격을 설정할 수 있습니다.

<figure><img src="/files/0mEguOJCllum0ik0n8oy" alt=""><figcaption></figcaption></figure>

### 4. 시스템 설정

**점검 상태**: 이 기능은 시스템의 점검 모드를 활성화하거나 비활성화할 수 있도록 합니다. 또한 회원들에게 공지사항을 작성 및 전송하여 점검이 진행될 구체적인 날짜와 시간을 안내할 수 있습니다. 이를 통해 명확한 소통을 보장하고 모든 회원의 불편을 최소화합니다.

**회원 자동 승인 설정**: 이 기능은 파트너가 생성한 회원에 대한 자동 승인을 활성화할 수 있도록 합니다. 다만, 직접 가입한 신규 회원에게는 적용되지 않으며, 해당 회원의 승인은 여전히 관리자의 수동 검토가 필요합니다.

### 5. 인증

관리자 계정의 보안 강화를 위해 2단계 인증(2FA)을 활성화하십시오. 무단 접근으로부터 시스템을 보호하기 위해 이 추가 보안 계층을 사용하는 것을 권장합니다.

### 6. 어드민 비밀번호 변경

여기에서 비밀번호를 변경하십시오. 현재 비밀번호를 기억해야 합니다.&#x20;

다른 도움이 필요하시면 저희가 도와드리겠습니다.


---

# 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/undefined-2.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.
