Hi everyone,
I’m building a custom web frontend to manage physical machines, and I want to allow users to access the machine console directly through the web UI — similar to how iDRAC or IPMI KVM consoles work.
We currently use Dell iDRAC for hardware management, and I’m trying to figure out the best way to:
- Embed or proxy console access (KVM) into the frontend
- Use tools like noVNC, Guacamole, or other HTML5 solutions
- Ensure secure access (e.g., per-session authentication, short-lived links)
Questions:
- What’s the recommended way to expose a machine’s remote console (e.g., iDRAC KVM) in a web app?
- Can iDRAC’s HTML5 console be embedded or proxied securely?
- Is it better to use a centralized tool (like Apache Guacamole) for this?
- Are there any examples or best practices for integrating this type of access into a custom frontend?
Any tips, tools, or guidance would be really appreciated!
Thanks in advance.strong text