# Installing on CentOS and RHEL

## Install VerneMQ

Once you have downloaded the binary package, execute the following command to install VerneMQ:

```
sudo yum install vernemq-<VERSION>.centos7.x86_64.rpm
```

or:

```
sudo rpm -Uvh vernemq-<VERSION>.centos7.x86_64.rpm
```

## Activate VerneMQ node

{% hint style="danger" %}
To use the provided binary packages the VerneMQ EULA must be accepted. See [Accepting the VerneMQ EULA](https://github.com/vernemq/vmq-docs/blob/1.13.0/installation/accepting-the-vernemq-eula.md) for more information.
{% endhint %}

Once you've installed VerneMQ, start it on your node:

```
service vernemq start
```

## Verify your installation

You can verify that VerneMQ is successfully installed by running:

```
rpm -qa | grep vernemq
```

If VerneMQ has been installed successfully `vernemq` is returned.

## Next Steps

Now that you've installed VerneMQ, check out [How to configure VerneMQ](/1.13.0/configuring-vernemq/introduction.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vernemq.com/1.13.0/installing-vernemq/centos_and_redhat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
