Skip to content

Commit ed53789

Browse files
committed
user steps
1 parent 08a9d78 commit ed53789

File tree

1 file changed

+21
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp

1 file changed

+21
-1
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/use-cases/rdp/rdp-browser.mdx

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
text: Beta
99
---
1010

11-
import { Render } from "~/components"
11+
import { Render, GlossaryTooltip } from "~/components"
1212

1313
:::note
1414
Browser-based RDP is currently in closed beta. To try out the feature, contact your account team.
@@ -86,6 +86,26 @@ Ensure that only **Allow** or **Block** policies are present. **Bypass** and **S
8686

8787
## 4. Connect as a user
8888

89+
To connect to a Windows machine over RDP:
90+
91+
1. Open a browser and go to your App Launcher URL:
92+
93+
```text
94+
https://<your-team-name>.cloudflareaccess.com
95+
```
96+
97+
Replace `<your-team-name>` with your Zero Trust <GlossaryTooltip term="team name">team name</GlossaryTooltip>.
98+
2. Follow the prompts to log in to your identity provider.
99+
100+
Once you have authenticated, the App Launcher will display tiles showing the applications that you are authorized to use. Windows servers (targets) available through browser-based RDP will also appear as tiles. If a target is reachable through multiple application, the App Launcher will show a tile for each application.
101+
3. Select the target you want to connect to.
102+
103+
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.
104+
4. Select the port that you want to connect to. You will only see this screen if the Access application allows RDP traffic on multiple ports (for example, port `3389` and port `65321`).
105+
5. Enter your Windows username and password.
106+
107+
You now have access to the remote Windows desktop.
108+
89109
## Product compatibility
90110

91111
<Render file="access/self-hosted-app/product-compatibility" product="cloudflare-one" />

0 commit comments

Comments
 (0)