1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00
MeshCentral/docs/docs/meshcentral/security.md

343 B

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

"settings": {
    "_maxInvalidLogin": {
    "time": 10,
    "count": 10,
    "coolofftime": 10
    },
}