Can't join on own xmpp server, only through admin account.

someoneFromInternet@lemmy.ml to Selfhosted@lemmy.world – 11 points –

For some reason I can't log in to my xmpp server from any account other than my admin account. The client says that registration is only through invitation.

6

It might be worth mentioning which xmpp implementation you are actually using for your server if you expect anyone to help you. Also in general, more details about your hosting setup, how you installed it, did you follow any tutorial or use any particular installer (e.g. Helm chart on Kubernetes), possibly if you made any changes to the config,...

I just followed this tutorial. I use my computer as a server. Sorry if I'm not telling you something, I'm just a newbie and don't know what information might be useful.

IBR (in-band-registration) is disabled by default in all XMPP servers that I know off to prevent people to accidentally turn their unmaintained servers into spam origins. Just create accounts via the CLI or set up a proper invite system (on Prosody or Snikket).

You know what? prosodyctl register USER HOST [PASSWORD] this form just don't work for me, but when I tried prosodyctl register USER HOST and then enter password - IT WORKS! But I still enabled registration, but it doesn't work. allow_registration = true and module "register" enabled by default