# Configuration in Pandora

The best way to manage server plugins in Pandora is from "/usr/share/pandora\_server/util/plugin" so we will send it by pscp to that path:

[![image-1622016210956.png](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/scaled-1680-/image-1622016210956.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/image-1622016210956.png)

If it does not let us run it because we do not have permissions, we must give them with the following command :

```
chmod 755 pandora_digitalocean
```

Once this is done, let's proceed to install it in the Pandora console:

Go to servers &gt; plugins:

[![image-1621930243127.png](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/scaled-1680-/image-1621930243127.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/image-1621930243127.png)

Click on "add":

[![image-1621930276936.png](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/scaled-1680-/image-1621930276936.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/image-1621930276936.png)

We give it a name and, if we want, a description:

[![image-1621930322520.png](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/scaled-1680-/image-1621930322520.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/image-1621930322520.png)

We put in plugin command the path in which we have located previously and in parameters what we want to get, as in this case I only want to generate the agents and the address is already configured only put \_field1\_, if we want to put another address where to save the data generated by the plugin, we would add --data\_dir \_field2\_ in plugin parameters. We will put a description (token, for example) and in default value we will put the token generated before. Once this is done, two agents with their respective modules will have been created.

[![image-1622016246217.png](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/scaled-1680-/image-1622016246217.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2021-05/image-1622016246217.png)