I am having the same issue. I installed Funkwhale following the quick install guide. During the installation process I was asked about admin username and email. However, I was never prompted to set any password.
The following was displayed in the CLI, during the quick install:
[4/4] Creating superuser account…
sh: 344: FUNKWHALE_CLI_USER_PASSWORD: parameter not set
So, maybe a super user is created without a password? Or, maybe no super user is created? I have no idea. The only thing I know is that I can not log in.
The above mentioned command does not work:
root@iris:/srv/funkwhale# sudo -u funkwhale venv/bin/funkwhale-manage fw users create –superuser
sudo: unable to resolve host iris: Name or service not known
sudo: venv/bin/funkwhale-manage: command not found
Any idea what I can do here?