webvirtcloud icon indicating copy to clipboard operation
webvirtcloud copied to clipboard

How to change VDI URL ?

Open ArnoCtr opened this issue 4 years ago • 3 comments

Hi,

Is there a way to change VDI URL ?

I have installed webvirtcloud on a remote Linux machine (in my LAN of course) but when i want access VNC or SPICE VDI, the URL indicated is "vnc://localhost.localdomain:5900" or "spice://localhost.localdomain:5900".

If i launch remote-viewer (for spice) with the good url (IP or FQDN) on my desktop it work, but i'd like to be able to click on the button provided for that purpose.

Thank you for your feedback.

ArnoCtr avatar Jun 07 '20 19:06 ArnoCtr

@ArnoCtr hi, it is related with host addition. if you add host to webvirtcloud with "local socket connection" you will see vdi link as localhost. if you add a host with ssh or tcp, you will see the ip/hostname as you entered.

i think you installed webvirtclound on host directly and add it with "localhost"? i recommend you install webvirtcloud on container or a vm. you will gain more flexibility and isolated environment

catborise avatar Jun 08 '20 06:06 catborise

Thank you for your response.

Indeed using the TCP connection it works.

Thanks again.

ArnoCtr avatar Jun 08 '20 13:06 ArnoCtr

Hello! I have been creating a function for a long time to serve the console.vv file. To get it from the panel, you need to create a button in the template. #50

savichev avatar Sep 04 '20 04:09 savichev