diff --git a/docs/deploying/docker.mdx b/docs/deploying/docker.mdx index d9ce4ace5..9bab07f4e 100644 --- a/docs/deploying/docker.mdx +++ b/docs/deploying/docker.mdx @@ -271,4 +271,5 @@ Note that using `CTRL+c` within `docker attach`'s context will forward the signa - For smooth federation, set up a caching resolver according to the [**DNS tuning guide**](../advanced/dns.mdx) (recommended) - To set up Audio/Video communication, see the [**Calls**](../calls.mdx) page. +- Consult the [Maintenance](../maintenance.mdx) page for guidance on maintaining your homeserver. - If you want to set up an appservice, take a look at the [**Appservice Guide**](../appservices.mdx). diff --git a/docs/deploying/generic.mdx b/docs/deploying/generic.mdx index b1fec8046..cad1987dd 100644 --- a/docs/deploying/generic.mdx +++ b/docs/deploying/generic.mdx @@ -260,7 +260,7 @@ Pick your own username and password! ``` You can then open [a Matrix client][matrix-clients], -enter your homeserver address, and try to register with the provided token. +enter your homeserver address, and register with the provided token. By default, the first user is the instance's first admin. They will be added to the `#admin:example.com` room and be able to [issue admin commands](../reference/admin/index.md). @@ -296,4 +296,5 @@ curl https://example.com/_matrix/client/versions - For smooth federation, set up a caching resolver according to the [**DNS tuning guide**](../advanced/dns.mdx) (recommended) - For Audio/Video call functionality see the [**Calls**](../calls.md) page. +- Consult the [Maintenance](../maintenance.mdx) page for guidance on maintaining your homeserver. - If you want to set up an appservice, take a look at the [**Appservice Guide**](../appservices.md).