[GH-ISSUE #610] Can't connect to web interface #357

Open
opened 2026-02-27 15:58:22 +03:00 by kerem · 1 comment
Owner

Originally created by @bieblebrox on GitHub (Oct 18, 2023).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/610

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

Originally created by @bieblebrox on GitHub (Oct 18, 2023). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/610 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](https://github.com/retspen/webvirtcloud/assets/53826760/c812f7ad-fb7d-4c76-a230-358f010cd046) ![Screenshot 2023-10-18 at 12 16 56](https://github.com/retspen/webvirtcloud/assets/53826760/50142784-1328-4d31-b962-0e6e578d0421) ![Screenshot 2023-10-18 at 12 17 22](https://github.com/retspen/webvirtcloud/assets/53826760/672d0b7a-fad0-4853-a600-2d13e0762d44)
Author
Owner

@catborise commented on GitHub (Oct 20, 2023):

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

<!-- gh-comment-id:1773371949 --> @catborise commented on GitHub (Oct 20, 2023): 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#357
No description provided.