diff --git a/docs/maintenance-checking-services.md b/docs/maintenance-checking-services.md index 151a5778b..457cd0f47 100644 --- a/docs/maintenance-checking-services.md +++ b/docs/maintenance-checking-services.md @@ -10,4 +10,4 @@ ansible-playbook -i inventory/hosts setup.yml --tags=self-check If it's all green, everything is probably running correctly. -Besides this self-check, you can also check your server using the [Federation Tester](https://federationtester.matrix.org/). +Besides this self-check, you can also check whether your server federates with the Matrix network by using the [Federation Tester](https://federationtester.matrix.org/) against your base domain (`example.com`), not the `matrix.example.com` subdomain. diff --git a/docs/quick-start.md b/docs/quick-start.md index 06a1d157c..9c9ffad9c 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -171,7 +171,7 @@ After configuring the playbook, run the installation command and wait until it f ansible-playbook -i inventory/hosts setup.yml --tags=install-all,start ``` -After the command finishes, you can also check whether your server federates with the Matrix network, by using the [Federation Tester](https://federationtester.matrix.org/). +After the command finishes, you can also check whether your server federates with the Matrix network by using the [Federation Tester](https://federationtester.matrix.org/) against your base domain (`example.com`), not the `matrix.example.com` subdomain. If you think something is off with the server configuration, feel free to re-run the setup command any time.