# 서버 실행 계정 변경

포건시 서버는 기본적으로 실행 계정이 로컬 시스템 계정인 로컬 서비스로 실행됩니다. 대부분의 경우 서비스를 실행하는 계정을 수정할 필요가 없습니다. 그러나 외부 체인 데이터베이스에 액세스할 수 있는 권한이 특정 시스템 계정만 있거나 브라우저에 구성된 에이전트를 사용해야 하는 경우와 같은 경우에 서비스를 실행하는 계정을 수정해야 합니다.

이 섹션에서는 포건시 서버 쪽의 실행 계정을 변경하는 방법에 대해 설명합니다.

1. Windows 시작 메뉴를 열고 제어판-> 시스템 및 보안-> 관리 도구-> 서비스를 선택하고 목록에서 ForguncyServerService를 찾아 두 번 클릭합니다.

![](/files/ZQMxc5Q2DHqaM4k7H0fK)

2. 대화 상자에서 로그인 탭을 선택하고 이 계정을 선택하고 데이터베이스에 액세스할 수 있는 사용자 이름과 암호를 입력합니다.

![](/files/SSusWfSCUUMwWSifRf91)

{% hint style="info" %}

* 사용자는 관리자여야 합니다.
* 사용자 암호는 비어 있지 않아야 합니다.&#x20;
  {% endhint %}

3. 포건시 서버를 다시 시작합니다. \[ForguncyServerService]를 마우스 오른쪽 버튼 클릭하고 \[다시 시작]을 선택합니다.

![](/files/hD54H8476KBzazaMmI63)


---

# 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/v7/or-server/serversetting/changeaccount.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.
