From 8d603de2ef4b116a2fe7a1d45c96df9d7962ac9e Mon Sep 17 00:00:00 2001 From: DrKnees <121272035+DrKnees@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:55:09 +0000 Subject: [PATCH] Update configuring-playbook-continuwuity.md Update Continuwuity docs to include 0.5.5 first time registration process --- docs/configuring-playbook-continuwuity.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-continuwuity.md b/docs/configuring-playbook-continuwuity.md index 9f237fa6e..c1a34ef00 100644 --- a/docs/configuring-playbook-continuwuity.md +++ b/docs/configuring-playbook-continuwuity.md @@ -58,9 +58,13 @@ matrix_continuwuity_environment_variables_extension: | Unlike other homeserver implementations (like Synapse and Dendrite), continuwuity does not support creating users via the command line or via the playbook. -If you followed the instructions above (see [Adjusting the playbook configuration](#adjusting-the-playbook-configuration)), you should have registration enabled and protected by a registration token. +On first startup, Continuwuity creates a special one-time-use registration token and logs it to the server's console. To access this, you will need to SSH into the server and run the following command: -This should allow you to create the first user account via any client (like [Element Web](./configuring-playbook-client-element-web.md)) which supports creating users. +``` +sudo systemctl status matrix-continuwuity.service +``` + +Find the token, highlight it, and copy it (ctrl+shift+C). This token should allow you to create the first user account via any client (like [Element Web](./configuring-playbook-client-element-web.md)) which supports creating users. The **first user account that you create will be marked as an admin** and **will be automatically invited to an admin room**.