RDP
Access Windows Remote Desktop in your browser via Shield CLI — no RDP client needed.
Quick Connect
bash
# Connect to local Windows
shield rdp
# Connect to specific IP
shield rdp 10.0.0.5
# Specify port
shield rdp 10.0.0.5:3390Authentication
bash
shield rdp 10.0.0.5 --username Administrator --auth-pass mypasswordOmit flags for interactive prompts.
Browser Experience
Once connected, you get a full Windows desktop in the browser:
- Full mouse and keyboard control
- Screen adapts to browser window size
- Accessible from any device — phones, tablets, laptops
Use Cases
- Remotely operate an office Windows PC
- Access internally deployed Windows servers
- Let off-site colleagues temporarily use a Windows machine
Default Ports
| Input | Resolves To |
|---|---|
shield rdp | 127.0.0.1:3389 |
shield rdp 3390 | 127.0.0.1:3390 |
shield rdp 10.0.0.5 | 10.0.0.5:3389 |