Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ===== Synapse ===== [[matrix|Matrix.org]] homeserver reference implementation ==== register users ==== <code bash>source ~/synapse/env/bin/activate synctl start # if not already running register_new_matrix_user -c homeserver.yaml http://localhost:8008 </code> ([[https://github.com/matrix-org/synapse/blob/master/INSTALL.md#registering-a-user|source]]) Last modified: 2024-07-05 14:31