⚠️ Work in Progress: This adapter is under active development. Additional data points and features are planned for future releases.
This adapter connects ioBroker to Unraid servers via the GraphQL API to monitor system metrics and status.
- Monitor CPU and memory usage (including per-core statistics)
- Track server status and network information
- Monitor and control Docker containers (start/stop)
- View array disks (data, parity, cache) with health information
- Monitor network shares (usage, configuration, file system details)
- Monitor and control virtual machines (start/stop/pause/resume/reboot)
- Configurable polling interval
- Install the "Unraid Connect Plugin" from the Unraid Community Applications store
- After installation, navigate to: Settings → Management Access → API Keys
- API functionality is built-in, go directly to: Settings → Management Access → API Keys
-
Click on "Add API Key"
-
Configure the permissions:
- Base Role: Select "Viewer" (provides read access to system info, metrics, disks, etc.)
- Additional Permissions (required for control features):
- Docker Manager: Allows starting/stopping Docker containers
- VM Manager: Allows starting/stopping/pausing virtual machines
Quick Setup Alternative: Copy this template string and paste it into API Keys → "Create from template":
?name=ioBroker+unraid+adapter+key&scopes=role%3Aviewer%2Cdocker%2Bvms%3Acreate_any%2Bdelete_any%2Bread_any%2Bupdate_any%2Carray%2Bdashboard%2Bdisk%2Binfo%2Blogs%2Bnetwork%3Aread_any -
Give the token a descriptive name (e.g., "ioBroker")
-
Copy the generated token (API Key) - you'll need it for the adapter configuration
- Base URL: Enter your Unraid server address (e.g.,
https://192.168.1.10orhttps://tower.local) - API Token: Paste the Admin token you generated in Unraid
- Polling Interval: Set how often to fetch data (default: 60 seconds, minimum: 10 seconds)
- Self-signed Certificates: Enable if your Unraid server uses a self-signed HTTPS certificate
- Data Domains: Select which data categories to monitor (System Info, Server Status, Metrics, etc.)
The adapter creates a structured tree of objects for the monitored data:
- Unraid server (version 7.0.0+ recommended)
- For versions before 7.2: Install "Unraid Connect Plugin" from Community Applications
- For version 7.2+: API support is built-in
- API token with Viewer role (plus Docker/VM Manager for control features)
- Network access from ioBroker to Unraid server
- (ingel81) Updated dependencies and admin UI (React 19)
- (ingel81) Minor pipeline issues fixed
- (ingel81) Migrated admin UI to @iobroker/adapter-react-v5 (React 18, MUI v6)
- (ingel81) Extended Unraid GraphQL schema (CPU package power and temperatures)
- (ingel81) Refined API token documentation with Viewer role permissions
- (ingel81) Updated dependencies (release-script 5.x, adapter-react-v5 8.x)
- (ingel81) dependencies updated
- (ingel81) npm deployment adjusted pt.2
- (ingel81) npm deployment adjusted
- (ingel81) fix: Use themecolors in settings
- (ingel81) Added VM and Docker container control functionality
- (ingel81) Code refactoring and cleanup
- (ingel81) Translation
- (ingel81) Support for node 20, 22 and 24
- (ingel81) Documentation
- (ingel81) Minor admin page improvements
- (ingel81) ESLint9 Migration
- (ingel81) Code refactor
- (ingel81) More Unraid queries: Docker containers, shares, VMs, array disks with dynamic state creation,
- (ingel81) Apollo Client migration
- (ingel81) Documentation
- (ingel81) Adapter renamed to iobroker.unraid
- (ingel81) Translations
- (ingel81) Logo
- (ingel81) Readme
- (ingel81) Release testing with npm, reloaded2
MIT License
Copyright (c) 2025-2026 ingel81 [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.






