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
The NetBird Client application (or agent) is a software that is installed on the machines within a NetBird network.
67
64
It is an entry point to your private network that makes it possible for machines to communicate with each other.
@@ -88,7 +85,7 @@ The client also applies other DNS settings that are received from the Management
88
85
The **private key**, generated by the NetBird client, **never leaves the machine**, ensuring that only the machine that owns the key can decrypt traffic addressed to it.
89
86
</Note>
90
87
91
-
###Signal Service
88
+
## Signal Service
92
89
93
90
The Signal Service, or simply Signal, is a lightweight piece of software that helps peers to negotiate direct connections.
94
91
It does not store any data and no traffic passes through it.
@@ -109,7 +106,7 @@ This is done through Signal. After a connection has been established, Signal ste
109
106
NetBird Signal is very similar to the signaling servers used in [WebRTC](https://developer.mozilla.org/en-US/Web/API/WebRTC_API/Signaling_and_video_calling#the_signaling_server).
110
107
It runs in the cloud NetBird-managed and can be self-hosted.
111
108
112
-
###Relay Service
109
+
## Relay Service
113
110
114
111
The Relay service is a [TURN server](https://webrtc.org/getting-started/turn-server) in WebRTC terminology.
115
112
In fact, we use an open-source implementation called [Coturn](https://github.com/coturn/coturn).
0 commit comments