Login problem ownCloud

Goodmorning everyone,
when i go to open the owncloud login page i get this message:

This ownCloud instance is currently under maintenance, it may take some time.

This page will update when the ownCloud instance is available again.

Contact your system administrator if this message persists or appears unexpectedly.

Thanks for your patience.

What should I do?

Contact your system administrators, or otherwise log in to your ownCloud server via ssh and run the following occ command:

occ ma:mo --off

Remember that depending on which OS you are using you might have to prefix this command differently, e.g. Debian based distributions like Ubuntu:

sudo -u www-data php /path/to/occ

On a Red Hat (CentOS / Alma / Rocky / …) based system you’d have to replace the www-data part with apache.

Read more about occ in general at the top of this page:

And about the specific command further down:

some apps could not update them … so I had to disable them to upgrade … but now when I log in to owncloud I no longer see the market entry, how can I reactivate it?

Reactivation can be done by issuing the command

occ app:enable market

I gave the same command right after writing the post :stuck_out_tongue: now everything works, thanks for the ai

1 Like

I also faced same issue. Don’t know why its happened?

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