Comment on ESXi Embedded Host Client by Joshua Ochs
Has anyone had success using nginx to reverse proxy to the embedded client? It would be super-convenient to use my existing authenticated proxy rather than VPN in every time (and putting this on an...
View ArticleComment on ESXi Embedded Host Client by Andy Wright
Really loving this – great work! Not sure if it’s just my install (5.5 build 2068190 with Essentials License) but it over-reports the number of CPU sockets. eg. for a VM with 1 Socket and 2 vCPUs it...
View ArticleComment on ESXi Embedded Host Client by Etienne Le Sueur
Hi Joshua, I’m looking into this now. Is your reverse proxy for ESX set up on a specific port allowing you to do https://proxy:8080/ui or does it have a path component to it like https://proxy/esx/ui ?
View ArticleComment on ESXi Embedded Host Client by Etienne Le Sueur
So I have the following working: upstream esx { server :443; } server { listen 443; server_name localhost; ssl on; ssl_certificate /Users/elesueur/ssl/nginx/esx/rui.crt; ssl_certificate_key...
View ArticleComment on ESXi Embedded Host Client by Etienne Le Sueur
OK, now I think I’m getting somewhere. I changed location / to location /esx. (Note to self: the proxy_pass https://esx directive needs to have a trailing /, i.e. https://esx/) Now, I can see the...
View ArticleComment on ESXi Embedded Host Client by Etienne Le Sueur
You can solve this issue on your side by adding reverse proxy endpoints for the other endpoints that ESX exposes, e.g.: location /esx { proxy_pass https://esx/; } location /sdk { proxy_pass...
View ArticleComment on PowerActions for vSphere Web Client by Martin Marinov
Not currently for datastore clusters. It’s a bug that we left in, and we’ll resolve it in our next update.
View ArticleComment on PowerActions for vSphere Web Client by Martin Marinov
Thanks. Stay tuned for our next update – we’ll resolve this bug in it.
View ArticleComment on ESXi Embedded Host Client by George Estebe
Hi Andy, Thanks for the positive feedback and also for reporting a bug. I’ll look into it. Cheers, George
View ArticleComment on VCS to VCVA Converter by Matt
Does anyone know how View and/or Composer see’s the vcenter after a migration? The View Composer has a GUID assigned to vCenter to locate linked-clones. Composer will see the vCenter as a different...
View ArticleComment on ESXi Embedded Host Client by Etienne Le Sueur
Hi Silvester, thanks for the feedback! We will have live-edit support in the next release.
View ArticleComment on VCS to VCVA Converter by Stefan
Hi there, a lot of customers didn’t follow the Best Practise and run vCenter and MS-SQL on the same system. Will there be a newer Version which also supports this constellation or how is the advice...
View ArticleComment on ESXi Embedded Host Client by SIlvester
That’s great news! I’ve been fiddling with it some more today, and it’s been very responsive so far. I did notice my Linux terminal boxes would ”pause” the HTML5 console leaving me with a Start arrow,...
View ArticleComment on ESXi Embedded Host Client by Panja0
It’s not working for me… ESXi 5.5 build 2718055 I have installed: esxui-3015331.vib After that I removed the UI line from the endpoints.conf file. Restarted the webserver. I even restarted/rebooted the...
View ArticleComment on ESXi Embedded Host Client by Silvester
As taken from the description: For ESXi 5.5U2 and prior hosts, you must ensure to append a trailing / (forward slash) to the URL after /ui. The URL must be https:///ui/ Might be worth trying.
View ArticleComment on ESXi Embedded Host Client by Etienne Le Sueur
Hmm, I guess that means that the web browser lost the web socket connection for the console. I can probably remediate this by attempting to reconnect automatically. Thanks for the report!
View ArticleComment on ESXi Embedded Host Client by Panja0
My god Sylvester. I’m so sorry. I really need a pair of glasses. Thanks for the prompt answer. It’s working!
View ArticleComment on ESXi Embedded Host Client by Silvester
No problem! Sometimes people read over such things. I know I do all the time. :P
View Article