> For the complete documentation index, see [llms.txt](https://pcnautic.gitbook.io/autopilot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pcnautic.gitbook.io/autopilot/nederlands/bediening/webinterface-apps/maintenance.md).

# Maintenance

Op de 'Maintenance'-pagina ziet u bovenaan de huidige versie van de firmware van de Autopilot. Daarnaast ziet u hier de TinyCore versie.

## Update firmware

{% hint style="info" %}
Het is **niet** mogelijk om de firmware te updaten via de Android-app.
{% endhint %}

Hier kunt u de Autopilot voorzien van een nieuwe firmware. Wanneer er een nieuwe firmwareversie beschikbaar is, ontvangt u deze per e-mail. Sla het toegezonden bestand op een locatie op uw smartphone, tablet of computer waar u het gemakkelijk kunt terugvinden.

<figure><img src="/files/FigAd3M0IBpy10jQbpLZ" alt=""><figcaption><p><em>Update firmware</em></p></figcaption></figure>

Volg onderstaande stappen om de firmware van de autopilot bij te werken:

1. Klik op **Browse** en selecteer het firmwarebestand dat u eerder hebt opgeslagen.
2. Klik vervolgens op **Start Update**.
3. Bevestig met **OK**.
4. Na enige tijd verschijnt de melding:\
   \&#xNAN;*The Pcnautic Autopilot is rebooting. Please wait while we reconnect to the web server*

Na herstarten zal normaliter het hoofdscherm met daarop het kompas weer te voorschijn moeten komen.

{% hint style="info" %}
Let op: In sporadische gevallen lukt de update niet direct. U kunt de procedure dan eenvoudig herhalen. Indien ook een hernieuwde poging faalt kunt gebruik maken van de [Emergency](/autopilot/nederlands/bediening/webinterface-apps/maintenance/emergency.md)-pagina.
{% endhint %}

## Configuration

Er zijn drie slots beschikbaar voor het opslaan, herstellen, exporteren en importeren van configuratiebestanden.

<figure><img src="/files/o414N0mf0fHBQFdozYah" alt=""><figcaption><p><em>Beheer uw configuratiebestanden</em></p></figcaption></figure>

* **Create**\
  Maakt een backup van de huidige instellingen in het gekozen slot.
* **Restore**\
  Herstelt de instellingen uit het betreffende backupslot.
* **Export**\
  Downloadt de backup van het gekozen slot als bestand. Handig voor het opslaan op een externe locatie of computer.
* **Import**\
  Importeert een eerder opgeslagen configuratiebestand naar het geselecteerde slot. Zo kun je eenvoudig instellingen terugzetten of delen.

### Reset to factory defaults

Klik op de rode knop ‘Reset to factory defaults’ om de Autopilot terug te zetten naar de fabrieksinstellingen. De Autopilot zal vervolgens automatisch herstarten.

### Installers

#### Windows

Download de Windows-installer (.cmd) en voer het bestand uit. Er wordt automatisch een snelkoppeling "Pcnautic Autopilot" op uw bureaublad aangemaakt voor directe toegang tot de webinterface.

De installer detecteert automatisch of Google Chrome (32- of 64-bit) of Microsoft Edge aanwezig is en opent de webinterface in *app-modus*. Hierdoor start deze in een apart venster, zonder adresbalk of overige, onnodige browserinterface.

Uw browser kan bij het downloaden een beveiligingswaarschuwing tonen omdat het om een .cmd-bestand gaat. Dit is normaal — kies in dat geval **“Behouden”** of **“Keep”** om door te gaan.

#### macOS

Open de **App Store** en zoek naar *“pcnautic”*. Er wordt een iPhone-/iPad-app weergegeven die ook op macOS geïnstalleerd kan worden. Klik op het wolkje (download-icoon) om de app te installeren.

Na installatie kunt u via het <mark style="color:$warning;">**AP**</mark>-icoon de webinterface openen.

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

### Download logs / NMEA log

Klik op de oranje knop ‘Download logs’ om de verschillende logbestanden te downloaden.\
Deze bestanden zijn handig voor analyse en ondersteuning bij eventuele problemen.

Wanneer de Controlhead NMEA-gegevens ontvangt, worden deze automatisch gelogd en verschijnt er een extra knop "Download NMEA Log".

{% hint style="info" %}
Stuur deze logs mee bij het melden van een storing of foutmelding.
{% endhint %}

### **Reboot**

Klik op de oranje 'Reboot'-knop om te Autopilot te laten herstarten.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pcnautic.gitbook.io/autopilot/nederlands/bediening/webinterface-apps/maintenance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
