2019-06-03 13:17:57 +01:00
|
|
|
# VBoxManage
|
|
|
|
|
|
|
|
> Command-line interface to VirtualBox.
|
|
|
|
> Includes all the functionality of the GUI and more.
|
2023-12-06 01:40:47 +00:00
|
|
|
> Some subcommands such as `vboxmanage startvm` have their own usage documentation.
|
2019-06-03 13:17:57 +01:00
|
|
|
> More information: <https://www.virtualbox.org/manual/ch08.html#vboxmanage-intro>.
|
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Execute a VboxManage subcommand:
|
2019-06-03 13:17:57 +01:00
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
`VBoxManage {{subcommand}}`
|
2019-06-03 13:17:57 +01:00
|
|
|
|
2023-12-06 01:40:47 +00:00
|
|
|
- Display help:
|
2019-06-03 13:17:57 +01:00
|
|
|
|
2023-12-06 01:40:47 +00:00
|
|
|
`VBoxManage --help`
|
2019-06-03 13:17:57 +01:00
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display help for a specific subcommand:
|
2019-06-03 13:17:57 +01:00
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
`VBoxManage --help {{clonevm|import|export|startvm|...}}`
|
2019-06-03 13:17:57 +01:00
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
- Display version:
|
2019-06-03 13:17:57 +01:00
|
|
|
|
2024-01-30 04:55:24 +00:00
|
|
|
`VBoxManage --version`
|