# Configuration in pandora

**As a server plugin**

<div id="bkmrk-we-will-go-to-server"><div>We will go to servers &gt; plugins:</div><div>  
</div></div>![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/E0Wimage.png)click in "add plugin":

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/Sn0image.png)  ](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/Sn0image.png)We put in the name and description of your choice:

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/Z6Qimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/Z6Qimage.png)

We enter as command the path to the plugin, and as parameters the ones we have entered by executing the plugin, the "\_field\_" fields are macros defined below.

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/1Nmimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/1Nmimage.png)

We put for each macro the description of your choice and as value the data of your rabbitMQ

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/ReUimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/ReUimage.png)

**As agent plugin**

We should enable the remote configuration, to enable it we have to open the pandora\_agent.conf file:

```bash
vim /etc/pandora/pandora_agent.conf
```

Inside we look for the remote\_config line, to enable it we set it to 1.

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/TTTimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/TTTimage.png)

And after that we restart the agent :

```
/etc/init.d/pandora_agent_daemon restart
```

The remote configuration will have been activated, go to the agents menu and click on the remote configuration icon, which is as follows:

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/l9Mimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/l9Mimage.png)

Then we go to plugin menu :

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/Kcpimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/Kcpimage.png)

We enter the command, click in add:

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/LbDimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/LbDimage.png)

Example:

```bash
/usr/share/pandora_server/util/plugin/rabbitmq_monitor /usr/share/pandora_server/util/plugin/rabbitmq_monitor.conf
```

A new plugin will have been created:

[![image.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/Ucdimage.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/Ucdimage.png)

Once this is done, we restart the agent:

```bash
/etc/init.d/pandora_agent_daemon restart
```

And if we go to the agent with the remote configuration, the rabbitMQ modules will have been created.