Movim Admin Login

My YunoHost server

Hardware: VPS bought online / Raspberry Pi at home
YunoHost version: 4.0.4
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no

Hello,
I’ve got a problem with Movim. The installation works fine, but when I can’t login me in the Admin Panel of Movim. When I look under the Service section of YunoHost, Movim is dead. I’ve tried to restart, but that don’t work. It says:
Please set a username and password for the admin panel (https://yourmovimdomain/?admin) To set those credentials run
php daemon.php config --username=USERNAME --password=PASSWORD

I think that the installation hasn’t set the Username and password, but sudo php daemon.php config --username=USERNAME --password=PASSWORD doesn’t work.
How can I set the username and password manually?
I hope you can help me.
Thank you

why doesn’t it work

Can you try this:
cd /var/www/movim
then
sudo -u movim php7.3 daemon.php config --username=USERNAME --password=PASSWORD
and
in webadmin -> service restart movim.service

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.