We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ca2d1 commit d537accCopy full SHA for d537acc
src/pages/how-to/troubleshooting-client.mdx
@@ -3,6 +3,12 @@
3
This document offers practical tips and insights to help you debug various problems, ensuring a seamless user
4
experience.
5
6
+## P2P / Relayed
7
+
8
+Each peer will use signal/stun to try to connect directly (P2P) to other peers, and if that is not possible it'll use the relay server.
9
10
+To help peers get P2P connections, allowing inbound UDP to port 51820 to one of the peers can help a lot.
11
12
## NetBird agent status
13
14
The netbird agent is a daemon service that runs in the background; it provides information about peers connected and
0 commit comments