Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| virtualbox_operation [22 January 2026 / 14:03:54] – created kadek | virtualbox_operation [08 March 2026 / 20:22:35] (current) – kadek | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== VirtualBox Operation ===== | ===== VirtualBox Operation ===== | ||
| + | |||
| + | List running VM: | ||
| + | |||
| + | VBoxManage list runningvms | ||
| + | |||
| + | Start the VM (for example VM: | ||
| + | |||
| + | VBoxManage startvm " | ||
| + | |||
| + | Power Off the VM: | ||
| + | |||
| + | VBoxManage controlvm " | ||
| + | |||
| + | ---- | ||
| Enable VRDE (VirtualBox Remote Display Extension): | Enable VRDE (VirtualBox Remote Display Extension): | ||
| Line 8: | Line 22: | ||
| VBoxManage showvminfo " | VBoxManage showvminfo " | ||
| + | |||
| + | Check if the Port is Listening: | ||
| + | |||
| + | ss -tulpn | grep VBox | ||
| Then use host IP to connect via RDP, this example is 192.168.1.10, | Then use host IP to connect via RDP, this example is 192.168.1.10, | ||
| Line 17: | Line 35: | ||
| Connect to VRDE from Windows: | Connect to VRDE from Windows: | ||
| - | mstsc → localhost:3389 | + | mstsc → 192.168.1.10:3389 |
