nvazquez commented on issue #8113:
URL: https://github.com/apache/cloudstack/issues/8113#issuecomment-1830979376
Hi @cdfgallo, as @JoaoJandre points out the UI seems to be missing the
changes regarding the CloudStack UI about the latest console access
enhancements.
As a workaround, you can use the createConsoleEndpoint API to generate an
access URL and paste it in your browser.
Example:
````
(localcloud) 🐱 > create consoleendpoint
virtualmachineid=27b3a356-cc0d-451f-8c20-0aca0b60487a
{
"consoleendpoint": {
"success": true,
"url":
"http://xx.xx.xx.xx/resource/noVNC/vnc.html?autoconnect=true&port=8080&token=<TOKEN>",
"websocket": {
"host": "<HOST_IP>",
"path": "websockify",
"port": "8080",
"token": "<TOKEN>"
}
}
}
````
Then copy the url field from the response in your browser to access the
console. Can you try this approach?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]