Penyebaran Unraid
Community Applications langsung cari ada
Kabar gembira Unraid player
Manajemen Docker Unraid memang kuat, plugin Community Applications (CA) ada apapun mirror, cari install langsung selesai. Tidak seperti Synology dan QNAP masih click sana click sini di UI, Unraid Docker template isi parameter langsung bisa jalan.
Kalo lo udah jalanin Plex, Jellyfin dll di Unraid, nambahin OpenClaw super gampang, resource usage juga kecil.
Deploy flow
Install Certbot
Open QNAP App Center → Search "Container Station" → Install. Kalo udah ada skip step ini. Kebanyakan Unraid user udah install.
Card slot boot, after net up
Click Apps (CA) → Search "openclaw" → Find OpenClaw template → Click Install. Kalo CA belum ada, bisa manual add Docker container.
Config parameter
Di installation page, setup: port mapping (3000), data path (/mnt/user/appdata/openclaw/)、environment variable. Template Unraid list semua parameter yang sering, tinggal isi aja.
start container
Click Apply, Unraid auto pull image dan start. Go ke Docker page confirm status green "Started" langsung done.
Konfigurasi template Docker Unraid
Kalo pake CA install, template auto-fill. Manual add, refer ini:
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
Headless tuh gak pake monitor, keyboard, mouse, semua remote via SSH. Kebanyakan Pi akhirnya taro di corner jadi 24/7 headless, jadi gak butuh desktop.
tidak perlu template juga boleh, SSH masuk Unraid langsung run command:
# SSH masuk ke Unraid