# Configuration in pandora

**Installation from the console**

To register the plugin, from the console, go to the "register plugin" section.

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

Click on select file.

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

Select the pspz2 file containing the plugin.

[![register1_weblogic.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/scaled-1680-/register1-weblogic.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/register1-weblogic.png)

A message that it has been successfully installed will be displayed.

[![Captura desde 2025-07-21 17-34-48.png](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/scaled-1680-/captura-desde-2025-07-21-17-34-48.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2025-07/captura-desde-2025-07-21-17-34-48.png)

Once the plugin is registered, we will see it in the plugins section.

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

In the parameters section, all the parameters contained in the plugin will appear and can be configured, remember that not all of them are mandatory, only those that are specified.

[![register3_weblogic.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/scaled-1680-/register3-weblogic.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/register3-weblogic.png)

Below you can assign a value to each macro.

[![register4_weblogic.png](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/scaled-1680-/register4-weblogic.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2022-04/register4-weblogic.png)

**Manual installation**

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

Then we will move to the folder where we have put it ("/usr/share/pandora\_server/util/plugin" is the recommended one").

**Remember: You have to install the dependencies that the Requests module needs in your system, this is explained in the configuration section.**

We move from home with :

<div id="bkmrk--7"></div>```
cd /usr/share/pandora_server/util/plugin/
```

We run the plugin to see that it works:

```
python pandora_weblogic.py -u <ip-with-port> -us <user> -p <password>
```

**As a server plugin**

Go to servers &gt; plugins:

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

Click in add plugin:

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

We put in the name and description of your choice:

[![weblogic1.png](https://pandorafms.com/guides/public/uploads/images/gallery/2021-09/scaled-1680-/weblogic1.png)](https://pandorafms.com/guides/public/uploads/images/gallery/2021-09/weblogic1.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.

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

We put for each macro the description that you prefer and as value the data of your url, user and pass.

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

Once this is done, if we execute the plugin from the terminal, the agent with the modules will have been created.