Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/user-guides/workspace-access/port-forwarding.md
Co-authored-by: Atif Ali <[email protected]>
  • Loading branch information
EdwardAngert and matifali authored Jul 15, 2025
commit 202793d1c74d8e3825ded3228896b824bd8a83f4
2 changes: 1 addition & 1 deletion docs/user-guides/workspace-access/port-forwarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ There are multiple ways to forward ports in Coder:
| [Coder Desktop](../desktop/index.md) | Uses a VPN tunnel to your workspace and provides access to all running ports. |
| [`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. |
| [Dashboard](#dashboard) | Proxies traffic through the Coder control plane versus peer-to-peer which is possible with the Coder CLI and Coder Desktop. |
| [SSH](#ssh) | Double-encrypts traffic with both Wireguard and SSH. |
| [SSH](#ssh) | Forwards ports over an SSH connection. |

## Coder Desktop

Expand Down
Loading