> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/funkcje/zarzadzanie-it/zdalna-instalacja.md).

# Zdalna instalacja

Funkcjonalność **zdalnej instalacji** umożliwia zdalne instalowanie i odinstalowywanie aplikacji na komputerach z eAgentem. Administrator najpierw przygotowuje instalator w repozytorium, a następnie uruchamia zadanie na wybranych komputerach lub grupach.

<figure><img src="https://1156024472-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fdzip3GyvGq5q5J3qckWN%2Fuploads%2FLV58xstovsdH9weDfNOX%2Fimage.png?alt=media&amp;token=6f337d2d-222a-428d-858a-69f4edd8fe72" alt="Widok Serwera instalacji z repozytorium aplikacji oraz historią operacji." width="375"><figcaption><p><em>Widok Serwera instalacji z repozytorium aplikacji oraz historią operacji.</em></p></figcaption></figure>

### Repozytoria aplikacji

System udostępnia dwa typy repozytoriów:

| Repozytorium | Zawartość                                                                                                                    |
| ------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| Publiczne    | Instalatory przygotowane przez producenta. Użytkownik nie może ich edytować.                                                 |
| Prywatne     | Instalatory dodane przez administratorów danej instancji eAuditor cloud. Są widoczne i edytowalne wyłącznie w tej instancji. |

W wersji cloud pliki instalacyjne są przechowywane w infrastrukturze eAuditor cloud.&#x20;

### Bieżące operacje i logi

Zakładka **Bieżące operacje** prezentuje zadania instalacji i odinstalowania uruchomione od razu lub zaplanowane na późniejszy termin.

Usunięcie zadania z listy nie przerywa operacji, która została już przekazana do komputera.

Zakładka **Logi** zawiera historię wykonanych operacji wraz z ich wynikiem. Po otwarciu pełnego logu możesz skorzystać z opcji **Zapytaj AI**, aby przeanalizować komunikaty oraz łatwiej ustalić przyczynę problemu.

### FAQ

<details>

<summary><strong>Jakie pliki mogę dodać do repozytorium?</strong></summary>

W repozytorium instalatorów możesz dodać pliki `.exe` oraz `.msi`. Skrypty i inne typy plików obsługuje [**Serwer zadań**](broken://pages/Rv2SpecNgTb4suvb7lmf).

</details>

<details>

<summary><strong>Czy mogę zatrzymać uruchomione zadanie?</strong></summary>

Nie. Usunięcie wpisu z listy bieżących operacji nie przerywa zadania już przekazanego do komputera.

</details>


---

# 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://eaclouddoc.eauditor.eu/funkcje/zarzadzanie-it/zdalna-instalacja.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.
