# Hardware Requirements

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

### Machine Requirements

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

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

### Supported Cameras

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

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

### Supported Compute Devices

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

### Network Requirements

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

एक सामान्य deployment को नीचे दिए गए minimums के अनुसार स्थिर 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: 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.
