2022年9月24日 星期六

[nextcloud, error, too many] How to handle too many request

 How to handle too many request

井民全, Jing, mqjing@gmail.com


Usually, this happened when you changed the passwd.

Step 1: Get your iPhone IP address

[General] -> [Wi-Fi] -> Information


Get the ip is 192.168.1.100

E.g.


Step 2: Get into the docker instance via the www-data (id=33) user

sudo docker exec -it -u 33 nextcloudpi bash


Step 3: Reset the bruteforce for the IP

cd /var/www/nextcloud

php occ security:bruteforce:reset 192.168.1.100



References

  1. https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/bruteforce_configuration.html

  2. https://help.nextcloud.com/t/here-were-too-many-requests-from-your-network-retry-later-or-contact-your-administrator-if-this-is-an-error/117230