ah thanks
it was maybe 10 years i played with this
Den 24 augusti 2026 21:29:00 skrev Fernando Cassia <[email protected]>:
On Mon, 24 Aug 2026, 01:17 mattias jonsson, <[email protected]> wrote:
i try to setup phpvirtualbox
but the vboxwebsrv (spelling)
have to be started
it point to the /etc/default/virtualbox file
but the file dont exist
at least not on rocky linux 10
do i need to create it?
Yes.
if so
wich user do i have to specify in the file?
PhpVirtualBox specifically requires vboxwebsrv to run as the same user who
administers the VMs.
For example, if your normal Linux user is mattias and you run:
VBoxManage list vms
as mattias, create:
sudo nano /etc/default/virtualbox
with:
VBOXWEB_USER=mattias
VBOXWEB_HOST=127.0.0.1
VBOXWEB_PORT=18083
Then:
sudo systemctl enable --now vboxweb-service
You can then check that it starts
systemctl status vboxweb-service
FC
----------
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:
mailto:[email protected]?subject=unsubscribe
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:
mailto:[email protected]?subject=unsubscribe