# Manual installation

<p class="callout info">Starting with Pandora FMS 783, this component is included in the server installation, so manual installation is no longer required.</p>

You can perform a manual installation of the MQTT server as follows:

##### **el8**

You have to install the .rpm file named pandora\_iot\_server-1.0-1.el8.x86\_64.rpm

```
sudo dnf install ./pandora_iot_server-1.0-1.el8.x86_64.rpm
```

##### **el9**

You have to install the .rpm file named pandora\_iot\_server-1.0-1.el9.x86\_64.rpm

```
sudo dnf install ./pandora_iot_server-1.0-1.el9.x86_64.rpm
```

##### **ubuntu**

You must install the .deb file named pandora\_iot\_server\_1.0-1.deb

```
sudo dpkg -i pandora_iot_server_1.0-1.deb
```

Once the command is executed, it will ask for confirmation to install the server.

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

After accepting, the server will be installed and we can start configuring the message listener.

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