> For the complete documentation index, see [llms.txt](https://help.movin3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.movin3d.com/movin-tracin-stage-kr/undefined/server-back.md).

# 서버 연결 및 전원 켜기

서버에 모니터를 직접 연결해 조작합니다. 모니터, HDMI 케이블, 키보드, 마우스가 필요합니다.

## 네트워크 케이블 연결

서버 뒷면에 아래 사진처럼 네트워크 포트 세 개가 표시되어 있습니다. 서로 바꿔 꽂을 수 없고, 각자 정해진 케이블이 있습니다.

<figure><img src="https://518203207-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWohoYugNjJnOZ3hgyK81%2Fuploads%2Fgit-blob-af4de2b839aa5bbdcc6a0cdc7fb3fb66959ded21%2Fserver-back-ports.jpg?alt=media" alt="세 개의 네트워크 포트가 표시된 서버 뒷면"><figcaption><p>네트워크 포트 세 개. 메인보드의 INTERNET, 오른쪽 카드의 OSC와 LIDAR.</p></figcaption></figure>

**LIDAR**는 센서가 물린 PoE 스위치에 연결합니다([센서 설치](https://help.movin3d.com/movin-tracin-stage-kr/undefined/pages/fTfvlUKpMJjQwOogibCv#케이블-연결) 참고). **OSC**는 공연 네트워크로 데이터를 내보내는 포트입니다. **INTERNET**은 MOVIN 지원 팀이 업데이트를 안내할 때만 공연장 인터넷 케이블을 꽂고, 평소에는 비워둡니다.

{% hint style="warning" %}
OSC와 LIDAR 케이블을 서로 바꿔 꽂지 마세요. 센서가 잡히지 않고 수신 프로그램도 데이터를 받지 못합니다. 케이블이 뽑혀 있었다면 사진과 같은 위치에 꽂은 뒤 시스템을 시작해주세요.
{% endhint %}

## 모니터와 입력 장치 연결

1. 모니터를 HDMI 케이블로 메인보드의 **HDMI** 포트(사진 왼쪽 포트 그룹)에 연결하고, 모니터에서 그 입력을 선택해주세요. 그래픽 카드의 DisplayPort도 쓸 수 있습니다.
2. 마우스 또는 마우스의 USB 수신기를 서버 USB 포트에 꽂아주세요.
3. 키보드를 서버 USB 포트에 연결해주세요. IP 주소와 파일명 입력에 필요합니다.
4. 함께 보내드린 전원 케이블을 서버와 PoE 스위치에 연결하고, 모니터에도 전원을 연결해주세요.

## 전원을 켜고 화면 확인

1. PoE 스위치와 모니터를 먼저 켜고, 서버의 전원 버튼을 눌러주세요. 스위치가 켜지면 연결된 센서에도 전원이 들어갑니다.
2. 부팅이 끝나면 모니터의 브라우저에 workspace가 자동으로 열립니다. 프로그램을 따로 실행할 필요는 없습니다.
3. 상단 상태 표시줄과 왼쪽의 **Calibration**, **Settings**, **Live**가 보이는지 확인해주세요. 첫 실행 안내가 나오면 **Got it**을 누릅니다. 설정을 마치기 전까지 상태는 **SETUP**입니다.

workspace는 서버 안의 `http://localhost:8000`에서 실행됩니다. 이 주소는 서버에 연결된 브라우저에서만 열립니다. 다른 컴퓨터에서 같은 주소를 열어도 이 서버에 연결되지 않습니다. 평소 사용에 인터넷은 필요하지 않습니다.

모니터에 **No signal**이 뜨면 모니터 전원, 선택한 입력, HDMI 케이블을 확인해주세요. 바탕화면은 보이는데 workspace가 열리지 않으면 서버의 브라우저에서 `http://localhost:8000`을 열어주세요. 부팅 후에도 페이지가 열리지 않으면 모니터에 보이는 내용을 MOVIN 지원 팀에 알려주세요.

다음은 [Workspace 화면](/movin-tracin-stage-kr/setup/the-workspace.md)입니다.


---

# 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://help.movin3d.com/movin-tracin-stage-kr/undefined/server-back.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.
