how to freebsd 12.1

As a host or guest?

As a host, you need to run pw groupmod vboxusers -m yourname as root, replace yourname with your actual username.

As a guest, you need the virtualbox-ose-additions package with the following in /etc/rc.conf:

Code:
vboxguest_enable="YES"
vboxservice_enable="YES"

And run pw groupmod wheel -m yourname as root, replace yourname with your actual username
 
Back
Top