> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/deploy/self-hosted-deployment.md).

# Self-Hosted Deployment

Roboflow Inference, 당사의 엣지 추론 서버를 사용하면 자체 하드웨어에 모델과 Workflows를 배포할 수 있습니다. 모델을 엣지에서 실시간으로 실행해야 하는 경우에 이상적입니다.

하드웨어에 모델을 설정하려면 인터넷 연결이 필요합니다. 또한 다음에서 관리되는 디바이스에 모델을 배포하는 경우 지속적인 인터넷 연결도 필요합니다 [Device Manager](/roboflow/roboflow-ko/deploy/device-manager.md).

다음을 참조하세요: [Roboflow Inference 설치 가이드](https://inference.roboflow.com/install/) 컴퓨터에서 Inference를 설정하는 방법을 알아보려면. 그런 다음 다음 가이드를 참조하세요. [Workflow를 배포하는 방법](/roboflow/roboflow-ko/workflows/deploy-a-workflow.md) 엣지 디바이스에서.

{% hint style="info" %}
비공개 모델용 TensorRT 최적화 모델 패키지는 다음에서만 제공됩니다 [Enterprise 플랜](/roboflow/roboflow-ko/deploy/enterprise-deployment.md) Roboflow 플랫폼 외부에서 Inference를 실행할 때. 공개 모델에는 모든 플랜에서 TensorRT 패키지가 포함됩니다.
{% endhint %}


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/deploy/self-hosted-deployment.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.
