retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

Can't connect to web interface #610

Open bieblebrox opened 8 months ago

bieblebrox commented 8 months ago

Hi,

I've installed webvirtcloud using the manual installation. The supervisor service is running, but I can't connect to the web interface. It seems to give an empty response (port 8000), the websocket port seems to respond but that gives a wrong protocol error.

Don't see anything weird on the logs. How can I debug this?

Screenshot 2023-10-18 at 12 16 44

Screenshot 2023-10-18 at 12 16 56

Screenshot 2023-10-18 at 12 17 22

catborise commented 8 months ago

You can’t call vnc console like this. You must give instance id after port. You can’t reach websockify port like that. You have to redirect to it with an nginx forward. http://localhost/console/?token=41-ab16cab5-967f-4423-8bdb-c2a3571b8804 Please check nginx config again