Configure your Remote Desktop connection settings and download a ready-to-use .rdp file — open it directly in Windows Remote Desktop Connection or macOS Microsoft Remote Desktop.
Default RDP port is 3389. Change only if your server uses a custom port.
An .rdp file is a plain-text configuration file that Windows Remote Desktop Connection and compatible clients (macOS Microsoft Remote Desktop, Remmina, etc.) read to establish a session. Each line follows the format:
Where type is s (string), i (integer), or b (binary). This tool assembles all the key parameters from your form inputs into a valid RDP file and triggers a browser download — no server involved, nothing is sent anywhere.
192.168.1.10:3389
* = all local drives, or list specific drive letters.
screen mode id:i:2) makes the remote desktop fill your entire screen, useful for dedicated workstations. Windowed mode (screen mode id:i:1) opens the remote session in a resizable window alongside other local applications. For windowed mode you can specify a custom width and height; the client will open at that size.drivestoredirect:s:*). If you need to redirect only specific drives (e.g., only C: and D:), copy the generated file text, open it in a text editor, and change the drivestoredirect value to a semicolon-separated list of drive letters, e.g., DynamicDrives;C:\;D:\.