Skip to content
Discussion options

You must be logged in to vote

you could look into using the ip restict then - https://config.meshcentraltools.com/

{
  "$schema": "https://raw.githubusercontent.com/Ylianst/MeshCentral/master/meshcentral-config-schema.json",
  "domains": {
    "": {
      "ipBlockedUserRedirect": "https://google.com",
      "userAllowedIP": "1.1.1.1,10.0.0.0/24",
      "agentAllowedIP": "192.168.0.0/24,8.8.8.8"
    }
  }
}

ipBlockedUserRedirect - if an ip is blocked divert them to this url
userallowedip - allow only these ip addresses/ranges for the admin webpage
agentallwedip - allow only these ip addresses/ranges for the remote devices to connect from

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@si458
Comment options

si458 Jun 2, 2026
Collaborator

Answer selected by MarkStephan89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants