Hi, when you say the "web interface will not work", do you mean when you go to
http://x.x.x.x:61208 with a web browser, nothing loads (as if glances was never started)?
What does the Glances log show? Maybe you'll see errors that will tell you what's wrong. I think the log file by default is created in the path below:
C:\Users\yourusername\AppData\Local\Temp\glances.conf
If there is no long file in that path you can start glances service with the below command-line to specify where to save the log file:
glances -w --config C:\Users\yourusername\AppData\Local\Temp\glances.conf
Also, I installed glances using the below command-line to install all available features
pip install glances[all]