Hi,
Everything was working fine, and after now upgrading to 5.1.18 I get the Could not connect to host (http://localhost:18083/) error. Really don't know what to do. Any ideas? Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In case anyone else runs into the issue I experienced, it looks like after the upgrade, VirtualBox spun up multiple instances of the webserver daemon. To resolve I:
Manually killed all instances of the VirtualBox webserver
sudo pkill vboxwebsrv
Restarted the webserver daemon through systemd
sudo systemctl restart vboxweb-service.service
After this I had only one instance running of the webserver
Hi,
Everything was working fine, and after now upgrading to 5.1.18 I get the Could not connect to host (http://localhost:18083/) error. Really don't know what to do. Any ideas? Thanks!
I had this generic message too.
In case anyone else runs into the issue I experienced, it looks like after the upgrade, VirtualBox spun up multiple instances of the webserver daemon. To resolve I:
Manually killed all instances of the VirtualBox webserver
Restarted the webserver daemon through systemd
After this I had only one instance running of the webserver
At this point I was able to log in through the phpVirtualBox interface.
Last edit: Michael Wills 2017-04-01