# Installing for Ace Perms

To integrate ZeroTrust with ace permissions, you'll be able to ignore the function `Cfg.GetAdminGroup` inside `config.lua` and add these lines to your server.cfg :

```editorconfig
add_ace group.admin zt.permission allow
add_principal identifier.license:xyz group.admin
```

This function ensures that ZeroTrust correctly retrieves the player's admin group.&#x20;

**Make sure to change `identifier.license:xyz` to the identifier of your admins !**
