# Installation on Windows & Linux

{% hint style="warning" %}
Before you begin the installation process, check the following articles: [System requirements](/xopero-one-en/xopero-one-software/software-information/system-requirements.md), [Supported platforms](/xopero-one-en/xopero-one-software/software-information/supported-platforms.md).
{% endhint %}

{% hint style="success" %}
To register for a free trial and download the installer visit the [**Xopero** website](https://xopero.com/). If you're already a registered user, download the installer [here](https://xopero.com/latest-updates/).
{% endhint %}

{% tabs fullWidth="false" %}
{% tab title="Windows" %}

## Installation process for Windows

1. Download and run **Xopero ONE** installer.

<figure><img src="/files/dR2jBBDB6rWZXzGzwBU1" alt="" width="563"><figcaption></figcaption></figure>

2. Click **Next** to start the installation setup.

<figure><img src="/files/qZ49VKDZhi8i3xioZ512" alt=""><figcaption></figcaption></figure>

3. Accept the **End-User License Agreement** and hit **Next** to continue.

<figure><img src="/files/UQK6zIlxINoyf7DCUPDx" alt=""><figcaption></figcaption></figure>

4. Select the installation folder and click **Next**.

<figure><img src="/files/7l8dwhflO1hkxLQu3FsS" alt=""><figcaption></figcaption></figure>

5. Define the HTTP port for **Xopero ONE Management Service**. Depending on your needs you can either use a custom HTTP port, or stay with the default **XMS** HTTP port (28555).

<figure><img src="/files/EsQk5sdM48DfZzsNv7uS" alt=""><figcaption></figcaption></figure>

6. Click **Install** to start the installation process.

<figure><img src="/files/4cGdRXtGSD3AcZw5F3wR" alt=""><figcaption></figcaption></figure>

7. Once the installation is completed successfully, click **Finish** to close the installation wizard.
   {% endtab %}

{% tab title="Linux" %}

## Installation process for Linux

1. Download and run **Xopero ONE** installer (`XoperoONEManagementService.sh`).

<figure><img src="/files/wz93tLfAhobTqdnKxXGZ" alt="Downloading xoperoserver.sh"><figcaption></figcaption></figure>

2. Add `execute` permission to the downloaded file using the following command:

```bash
chmod +x xoperoserver.sh
```

<figure><img src="/files/eM3prhSHK3j6b86H0QMI" alt="Adding execute permission"><figcaption></figcaption></figure>

3. Run `xoperoserver.sh`. Accept the **End-User License Agreement** to continue.

<figure><img src="/files/fOEdCoZl4XRPDtG1TJhU" alt="End-user license agreement"><figcaption></figcaption></figure>

4. Once the installation is completed, you can close the software installation window.

{% hint style="warning" %}
Please note that, by default, the **Xopero ONE Management Service** installed on **Linux** uses port 28555.
{% endhint %}

<figure><img src="/files/Zr3e5EMVrznuf3p34vzO" alt="Finished installation window"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/deployment-and-configuration/xopero-one-management-service-xms/installation-on-windows-and-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.
