# 등록 조건 확인

## 서버 조건

* OS 초기화 및 SSH 서버가 설치된 물리적 서버만 등록이 가능합니다.
* 물리적 서버라 함은, CPU/MEM/GPU가 탑재된 서버를 의미합니다.&#x20;
* 하단 항목들을 통해 상세 조건을 확인하세요
* **GPU Driver의 경우 반드시 사전 설치해주세요.**
* 여러 개의 GPU가 있는 서버는 여러 개로 분할하여 등록이 가능하며, 이 때는 추가 조건 이 필요합니다

<table><thead><tr><th width="155" align="center">항목</th><th align="center">요구 조건</th></tr></thead><tbody><tr><td align="center"><strong>운영체제</strong></td><td align="center">Ubuntu 20.04 LTS/Ubuntu 22.04 LTS/Ubuntu 24.04 LTS</td></tr><tr><td align="center"><strong>CPU</strong></td><td align="center">최소 8 코어 이상</td></tr><tr><td align="center"><strong>GPU</strong></td><td align="center">NVIDIA GPU 최소 30XX 이상<br><mark style="color:blue;"><strong>분할 시 최소 2개의 GPU 필요</strong></mark></td></tr><tr><td align="center"><strong>RAM</strong></td><td align="center">32GB 이상</td></tr><tr><td align="center"><strong>Network</strong></td><td align="center"><p>최소 100 Mb/s Down / 50 Mb/s Up</p><p>-  퍼블릭 IP 서포트<br>-  TCP 30001 ~ 30003 포트 오픈</p><p>-  TCP 30011 ~ 30012 포트 오픈</p><p>-  <mark style="color:blue;"><strong>분할 시 추가 포트 오픈 필</strong>요</mark></p><p>예시) 3개로 분할 시 상기한 포트에 추가로<br>30021 ~ 30022, 30031 ~ 30032 오픈 필요</p></td></tr><tr><td align="center"><strong>디스크 용량</strong></td><td align="center"><p><mark style="color:green;">1) <strong>OS 디스크 (사용자에게 제공되는 공간은 없음)</strong></mark></p><p>-SSD or NVME</p><p>-최소 100GB<br><mark style="color:purple;"><strong>2) Data 파티션 (사용자에게 제공하는 영역)</strong></mark><br>- 최소 1TB, 권장 2TB</p><p>- OS 디스크와 동일한 디스크 가능</p><ul><li><strong>실제 사용자에게 제공되는 용량은 Data 파티션 용량에서 최대 200GB를 뺀 용량 제공</strong></li></ul><p><mark style="color:blue;"><strong>3)</strong> 분할 시 Data 파티션 xfs 파일 시스템 포맷 필수</mark></p></td></tr><tr><td align="center"><strong>GPU Driver</strong></td><td align="center"><mark style="color:red;"><strong>사전 설치 필수</strong></mark></td></tr></tbody></table>

***

## 조건 확인 방법

머신 조건 확인 방법은 다음과 같습니다.

* **Public IP 확인** :  `$ curl`[ `ifconfig.me`](http://ifconfig.me/)

&#x20;      결과 예시) 127.0.0.1


---

# 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://runyourai.gitbook.io/userguide/provider/conditions.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.
