File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,10 +128,10 @@ This multi-layer approach ensures end-to-end encryption (WireGuard) while enabli
128128
129129The Browser Client communicates with NetBird services through WebSocket proxies:
130130
131- - ** Management Server** : WebSocket to gRPC proxy at the ` /ws-proxy ` endpoint
131+ - ** Management Server** : WebSocket to gRPC proxy at the ` /ws-proxy/management ` endpoint
132132- Wraps gRPC stream bytes in a WebSocket connection
133133- Enables the browser to communicate with the gRPC-based management API
134- - ** Signal Server** : WebSocket proxy at the ` /ws-proxy ` endpoint for the signaling protocol
134+ - ** Signal Server** : WebSocket proxy at the ` /ws-proxy/signal ` endpoint for the signaling protocol
135135- ** Relay Servers** : WebSocket connections for WireGuard tunnel transport
136136
137137These proxies run alongside the respective NetBird services and translate between browser-compatible WebSocket and internal gRPC protocols.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ The easiest way to connect is directly from the Peers dashboard:
3333
34341 . Navigate to the ** Peers** section in your NetBird dashboard
35352 . Find the peer you want to access
36- 3 . In the ** Remote Access** section, click the ** Launch Console ** or ** Remote Desktop ** button
36+ 3 . In the ** Remote Access** section, click the ** SSH ** or ** RDP ** button
3737
3838<p >
3939 <img src = " /docs-static/img/how-to-guides/browser-client/peer-list-view.png" alt = " peer-list-view" className = " imagewrapper-big" />
@@ -43,7 +43,7 @@ The easiest way to connect is directly from the Peers dashboard:
4343
4444When connecting via SSH:
4545
46- 1 . Click the ** Launch Console ** button for your target peer
46+ 1 . Click the ** SSH ** button for your target peer
47472 . A credentials modal will appear
4848
4949<p >
@@ -64,9 +64,9 @@ When connecting via SSH:
6464
6565### RDP Connection
6666
67- For Remote Desktop access:
67+ For RDP access:
6868
69- 1 . Click the ** Remote Desktop ** button for your target machine
69+ 1 . Click the ** RDP ** button for your target machine
70702 . A new window will open with a credentials modal - enter your RDP server credentials:
7171
7272<p >
You can’t perform that action at this time.
0 commit comments