From 7ef6e2cf99fc706a96bd062f9ed4767084ecb2e3 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Tue, 24 Feb 2026 23:00:26 +0200 Subject: [PATCH] Update instructions for retrieving the registration token using journalctl --- docs/configuring-playbook-continuwuity.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/configuring-playbook-continuwuity.md b/docs/configuring-playbook-continuwuity.md index c1a34ef00..dec5f2742 100644 --- a/docs/configuring-playbook-continuwuity.md +++ b/docs/configuring-playbook-continuwuity.md @@ -60,8 +60,9 @@ Unlike other homeserver implementations (like Synapse and Dendrite), continuwuit 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: -``` -sudo systemctl status matrix-continuwuity.service +```sh +# Adjust the duration if necessary or remove the whole --since argument +journalctl -u matrix-continuwuity.service --since="10 minutes ago" ``` 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.