website/integrations/device-management/meshcentral/index.md
MeshCentral is a free, open source, web-based platform for remote device management.
The following placeholders are used in this guide:
meshcentral.company is the FQDN of the MeshCentral installation.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
To support the integration of MeshCentral with authentik, you need to create an application/provider pair in authentik.
Strict redirect URI to https://meshcentral.company/auth-oidc-callback.Edit the config.json file for your MeshCentral deployment, and add the following code in the domains: subsection:
:::info
For Docker deployments, the config.json should be located in the directory on the host machine you mapped to /opt/meshcentral/meshcentral-data.
:::
:::info If you need to enable advanced OIDC configurations, please refer to the Using the OpenID Connect Strategy section in the MeshCentral documentation for detailed instructions. :::
"domains": {
"authStrategies": {
"oidc": {
"issuer": "https://authentik.company/application/o/meshcentral/",
"clientid": "<Client ID>",
"clientsecret": "<Client Secret>",
"newAccounts": true
}
},
To ensure everything is setup correctly, restart your MeshCentral instance and visit the main page. You should be greeted with a new button to allow signing in with OIDC.