Installed the nextcloud from BigBearCasaOs app repository

Hi, thank you for providing this very good resource for CasaOs. I installed the nextcloud and using the default login (casaos, casaos) it does not work.
In Docker the configuration is the default as below:
image

Do you have any recommendation on how to solve this?

Have you followed the video: Streamline Nextcloud Installation on CasaOS with BigBearCasaOS

Thanks it works now. It may be a security feature that if one fails several times the login it does not go further.

1 Like

Good afternoon
I’m trying to enter the following in the nextcloud login and password form:
casaos casaos
I’m thrown back to the input form and I can’t log in.
How can I resolve the problem?

Are you sure you are using the same credentials you signed up with in Nextcloud not your CasaOS?

Hi, I am having the same issue!

I found out I get this error when I try to login with brave on windows. When I use incognito mode or a different browser(chrome) I can login with no issue. Not sure why this happens though…

Hi @tordknudsen and welcome here!

When You have empty Nextcloud, You can completely uninstall it and install again.

But quick and better way (also preserver Your data) is reset admin user password.

It can be done very easily. On Host side use this command:
docker exec -it containeridorname -u www-data php /var/www/html/occ user:resetpassword admin

How to obtain container ID:

docker ps | grep -i nextcloud

First column is ID of container nextcloud (every team when You restart this container, it has new ID). It is in this form: 9e59fe3be896. Remember it is example. You must search Your own ID.

More details: