Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
virtualbox_operation [08 March 2026 / 20:19:22] kadekvirtualbox_operation [08 March 2026 / 20:22:35] (current) kadek
Line 22: 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.