# Maestro Server

The Maestro Server is a core component in the Verge Aero base station. It is responsible for hosting and managing network connections with all devices on the local network. The [Verge Aero Console](/drone-show-software/verge-console.md) also connects with the Maestro Server in order to translate commands into wireless signals via the AT86/LoRa gateways. Additionally, the server contains USB drivers to support a directly-connected u-blox ground station RTK module. [RTCM](/drone-show-technology/gps-gnss/rtcm.md) data is gathered and transmitted through the Maestro Server with no need for a [Verge Aero Console](/drone-show-software/verge-console.md) to be connected. This ensures that, should a connected laptop get disconnected or damaged, mission-critical data streams are left uninterrupted.

### Updating the Maestro Server

<figure><img src="/files/XyQnXvUQCmT3vJPq90BW" alt="" width="242"><figcaption><p>Shows Maestro Server versions</p></figcaption></figure>

<figure><img src="/files/PbnuN3g6Ks922U4Thml1" alt=""><figcaption><p>Shows Maestro Server Out-Of-Date</p></figcaption></figure>

The Maestro Server can be updated via the [Verge Aero Console](/drone-show-software/verge-console.md). The console reads the current version of all applications running on the Maestro Server computer and displays them in the network summary panel. If the version differs from the version available in a loaded [VPKG](/drone-show-software/verge-console/firmware-vpkg-system.md), then it will display an "Out-Of-Date" message. Performing a standard system update will synchronize all modules running on the server with the version in the loaded [VPKG](/drone-show-software/verge-console/firmware-vpkg-system.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.verge.aero/drone-show-software/maestro-server.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.
