I'm wondering if there is a way to make a vagrant started VMs visible in phpVirtualbox. I see them listed in vboxmange but they don't show up in the phpVirtualbox webui. Any help would be appreciated. Thank you.
Last edit: billyb 2015-10-21
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
vboxwebsrv is probably not configured to run as the same user that you are running vagrant and vboxmanage as. Once these two are the same, you will be able to see your vagrant vms.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm wondering if there is a way to make a vagrant started VMs visible in phpVirtualbox. I see them listed in vboxmange but they don't show up in the phpVirtualbox webui. Any help would be appreciated. Thank you.
Last edit: billyb 2015-10-21
vboxwebsrv is probably not configured to run as the same user that you are running vagrant and vboxmanage as. Once these two are the same, you will be able to see your vagrant vms.