Overview
UI Toolkit React is an open-source library of prebuilt React components for adding Intel® AMT manageability features to web applications. It provides three core controls:
- KVM (Keyboard, Video, Mouse) — Control a platform remotely using a remote keyboard and mouse while viewing the managed platform's screen output on a remote monitor.
- SOL (Serial Over LAN) — Serial terminal access for BIOS-level interaction.
- IDER (IDE Redirection) — Mount and stream local disk images (ISO/IMG) to a remote device.
Get Started¶
Add UI Toolkit controls to your own React application.
Reference¶
- KVM Control – Code snippet, props, and styling options for the KVM component.
- SOL Control – Code snippet, props, and styling options for the SOL component.
- IDER Control – Code snippet, props, and styling options for the IDER component.
- React Localization – Add language support and configure i18n translations.
- Migration from v4 to v5 – Breaking changes and upgrade guide.
Additional Resources¶
- UI Toolkit React Tutorial – Step-by-step guide to run the example app and test each control.
- GitHub Repository – Source code, issues, and contributions.