mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
docs - adding rate-limit info https://github.com/Ylianst/MeshCentral/issues/4514
This commit is contained in:
19
docs/docs/meshcentral/security.md
Normal file
19
docs/docs/meshcentral/security.md
Normal 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
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||

|
||||
Reference in New Issue
Block a user