瀏覽代碼

Update instructions for retrieving the registration token using journalctl

pull/4956/head
Slavi Pantaleev 1 周之前
committed by GitHub
父節點
當前提交
7ef6e2cf99
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      docs/configuring-playbook-continuwuity.md

+ 3
- 2
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.


Loading…
取消
儲存