MeshCentral Assistant¶
Initial Setup¶
Agent Invite Code¶
"domains": {
"": {
"agentInviteCodes": true
}
}
Agent Invitation¶
Click on the 'Invite' button next to the device group name to access it.
Link Invitation¶
For link invitation web page customization:
- Alongside
meshcentral-data
create a folder calledmeshcentral-web
- Create a
views
folder in it and copy the filenode_modules/meshcentral/views/invite.handlebars
into it. - That copy will be served instead of the default one, so you can customize it as you want.
Email Invitation¶
This option will show up if you have an SMTP email server set up with MeshCentral.
For invitation email customization:
- Alongside
meshcentral-data
create a folder calledmeshcentral-web
- Create an
emails
folder in it and copy the filesnode_modules/meshcentral/emails/mesh-invite.txt
andnode_modules/meshcentral/emails/mesh-invite.html
into it. - These copies will be used instead of the default ones, so you can customize them as you want.
Email notification¶
You can also get an email notification when someone clicks the "Request Help" button in the Assistant agent.