# Windows 시스템에서 서버(Server) 설치

포건시 서버(Server) 프로그램은 포건시 빌더(Builder)에서 만든 웹 페이지들을 실제 온라인 상에 배포하고  서비스 위해서, 서버 컴퓨터에 설치해야 하는 프로그램입니다.

{% hint style="info" %}
**포건시 서버란**

**포건시 빌더(Builder)에서 만든 기능과 페이지를 읽어서 이를 웹 상에 렌더링 해주고, 사용자 관리, 권한관리, 응용프로그램 배포, 보안 및 백업 등 웹 서비스 운영에 필요한 전반적인 서비스 기능을를 관리자에게 제공합니다.**
{% endhint %}

아래와 같은 방법으로 설치할 수 있습니다.

{% hint style="info" %}
시스템 요구사항

**포건시 서** 설치 전에 반드시 [**시스템 요구사항**](/getting-started/systemrequirement.md)을 확인해주세요.
{% endhint %}

**1. Forguncy Server 설치 파일 다운로드가 완료되면,** \
**다운로드 받은 ForguncyServer-KR-20XX.XXXX.X.exe를 더블 클릭합니다.** ([설치 요구사항 바로가기](/getting-started/systemrequirement.md))

**2. Forguncy Server 설치 화면이 나타납니다.**

&#x20; (1) “사용자 라이선스 동의서를 확인하였으며 이에 동의함”에 동의하셔야 설치가 진행됩니다.<br>

<figure><img src="/files/4rykT2ktTQUb02wfo5rq" alt=""><figcaption></figcaption></figure>

&#x20; (2) 대상폴더는 기본으로 두셔도 되고, 사용자가 필요한 위치로 옮기셔도 됩니다.

&#x20; (3) EULA(사용자 라이선스 동의서)에 동의하시면 “설치” 버튼이 활성화됩니다. 클릭하셔서 설치를 진행해 주세요.<br>

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

**3. 설치가 완료되면 Forguncy Server를 실행해 주세요.**

{% hint style="info" %}
**문의하기**

설치 중 오류, 혹은 설치 후 Forguncy Server 실행 관련하여 문의사항이 있으신 경우,\
[**메시어스 개발자 포럼으로 문의**](https://dev.grapecity.co.kr/bbs/board.php?bo_table=forguncy_qna)를 남겨주세요.\
\ <mark style="color:orange;">**\* 오류가 발생한 경우에 대한 상황을 스크린샷 찍어주시거나, 명확히 설명해 주시면 빠른 문제 해결에 도움이 됩니다.**</mark>
{% endhint %}


---

# 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://doc.forguncy.co.kr/getting-started/server_info/serversetup.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.
