# Plugin configuration

Copy the plugins to the agent's plugins directory, distribute them through file collections, or copy them to the Pandora agent folder. Do the same with any additional files that are needed. The plugin execution command within the agent configuration will be similar to this, but using the paths where the plugin and configuration file would be located.

Linux Execution example:

```
module_plugin /var/opt/PandoraFMS/etc/pandora/plugins/pandora_logparser /var/opt/PandoraFMS/etc/pandora/collections/fc_23/log_example.conf
```

In Windows it would be the same, but adapted to the paths on your machine:

```
module_plugin C:\Program Files\PandoraFMS\Pandora Agent\plugins\pandora_logparser.exe C:\Program Files\PandoraFMS\Pandora Agent\collections\fc_23\log_example.conf
```