> 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 को विशेष रूप से समर्थित हार्डवेयर के साथ सबसे प्रभावी ढंग से काम करने के लिए डिज़ाइन किया गया है। वैकल्पिक हार्डवेयर पर Deployment करना आपके अपने जोखिम पर है और यह आधिकारिक रूप से समर्थित न भी हो सकता है।

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

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

* **Root access** — आपके पास मशीन पर root (sudo) access होना चाहिए
* **Docker Daemon** — आपकी मशीन Docker चला सकने में सक्षम होनी चाहिए। यह install script द्वारा सेट अप किया जाएगा
* **Debian-based OS** — आपकी मशीन पर किसी प्रमुख Debian-based 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 के लिए नीचे परिभाषित न्यूनतम के साथ स्थिर bandwidth की भी आवश्यकता होगी।

| Scenario                                       | Minimum Bandwidth  |
| ---------------------------------------------- | ------------------ |
| सामान्य संचालन (monitoring, dataset sync)      | 20 Mbps symmetric  |
| Active Learning & software updates (scheduled) | 200 Mbps symmetric |

### Outbound Traffic

पोर्ट 443 पर Outbound HTTPS/TLS **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:

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