You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx
+25-11Lines changed: 25 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ To connect to a Windows machine over RDP:
144
144
The App Launcher tile will launch a URL of the form `https://<app-domain>/rdp/<vnet-id>/<target-ip>/<port>`. You may also navigate directly to this URL.
145
145
4. Select the port that you want to connect to. The port selection screen only appears if the Access application allows RDP traffic on multiple ports (for example, port `3389` and port `65321`).
146
146
5. (Optional) In your browser settings, allow the Access application to access the clipboard. Clipboard permissions grant the ability to copy or paste text between the local machine and the remote Windows machine.
147
-
6. Enter your Windows username and password.
147
+
6. Enter your Windows username and password. The section below on compatibility covers which formats are supported for login credentials.
148
148
149
149
You now have access to the remote Windows desktop.
150
150
@@ -174,23 +174,37 @@ Browser-based RDP supports connecting to Windows machines that run the following
174
174
| Other Chromium-based browsers (Opera, Brave) | ✅ |
175
175
| Internet Explorer 11 and below | ❌ |
176
176
177
-
### Windows login formats
177
+
### User identifier formats
178
178
179
-
Browser-based RDP supports connecting to Windows machines using the following login formats:
179
+
Browser-based RDP supports connecting to Windows machines with the following formats:
180
180
181
-
SAM, with or without spaces
182
-
domain\user with spaces (domain max 20 chars, username max 15 chars)
183
-
.\user with spaces (default domain, user max 20 chars)
181
+
#### Security Accounts Manager (SAM)
184
182
185
-
Example
183
+
SAM is supported with and without spaces.
186
184
187
-
User Principal Name (UPN), with spaces, quotes, or unquoted
185
+
`domain\user with spaces` format:
186
+
- The domain may have a maximum of 20 characters.
187
+
- The username may have a maximum of 15 characters.
188
188
189
+
`.\user` format:
190
+
- This uses the default domain.
191
+
- The username may have a maximum of 20 characters.
189
192
190
-
Security Accounts Manager (SAM) format with spaces:
0 commit comments