# Update on Linux

#### The idea behind updating the Management Service is to complete a few steps in the installation wizard.

***

## Update process

{% hint style="info" %}
The below guide applies to **Xopero ONE Management Service** on-prem deployment model.
{% endhint %}

{% stepper %}
{% step %}
Download the **Xopero ONE Management Service** installer (**xoperoserver.sh**).

<figure><img src="/files/qwbmDxrq91EmAViH8nyp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Grant privileges to the downloaded file by using the following command:

```c
chmod +x xoperoserver.sh
```

<figure><img src="/files/DOZaRy0atYb2RIdc6xwm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Run the **xoperoserver.sh** file and confirm the **End-User License Agreement** to continue.

<figure><img src="/files/3eWHhOTNwOzV0VeVangS" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Keep the existing database by selecting **Yes**.

<figure><img src="/files/foiObBVxgDFzwj8Axr4B" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After the process is complete, close the installation window by selecting **OK**.
{% endstep %}

{% step %}
Restart the **Xopero ONE Management Service** using the following command:

```c
systemctl restart XoperoONEManagementService.service
```

<figure><img src="/files/2CS4isktoBxmffcCqz1u" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The **Xopero ONE Management Service** is now updated and ready to work with.
{% endstep %}
{% endstepper %}


---

# 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://helpcenter.xopero.com/xopero-one-en/updates/xopero-one-management-service/update-on-linux.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.
