How can i unblock an IP in Nextcloud?

If you get your IP blocked in Nextcloud, you can easily unblock it over cPanel > Terminal > occ client:

STEP 1:

Access Terminal over cPanel > Terminal and type: cd www

STEP 2

$ php occ security:bruteforce:reset <ip-adresse>

NOTE:

If you have an reverse proxy runnig you may want to add some special things to your Nextcloud config.php:

 'trusted_proxies' => array('192.168.1.1'),
 'forwarded_for_headers' => array('HTTP_X_FORWARDED_FOR'),

While 192.168.1.1 is the local IP address of your reverse proxy.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Can I personalize my cloud - own design, color, logo ?

Yes, this is possible with all packages. At Nextcloud you have the so-called "Theming" function....

Can I use my own domain ?

You can use your own domain/subdomain at any time with all packages. You can either order one, or...

Can I mount the cloud using Webdav without Sync Client ?

This is possible at any time. Of course, you can also use other synchronizing tools, such as...

Unlimited users/groups and own apps ?

That's right. You can set unlimited user and groups, as well as use all available apps. The only...

How can I erase my cloud and terminate my account ? Right to be Forgotten

You can terminate your service at any time, with only a few clicks in the customer panel at MY...