Skip to content

Commit fd2f0ab

Browse files
committed
Update paths, buttons and peer list view
1 parent 95ea694 commit fd2f0ab

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/pages/about-netbird/browser-client-architecture.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ This multi-layer approach ensures end-to-end encryption (WireGuard) while enabli
128128

129129
The 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

137137
These proxies run alongside the respective NetBird services and translate between browser-compatible WebSocket and internal gRPC protocols.

src/pages/how-to/browser-client.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The easiest way to connect is directly from the Peers dashboard:
3333

3434
1. Navigate to the **Peers** section in your NetBird dashboard
3535
2. 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

4444
When 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
4747
2. 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
7070
2. A new window will open with a credentials modal - enter your RDP server credentials:
7171

7272
<p>

0 commit comments

Comments
 (0)