Orange-Cyberdefense / GOAD

game of active directory
GNU General Public License v3.0
4.63k stars 652 forks source link

Virtual Machines created with vagrant do not appear in virtualbox #161

Closed k4n4n closed 7 months ago

k4n4n commented 7 months ago

I have installed GOAD in Ubuntu, according to all the instructions to do so, however during the process of creating the virtual machines with vagrant they do not appear in virtualbox:

Captura desde 2023-12-03 11-40-39

However, when listing the virtual machines with vagrant status, they do appear

Captura desde 2023-12-03 11-41-22

I don't know what I can do to solve this,

Thanks,

regards

Mayfly277 commented 7 months ago

You have launch the install with sudo so your vm are available for root and not your user. run sudo virtualbox and you will see your vm. vagrant should be run as simple user, i do not recommend running virtualbox as root.