Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
virtualbox_operation [22 January 2026 / 14:09:37] kadekvirtualbox_operation [08 March 2026 / 20:22:35] (current) kadek
Line 5: Line 5:
   VBoxManage list runningvms   VBoxManage list runningvms
  
-Start the VM (for example VM:"WinServer", type:headless):+Start the VM (for example VM:WinServer, type:headless):
  
   VBoxManage startvm "WinServer" --type headless   VBoxManage startvm "WinServer" --type headless
Line 12: Line 12:
  
   VBoxManage controlvm "WinServer" poweroff   VBoxManage controlvm "WinServer" poweroff
 +
 +----
  
 Enable VRDE (VirtualBox Remote Display Extension): Enable VRDE (VirtualBox Remote Display Extension):
Line 20: Line 22:
  
   VBoxManage showvminfo "WinServer" | grep VRDE   VBoxManage showvminfo "WinServer" | grep VRDE
 +
 +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, while the VM on 192.168.1.11. Then use host IP to connect via RDP, this example is 192.168.1.10, while the VM on 192.168.1.11.
Line 29: Line 35:
 Connect to VRDE from Windows: Connect to VRDE from Windows:
  
-  mstsc → localhost:3389+  mstsc → 192.168.1.10:3389