> For the complete documentation index, see [llms.txt](https://or-orbro-guide.gitbook.io/orbro-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://or-orbro-guide.gitbook.io/orbro-guide/undefined/id-password-login.md).

# 아이디, 비밀번호 로그인

### 어떤 계정에서 사용하나요

* 아이디, 비밀번호 로그인은 주로 `Local 계정`에서 사용하는 방식입니다.
* 조직 내부 사용자나 고정 계정 체계를 사용하는 환경에서 주로 사용합니다.

***

### 사용 전 확인할 내용

* 제품 도입 시 안내받은 ORBRO OS 접속 주소를 사용합니다.
* 온프레미스 환경에서는 ORBRO OS가 설치된 동일 네트워크에서만 접속할 수 있습니다.
* 외부에서 접속해야 하는 경우에는 별도 외부 접속 환경이 구성되어 있는지 확인해야 합니다.

***

### 로그인 방법

1. 웹 브라우저에서 고객에게 제공된 전용 도메인 주소로 접속합니다.
2. 로그인 화면의 `공통 계정 입력 필드`에 아이디를 입력합니다.
3. `다음` 버튼을 클릭합니다.
4. ORBRO OS가 입력값을 아이디로 인식하면 비밀번호 입력 화면으로 이동합니다.
5. 해당 계정의 비밀번호를 입력합니다.
6. `로그인` 버튼을 클릭합니다.

***

### 화면에서 확인할 항목

* 공통 계정 입력 필드
* 비밀번호 입력창
* `다음` 버튼
* `로그인` 버튼
* 이전 단계로 돌아가기

***

### 로그인되지 않을 때 확인할 내용

* 아이디가 정확한지 확인합니다.
* 아이디를 이메일 주소나 휴대폰 번호 형식으로 잘못 입력하지 않았는지 확인합니다.
* 비밀번호를 정확히 입력했는지 확인합니다.
* 등록되지 않은 계정은 로그인 절차를 진행할 수 없습니다.
* 비밀번호를 분실한 경우 관리자에게 초기화를 요청합니다.

***

### 참고해 주세요

* 로그인 첫 단계에서는 아이디 전용 입력창이 따로 보이지 않고, 이메일·휴대폰 번호와 같은 공통 입력 필드를 사용합니다.
* 비밀번호를 분실했거나 로그인에 문제가 계속되면 관리자에게 확인을 요청해 주세요.


---

# 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, and the optional `goal` query parameter:

```
GET https://or-orbro-guide.gitbook.io/orbro-guide/undefined/id-password-login.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
