> For the complete documentation index, see [llms.txt](https://miftycoin.gitbook.io/miftycoin-broker-node-configuration/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://miftycoin.gitbook.io/miftycoin-broker-node-configuration/install-the-prerequisites.md).

# Install the Prerequisites

Instructions to install the required software in your server

{% hint style="info" %}
The $ sign that is presented in the following instructions indicate that you must enter the command that follows the sign.
{% endhint %}

### java

```
$ yum install java
```

### dig

```
$ yum install dig
```

### zip

```
$ yum install zip
```

### tomcat

```
$ yum install tomcat tomcat-webapps tomcat-admin-webapps
```

### mysql

```
$ rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
```

Then follow the installation instructions [available here](https://www.tecmint.com/install-latest-mysql-on-rhel-centos-and-fedora/).

### webmin

Follow the instructions [available here](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-webmin-on-centos-7).

### firewalld

```
$ yum install firewalld
```
