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