Unraid तैनाती

Community Applications में बस खोजें

Unraid खिलाड़ियों की खुशखबरी

Unraid Docker प्रबंधन एक शक्ति ही है, Community Applications (CA) प्लगइन में कोई भी छवि है, खोज-इंस्टॉल एक साथ। Synology और QNAP की तरह नहीं जहां ग्राफिकल इंटरफेस में क्लिक करना पड़े, Unraid Docker टेम्पलेट पैरामीटर भरे तो सीधे चल सकता है।

अगर आप Unraid पर पहले से Plex, Jellyfin जैसी services चला रहे हो तो एक OpenClaw और add कर दो, resource usage भी ज्यादा नहीं होगा।

Deployment process

1

Community Applications install करना।

Unraid Web UI खोलो → Plugins → Install Plugin → CA plugin address डालो। अगर पहले install किया है तो इस step को skip कर दो। ज्यादातर Unraid users इसे install किए होंगे।

2

OpenClaw को search करना।

Apps (CA) पर click करो → "openclaw" search करो → OpenClaw template खोज लो → Install पर click करो। अगर CA मे अभी नहीं है तो manually Docker container add कर सकते हो।

3

Configuration parameters

Installation screen मे set करो: port mapping (3000), data path (/mnt/user/appdata/openclaw/),environment variables। Unraid का template generally common parameters list करता है, बस fill करो।

4

कंटेनर शुरु करो

Apply को click करो, Unraid automatically mirror pull करके start कर देगा। Docker page जाकर status check करो, green color "Started" दिख जाए तो हो गया।

Unraid Docker टेम्पलेट कॉन्फ़िगरेशन

अगर CA से install कर रहे हो तो template automatically fill हो जाएगा। अगर manually add कर रहे हो तो नीचे का config refer करो:

Unraid Docker टेम्पलेट महत्वपूर्ण पैरामीटर
Repository:  openclaw/openclaw:latest
Network Type:  bridge

Port Mappings:
  Container Port: 3000  →  Host Port: 3000

Volume Mappings:
  Container Path: /app/data    →  Host Path: /mnt/user/appdata/openclaw/data
  Container Path: /app/config  →  Host Path: /mnt/user/appdata/openclaw/config
  Container Path: /app/logs    →  Host Path: /mnt/user/appdata/openclaw/logs

Environment Variables:
  NODE_ENV=production
  TZ=Asia/Shanghai

Extra Parameters:  --memory=2g --restart=unless-stopped

Manual docker run करना।

टेंप्लेट न चाहिए, Unraid में SSH करके सीधे कमांड रन कर सकते हो:

Manual से container start करना।
# SSH के माध्यम से Unraid में प्रवेश करें
⚠️ Bridge या Host मोड?Using को recommend किया जाता है। bridge Mode। Bridge mode मे हर container का अपना network stack होता है, port mapping clear-cut होता है, दूसरी services से conflict नहीं। Host mode performance थोड़ा बेहतर है (एक NAT layer नहीं), लेकिन port conflict हो सकता है, troubleshooting भी hard हो सकता है। Special requirement न हो तो bridge ही सही है।
Unraid पर पहले से कई कंटेनर चल रहे हैं और तैनाती नहीं करना चाहते? MOLILI आपको होस्ट करता है, आराम और आसान। MOLILI के बारे में जानो →
क्या यह tutorial तुम्हारे लिए useful रहा?