Connecting to a Windows VM from Windows
Using the built-in Remote Desktop client (mstsc):
- Press
Win + Rand enter:mstsc - In the Remote Desktop window, enter the VM’s IP address.
- Click "Connect" and provide your username (usually
Administrator) and password.
Connecting to a Windows VM from macOS
Using Microsoft Remote Desktop
Download from the App Store:
https://apps.apple.com/app/microsoft-remote-desktop/id1295203466?mt=12
- Install the app.
- Open the app and add a new PC.
- Enter the VM’s IP address, username, and password.
- Click "Start" to connect.
Connecting to a Windows VM from Linux
Option 1: Remmina (GUI)
Download: https://remmina.org/
- Open Remmina and create a new RDP connection.
- Enter the IP address, username, and password.
- Click "Connect".
Option 2: FreeRDP (command line)
xfreerdp /u:Administrator /p:your_password /v:
Connecting to a Windows VM from Android / iOS
Using Microsoft Remote Desktop
- Install the app on your device.
- Add a new PC using the VM’s IP address, username, and password.
- Tap to connect.