Hi @ich777 I am new on unraid and i am very happy with it. I have the new idx6011 pro and i am trying to install this script on it. https://github.com/Reevoy24/ugreen-idx6011-panel The problem is that the touchscreen doesnt work and i am very interested to made work but i have no idea how to compile a new kernel. Can you help me with this? I have seen your github but i dont know how to do it. Is it possible to made a plugin in unraid for it? I have the last version of unraid. Thanks in advance. Touchscreen on Unraid — KNOWN LIMITATION The display and the front LEDs work on stock Unraid. The TOUCHSCREEN does not, because Unraid's kernel does not ship the Intel LPSS / DesignWare I2C driver (i2c-designware, intel-lpss). The touch panel hangs off that I2C controller, so without the driver its bus never appears and nothing in userspace can reach the panel. The dashboard simply stays on and is fully readable — it just isn't touch-controlled. The log shows: Touch: no touchscreen I2C bus found — the kernel is missing the Intel LPSS / DesignWare I2C driver Confirm with `ls /sys/bus/i2c/devices/`: you will see only an i801 SMBus and i915 gmbus/AUX adapters, no DesignWare/LPSS adapter, even though the panel's ACPI device (MSFT8000 / CUST0000) is present under /sys/bus/acpi/devices/. To make touch work you need a custom Unraid kernel built with CONFIG_I2C_DESIGNWARE_PLATFORM + CONFIG_MFD_INTEL_LPSS_PCI/ACPI (e.g. via the Unraid Kernel Helper). Once such a kernel exposes i2c-MSFT8000:00 / i2c-CUST0000:00, ug-paneld picks the touch up automatically — start.sh already loads the modules and frees the controller. If you know the touch bus, you can instead set "touch_device": "/dev/i2c-N" in config.json.