Internet security (client configuration)

How can I generate a Machine key and distribute it via MDM.

Hi @basha,

in the current version of Twingate, a machine key is simply a json formatted file that looks like this:

{ 	
"network": "<your tenant>.twingate.com", 	
"version": "1" 
}

The file should be named “machinekey.conf” and placed under the following path, locally on the machine running the Client:

macOS: /Library/Application Support/Twingate/machinekey.conf
Windows: %ProgramData%/Twingate/machinekey.conf

Once deployed, it will remove the ability for users to log out.

Now, on how to distribute this file via MDM, it depends on the MDM you are using.