retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.67k stars 368 forks source link

How to change VDI URL ? #319

Open ArnoCtr opened 4 years ago

ArnoCtr commented 4 years ago

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.

catborise commented 4 years ago

@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

ArnoCtr commented 4 years ago

Thank you for your response.

Indeed using the TCP connection it works.

Thanks again.

savichev commented 4 years ago

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