# 서버 설정 및 로그

설정 페이지의 첫 번째 그룹은 가장 많이 사용되는 서버 전체 설정을 다룹니다.

| UI 라벨               | 기능 설명                                                             | 기본값            |
| ------------------- | ----------------------------------------------------------------- | -------------- |
| **열린 티켓 로그 채널**     | 티켓이 열릴 때마다 "Ticket Opened" 임베드를 받는 Discord 채널입니다.                 | 없음             |
| **닫힌 티켓 로그 채널**     | 티켓이 닫힐 때마다 (대화 기록 링크가 포함된) "Ticket Closed" 임베드를 받는 Discord 채널입니다. | 없음             |
| **서버 언어**           | 이 서버의 모든 메시지에 봇이 사용하는 언어입니다. 지원 언어 40개.                           | 영어             |
| **지원 역할**           | 모든 티켓에 접근하고 관리할 수 있는 역할입니다. 최대 25개.                               | 없음             |
| **주 티켓 카테고리**       | 모든 티켓이 배치되는 카테고리입니다. 최대 25개.                                      | 없음             |
| **최대 활성 티켓 수**      | 전체 서버에서 한 번에 열 수 있는 최대 티켓 수입니다. 범위 1\~2000.                       | 500            |
| **사용자당 최대 활성 티켓 수** | 한 명의 구성원이 한 번에 열 수 있는 최대 티켓 수입니다. 범위 1\~2000.                     | 1              |
| **메인 임베드 색상**       | 서버의 모든 Ticket King 임베드에 적용되는 강조 색상입니다. Hex 값.                     | `#d4af37` (금색) |

지원 역할과 주요 티켓 카테고리는 무료입니다. 이 그룹에는 프리미엄 항목이 없습니다. (차단된 역할도 무료이지만, 여기서가 아니라 별도의 차단된 역할 그룹에 설정합니다.)

<figure><img src="/files/2e32c81abf4fb48d0f2f0b1763226c446da1cfb5" alt="Settings, Server Settings &#x26; Logging section showing the fields visible"><figcaption></figcaption></figure>

## 자세한 페이지

* [서버 언어 설정](/docs/ko/languages/server-language.md)
* [서버 임베드 색상](/docs/ko/customization-and-branding/server-embed-color.md)
* [로그 채널](/docs/ko/logging/three-log-channels.md)

## 관련

{% content-ref url="/pages/0bd8d672d102235f50c5d18a945a0edd53b34bbd" %}
[설정 개요](/docs/ko/settings/overview.md)
{% endcontent-ref %}


---

# 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:

```
GET https://ticketking.xyz/docs/ko/settings/server-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
