> 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-hi/deploy/device-manager/setting-up/hardware-requirements.md).

# Hardware Requirements

Roboflow Deployment Manager को विशिष्ट समर्थित hardware के साथ सबसे प्रभावी ढंग से काम करने के लिए डिज़ाइन किया गया है। वैकल्पिक hardware पर deployment करना आपके अपने जोखिम पर है और हो सकता है कि उसे आधिकारिक रूप से समर्थन न मिले।

### मशीन आवश्यकताएँ

Deployment Manager को install करने से पहले, सुनिश्चित करें कि आपका device इन आवश्यकताओं को पूरा करता है:

* **Root access** — आपके पास मशीन पर root (sudo) access होना चाहिए
* **Docker Daemon** — आपकी मशीन Docker चलाने में सक्षम होनी चाहिए। इसे install script द्वारा सेट up किया जाएगा
* **Debian-आधारित OS** — आपकी मशीन पर किसी प्रमुख Debian-आधारित operating system का हालिया version चल रहा होना चाहिए। Windows और MacOS समर्थित नहीं हैं।
* **कोई मौजूदा Docker containers नहीं** — मशीन पर अन्य Docker containers नहीं चल रहे होने चाहिए

### समर्थित Cameras

Roboflow Deployment Manager के लिए कई प्रकार के cameras का समर्थन करता है; हालाँकि, compatibility अक्सर networking जैसे environmental conditions द्वारा सीमित होती है।

* USB Cameras
* RTSP Streams
* Ethernet cameras (कृपया आधिकारिक support के लिए sales से संपर्क करें)

### समर्थित Compute Devices

Roboflow Deployment Manager मुख्य रूप से Roboflow द्वारा उपलब्ध कराए गए Orin-based NVIDIA Jetson devices पर implement करने के लिए डिज़ाइन किया गया है। Roboflow NVIDIA GPU के साथ हालिया Debian-based operating system चलाने वाले x86 devices पर deployment के लिए सीमित support भी प्रदान करता है। सबसे अद्यतन समर्थित compute devices के लिए कृपया Roboflow sales से संपर्क करें।

### Network Requirements

Edge devices को प्रत्येक deployment के लिए dedicated RJ45 CAT6/7 या fiber network drop पर network से hardwired होना चाहिए।

एक सामान्य deployment को नीचे परिभाषित न्यूनतम के साथ stable bandwidth की भी आवश्यकता होगी।

| Scenario                                       | Minimum Bandwidth  |
| ---------------------------------------------- | ------------------ |
| Normal operation (monitoring, dataset sync)    | 20 Mbps symmetric  |
| Active Learning & software updates (scheduled) | 200 Mbps symmetric |

### Outbound Traffic

Outbound HTTPS/TLS on **port 443** को अनुमति होनी चाहिए:

* `api.roboflow.com`
* `repo.roboflow.com`<br>


---

# 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://docs.roboflow.com/roboflow/roboflow-hi/deploy/device-manager/setting-up/hardware-requirements.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.
