Skip to content

Commit 66e71d5

Browse files
committed
macos vpn issue
1 parent 78af5e0 commit 66e71d5

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

docs/user-guides/desktop/index.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ You can install Coder Desktop on macOS or Windows.
1414

1515
### macOS
1616

17+
> [!IMPORTANT]
18+
> Coder Desktop can't connect through another VPN.
19+
>
20+
> Due to a [known issue](#mac-coder-desktop-cant-connect-through-another-vpn),
21+
> if your Coder deployment is requires that you connect through a VPN, Desktop will timeout when it tries to connect.
22+
1723
1. Use [Homebrew](https://brew.sh/) to install Coder Desktop:
1824

1925
```shell
@@ -121,7 +127,25 @@ Before you can use Coder Desktop, you will need to sign in.
121127

122128
## Troubleshooting
123129

124-
Do not install more than one copy of Coder Desktop. To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`.
130+
If you encounter an issue with Coder Desktop that is not listed here, file an issue in the GitHub repository for
131+
Coder Desktop for [macOS](https://github.com/coder/coder-desktop-macos/issues) or
132+
[Windows](https://github.com/coder/coder-desktop-windows/issues), in the
133+
[main Coder repository](https://github.com/coder/coder/issues), or consult the
134+
[community on Discord](https://coder.com/chat).
135+
136+
### Known Issues
137+
138+
#### Do not install more than one copy of Coder Desktop
139+
140+
To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`.
141+
142+
#### macOS: Coder Desktop can't connect through another VPN
143+
144+
If the logged in Coder deployment requires a VPN to connect, Coder Connect can't establish communication through the VPN,
145+
and will time out.
146+
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.
125149

126150
## Next Steps
127151

0 commit comments

Comments
 (0)