# 외부 접속 허용 포트

SysMaster DB 8에서 사용하는 포트 중 외부 접속을 허용해야 하는 포트들은 다음과 같다.

**SysMaster DB 서버에서 허용해야 하는 포트 목록**

| 포트 이름           | 용도                                                                                  | 기본값   | 허용 대상                                    |
| --------------- | ----------------------------------------------------------------------------------- | ----- | ---------------------------------------- |
| CLIENT\_PORT    | 브라우저에서 SysMaster DB UI에 접속하기 위한 포트                                                  | 80    | SysMaster DB UI 접속을 위해 브라우저를 실행하는 사용자 PC |
| COLLECTOR\_PORT | TPM Agent가 SysMaster DB 로 수집 정보를 보내기 위해 연결하는 포트                                     | 8292  | 관제 데이터베이스 서버                             |
| REPODB\_PORT    | <p>REPODB에 접속하기 위한 포트<br><br>(사용자가 REPODB를 직접 조회하기 위한 용도로 SysMaster DB 동작과는 무관)</p> | 15432 | REPODB에 접속할 사용자 PC                       |
| METADB\_PORT    | <p>METADB에 접속하기 위한 포트<br><br>(사용자가 METADB를 직접 조회하기 위한 용도로 SysMaster DB 동작과는 무관)</p> | 25432 | METADB에 접속할 사용자 PC                       |

**관제 데이터베이스 서버에서 허용해야 하는 포트 목록**

| 포트 이름      | 용도                                   | 기본값  | 허용 대상           |
| ---------- | ------------------------------------ | ---- | --------------- |
| 티베로 리스너 포트 | SysMaster DB 서버에서 관제 데이터베이스에 연결하는 포트 | 8629 | SysMaster DB 서버 |

###


---

# Agent Instructions: 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://docs.tibero.com/sysmasterdb/8.3_manual/installation-guide/installation/external-ports.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.
