Skip to content

Can I change my agents to point to an IP address instead of FQDN after server installation #4156

Answered by Ylianst
eagle856 asked this question in Q&A
Discussion options

You must be logged in to vote

Duplicate of #4169

So yes, you can edit the config.json and in the "settings" section, do this:

{
  "settings": {
    "cert": "12.3.4"
   }
}

Once you restart the server, MeshCentral will use that IP address as the string all agents will need to connect to.

This said, I strongly recommend you get your own DNS name and point it to the IP address of your server, then do:

{
  "settings": {
    "cert": "sample.com"
   }
}

This is because IP addresses can change anytime and your going to be stuck re-installing all the agents. By using a DNS name, if you server changes IP address, you only need to update the DNS server.

Hope that helps.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ylianst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment