Skip to content

Commit 63b651f

Browse files
committed
windows vpn issue too
1 parent 66e71d5 commit 63b651f

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

docs/user-guides/desktop/index.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Coder Desktop
22

33
Coder Desktop provides seamless access to your remote workspaces without the need to install a CLI or configure manual port forwarding.
4-
Connect to workspace services using simple hostnames like `myworkspace.coder`, launch native applications with one click, and synchronize files between local and remote environments.
4+
Connect to workspace services using simple hostnames like `myworkspace.coder`, launch native applications with one click,
5+
and synchronize files between local and remote environments.
56

6-
> [!NOTE]
7-
> Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later.
7+
Coder Desktop requires a Coder deployment running [v2.20.0](https://github.com/coder/coder/releases/tag/v2.20.0) or later.
88

99
## Install Coder Desktop
1010

11-
<div class="tabs">
12-
13-
You can install Coder Desktop on macOS or Windows.
14-
15-
### macOS
16-
1711
> [!IMPORTANT]
1812
> Coder Desktop can't connect through another VPN.
1913
>
2014
> Due to a [known issue](#mac-coder-desktop-cant-connect-through-another-vpn),
2115
> if your Coder deployment is requires that you connect through a VPN, Desktop will timeout when it tries to connect.
2216
17+
<div class="tabs">
18+
19+
You can install Coder Desktop on macOS or Windows.
20+
21+
### macOS
22+
2323
1. Use [Homebrew](https://brew.sh/) to install Coder Desktop:
2424

2525
```shell
@@ -135,17 +135,19 @@ Coder Desktop for [macOS](https://github.com/coder/coder-desktop-macos/issues) o
135135

136136
### Known Issues
137137

138-
#### Do not install more than one copy of Coder Desktop
138+
#### macOS: Do not install more than one copy of Coder Desktop
139139

140140
To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`.
141141

142-
#### macOS: Coder Desktop can't connect through another VPN
142+
#### Coder Desktop can't connect through another VPN
143143

144144
If the logged in Coder deployment requires a VPN to connect, Coder Connect can't establish communication through the VPN,
145145
and will time out.
146146

147-
This is due to a [known issue](https://github.com/coder/coder-desktop-macos/issues/201) with how macOS network extensions
148-
communicate with each other and a resolution is in progress.
147+
This is due to known issues with how [macOS](https://github.com/coder/coder-desktop-macos/issues/201) and
148+
[Windows](https://github.com/coder/coder-desktop-windows/issues/147)
149+
network extensions communicate with each other.
150+
A resolution is in progress.
149151

150152
## Next Steps
151153

0 commit comments

Comments
 (0)