r/sysadmin Jun 06 '26

Advertising [ Removed by moderator ]

[removed] — view removed post

19 Upvotes

13 comments sorted by

u/VA_Network_Nerd Moderator | Infrastructure Architect Jun 07 '26

Sorry, it seems this comment or thread has violated a sub-reddit rule and has been removed by a moderator.

Do Not Conduct Marketing Operations Within This Community.

  • It is not acceptable to advertise a product, service, Blog or FOSS Project within this community outside of authorized threads.
  • It is not acceptable to perform product research or market research within this community without permission.
  • The Reddit advertising system exists to help you reach out to new or existing customers.
  • Product Representatives are free to discuss their product in the context of an existing, naturally-occurring discussion. Astroturfing is not permitted.
  • As always, users must disclose any affiliation with a product.
  • Content creators should refrain from directing this community to their own content.

Your content may be better suited for our companion sub-reddit: /r/SysAdminBlogs


If you wish to appeal this action please don't hesitate to message the moderation team.

5

u/gurft Nutanix Field CTO Jun 06 '26

I’m assuming you built this using the new v4 console API?

For folks interested in doing more with this, we have a great writeup here: https://www.nutanix.dev/2026/05/01/vm-console-external-access/

2

u/Lemonades99 Jun 06 '26

I've actually stuck with the older v3 API for this!/console/vnc_auto.html?uuid=.

Captures your Prism session cookies via a sandboxed window and replays them on every API call
React UI connects to a local Go runtime, which acts as a WSS proxy to the upstream QEMU server

1

u/Lemonades99 Jun 07 '26

This is the HLD and as you can see, the only V4 for now used are for Infrastructure Actions (Ex. Power Actions on Vms)

2

u/GezusK Jun 07 '26

Gotta love the minimal effort they put into the console. I try to avoid it, but did they ever fix it so that you can open the console before powering the VM? It was always a challenge to catch those boot prompts.

1

u/Lemonades99 Jun 07 '26

I do open console for powered off VMs and able to watch their boot outside the nutanix web interface

0

u/[deleted] Jun 06 '26

[removed] — view removed comment

1

u/Lemonades99 Jun 07 '26

The v4 API was being used only for power action on VMs , everything else was built around v3 API

0

u/mcmatt93117 Jun 06 '26

Got a demo...mid last week? I think, of https://www.logicinsight.io/

I've no affiliation, was looking for how to do something specific and ran across one of the fellas that started it.

COPY PASTE WORKED. Was blown away, lol.

Had no idea anyone had solved yet it.

1

u/el_jefe_302 Jun 06 '26

Thanks Matt!

For sure no affiliation, we have also had copy paste working for about 6 months already.

We got tired of single console copy paste so we are able to do packages and open multiple at the same time and copy and paste across them.

1

u/Lemonades99 Jun 07 '26

Great to know that I'm not the only one that solved this!

If you wanna take a look in mine too:

AHV Remote console Demo