> 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/eacloud-docs-en/features/it-management/remote-installation.md).

# Remote installation

Functionality **of remote installation** enables remote installation and uninstallation of applications on computers with eAgent installed. The administrator first prepares the installer in the repository and then launches the task on selected computers or groups.

<figure><img src="https://3262380731-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>View of the Installation Server with the application repository and operation history.</em></p></figcaption></figure>

### Application repositories

The system provides two types of repositories:

| Repository | Contents                                                                                                                    |
| ---------- | --------------------------------------------------------------------------------------------------------------------------- |
| Public     | Installers prepared by the vendor. The user cannot edit them.                                                               |
| Private    | Installers added by administrators of a given eAuditor cloud instance. They are visible and editable only in that instance. |

In the cloud version, installation files are stored in the eAuditor cloud infrastructure.&#x20;

### Current operations and logs

Tab **Current operations** displays installation and uninstallation tasks launched immediately or scheduled for a later time.

Removing a task from the list does not interrupt an operation that has already been sent to the computer.

Tab **Logs** contains a history of completed operations together with their results. After opening the full log, you can use the option **Ask AI**to analyze the messages and more easily determine the cause of the problem.

### FAQ

<details>

<summary><strong>What files can I add to the repository?</strong></summary>

In the installers repository, you can add files `.exe` and `.msi`. Scripts and other file types are handled by [**Task Server**](broken://pages/f8c600f058b91801d63560659c93f0ee5e5cb418).

</details>

<details>

<summary><strong>Can I stop a running task?</strong></summary>

No. Removing the entry from the current operations list does not interrupt a task already sent to the computer.

</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/eacloud-docs-en/features/it-management/remote-installation.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.
