I can't get PHPVirtualbox working under CentOS7. I'm getting the following error message:
"Could not connect to host: localhost:18038"
Things I have verified:
Virtualbox works fine from the command line vboxwebsrv works and I can telnet to port 18083 on localhost
I'm honestly stumped, as I did the exact same procedure on a Debian based system a few days ago and got it working just fine.
my config.php:
var $username = 'vbox'; var $password = 'censored';
/ SOAP URL of vboxwebsrv (not phpVirtualBox's URL) / var $location = 'http://localhost:18083/';
Any ideas?
edit: Headline should read: 127.0.0.1.
Requesting close as the answer seems to be related to rights management on CentOS.
Log in to post a comment.
I can't get PHPVirtualbox working under CentOS7. I'm getting the following error message:
"Could not connect to host: localhost:18038"
Things I have verified:
Virtualbox works fine from the command line
vboxwebsrv works and I can telnet to port 18083 on localhost
I'm honestly stumped, as I did the exact same procedure on a Debian based system a few days ago and got it working just fine.
my config.php:
var $username = 'vbox';
var $password = 'censored';
/ SOAP URL of vboxwebsrv (not phpVirtualBox's URL) /
var $location = 'http://localhost:18083/';
Any ideas?
edit: Headline should read: 127.0.0.1.
Last edit: Martin Schmid 2016-12-07
Requesting close as the answer seems to be related to rights management on CentOS.