-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Html 5 Spice Client Multiple VDI's don't Work. #141
Comments
Hi, |
so how do i go about creating a token file all the vdi in my pool ? according to the websockify documentation i did this "token1: host1:port1" |
Each VDI user is intended to have only one VDI machine per pool. It is no way to start multiple separate VDI instances from that pool for the same user. |
The issue im having is when i access a vdi via the spice 5 html console from the dash board as the admin, it works fine but the moment i try to access another vdi in the pool simultaneously, using a client account it gives be the black screen with the error mentioned above. |
It's as though websockify allows only single connections. |
Hi,
I have configured the html 5 spice and got websockify working with ssl, the problem i'm having is with the client's unable to use multiple vdi's with html 5, i.e i am able to connect to a single vdi via the browser, but when i try logging into another, it just gives a black screen.
this is how my token file looks
[root@CentOS7 ~]# cat vdi-token
win2k12r2-vdi1: 127.0.0.1:5900
win2k12r2-vdi2: 127.0.0.1:5900
win2k12r2-vdi3: 127.0.0.1:5900
win2k12r2-vdi4: 127.0.0.1:5900
Is my token file correct ?
The text was updated successfully, but these errors were encountered: