MeshCentral Router Ask Consent window title change, Agent process name change #4741
Closed
Description
Hello @Ylianst
First off all, Amazing work done on MeshCentral, way to go.
I have two questions and they are regarding Rebranding of MeshCentral using config.json file.
- Is there any way to change the title of MeshCentral Router's Ask Consent window from config.json? This appears on the client side when requesting Ask Consent using MeshCentral Router. Screenshot:
- Is it possible to change the MeshCentral Agent's process name from config.json? Screenshot:
So far, I have been using these configs in the config.json file:
{ "settings": {
},
"domains": {
"": {
"Title": "Company MeshCentral",
"agentCustomization": {
"displayName": "MyCompany Agent",
"description": "Allows MyCompany to provide full service remote support to this computer.",
"companyName": "MyCompany IT",
"serviceName": "MyCompany Remote Support Agent",
"fileName": "MyCompanyAgent"
}
}
}
}
Thank you,
Yusha