mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
442 B
442 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
},
}
Disabling TLS 1.0/1.1 for AMT
{
"settings": {
"mpshighsecurity": true
}
}
