From d9520f938287a635ed58d4c690ff42b6054b285a Mon Sep 17 00:00:00 2001 From: arxari Date: Thu, 12 Feb 2026 20:13:47 +0000 Subject: [PATCH] Change the federation testing site in the docs to a more verbose one The new site is easy to use at a glance but provides more advanced info if needed Nexxy approved https://matrix.to/#/#offtopic:continuwuity.org/$rHSywj-s3v9onrROBcwDCHnnOpPVFbu0-Xgrh9A4btw --- docs/deploying/generic.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying/generic.mdx b/docs/deploying/generic.mdx index ebd40c76..f1546d8d 100644 --- a/docs/deploying/generic.mdx +++ b/docs/deploying/generic.mdx @@ -269,7 +269,7 @@ curl https://your.server.name:8448/_matrix/federation/v1/version ``` - To check if your server can communicate with other homeservers, use the -[Matrix Federation Tester](https://federationtester.matrix.org/). If you can +[Matrix Federation Tester](https://federationtester.mtrnord.blog/). If you can register but cannot join federated rooms, check your configuration and verify that port 8448 is open and forwarded correctly.