diff --git a/docs/advanced/delegation.mdx b/docs/advanced/delegation.mdx index e2cb3f0fa..c110e0814 100644 --- a/docs/advanced/delegation.mdx +++ b/docs/advanced/delegation.mdx @@ -156,9 +156,11 @@ Remember to set the `Access-Control-Allow-Origin: *` header in your `/.well-know ## Troubleshooting -Check with the [Matrix Connectivity Tester][federation-tester] to see that it's working. +Check that other servers can connect to you. +Here are some tools that can help identify federation issues: -[federation-tester]: https://federationtester.mtrnord.blog/ +- [Matrix Connectivity Tester](https://federationtester.mtrnord.blog/) +- [Matrix Federation Tester](https://federationtester.matrix.org/) ### Cannot log in with web clients diff --git a/docs/deploying/generic.mdx b/docs/deploying/generic.mdx index faf306918..b1fec8046 100644 --- a/docs/deploying/generic.mdx +++ b/docs/deploying/generic.mdx @@ -268,9 +268,13 @@ to the `#admin:example.com` room and be able to [issue admin commands](../refere ## How do I know it works? -To check if your server can communicate with other homeservers, use the -[Matrix Federation Tester](https://federationtester.mtrnord.blog/). If you can -register your account but cannot join federated rooms, check your configuration +To check if your server can communicate with other homeservers, +use an external testing tool: + +- [Matrix Connectivity Tester](https://federationtester.mtrnord.blog/) +- [Matrix Federation Tester](https://federationtester.matrix.org/) + +If you can register your account but cannot join federated rooms, check your configuration and verify that your federation endpoints are opened and forwarded correctly. As a quick health check, you can also use these cURL commands: