aboutsummaryrefslogtreecommitdiff
path: root/docs/administration
diff options
context:
space:
mode:
authortimaeos <104638316+timaeos@users.noreply.github.com>2022-08-13 13:24:52 -0500
committerGitHub <noreply@github.com>2022-08-13 20:24:52 +0200
commit30dbc5ac448e30f69305c81b7049d6bd30ae76d0 (patch)
tree660c516e6d8dae58e15f410419c748a04be45863 /docs/administration
parentef7262a7a21f6106b8130a7ad8a1911cbd46a82f (diff)
Adding FAQ Questions with common questions (#2641)
* Adding FAQ Questions with common questions * changing order of the FAQ to reflect suggestions
Diffstat (limited to 'docs/administration')
-rw-r--r--docs/administration/5_troubleshooting.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/administration/5_troubleshooting.md b/docs/administration/5_troubleshooting.md
index 14df2e3f..8ba510ef 100644
--- a/docs/administration/5_troubleshooting.md
+++ b/docs/administration/5_troubleshooting.md
@@ -77,5 +77,12 @@ If there aren't, you will see a log lines like this:
level=warning msg="IMPORTANT: Process file descriptor limit is currently 65535, it is recommended to raise the limit for Dendrite to at least 65535 to avoid issues"
```
-Follow the [Optimisation](../installation/10_optimisation.md) instructions to correct the
+Follow the [Optimisation](../installation/11_optimisation.md) instructions to correct the
available number of file descriptors.
+
+## 6. STUN/TURN Server tester
+
+If you are experiencing problems with VoIP or video calls, you should check that Dendrite
+is able to successfully connect your TURN server using
+[Matrix VoIP Tester](https://test.voip.librepush.net/). This can highlight any issues
+that the server may encounter so that you can begin the troubleshooting process.