Cobra Forum

Plesk Panel => Others => Topic started by: senthil on Sep 27, 2025, 03:57 AM

Title: How to configure rate limiting for login attempts in Plesk?
Post by: senthil on Sep 27, 2025, 03:57 AM
Question
Answer
Starting with Plesk Obsidian 18.0.70, Plesk supports rate limiting for login attempts. This feature is enabled by
default on all installations, and can be additionally customized via Panel.ini Editor extension with the following
options in the [security] section:


Example:

[security]
bruteforceProtection.enabled = true
bruteforceProtection.rateLimit = 5
bruteforceProtection.rateLimitPeriod = 300
Based on these settings, if the client has five failed login attempts, the next attempts will not be
processed for 300 seconds starting with the first failed attempt. 

Additional information
Protection Against Brute Force Attacks


[/list]