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
|[Coder Desktop](../desktop/index.md)| Uses a VPN tunnel to your workspace and provides access to all running ports. |
12
+
|[`coder port-forward` command](#the-coder-port-forward-command)| Can be used to forward TCP or UDP ports from the remote workspace so they can be accessed locally. |
13
+
|[Dashboard](#dashboard)| Proxies traffic through the Coder control plane versus peer-to-peer which is possible with the Coder CLI and Coder Desktop. |
14
+
|[SSH](#ssh)| Double-encrypts traffic with both Wireguard and SSH. |
23
15
24
16
## Coder Desktop
25
17
26
18
[Coder Desktop](../desktop/index.md) provides seamless access to your remote workspaces, eliminating the need to install a CLI or manually configure port forwarding.
27
-
Just install and access all your ports at `<workspace-name>.coder:PORT`.
19
+
Access all your ports at `<workspace-name>.coder:PORT`.
0 commit comments