This commit is contained in:
silversword411
2022-09-06 16:15:10 -04:00
parent 8f89665421
commit 51eba3a142
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Security
## Rate Limiting login attempts
You can use the MeshCentral Server Console with the command `badlogins` to see the current settings.
Adjust these items in your `config.json`
```json
"settings": {
"_maxInvalidLogin": {
"time": 10,
"count": 10,
"coolofftime": 10
},
}
```
![](images/rate_limiting_logins.png)