This commit is contained in:
silversword411 2022-09-06 16:15:10 -04:00
parent 8f89665421
commit 51eba3a142
No known key found for this signature in database
GPG Key ID: CF805301BBB8CC0C
3 changed files with 20 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 214 KiB

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)

View File

@ -15,6 +15,7 @@ nav:
- 'Debugging': 'meshcentral/debugging.md'
- 'Device Tabs': 'meshcentral/devicetabs.md'
- 'Plugins': 'meshcentral/plugins.md'
- 'Security': 'meshcentral/security.md'
- 'Tokens': 'meshcentral/tokens.md'
- Design and Architecture: