> 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/troubleshooting.md).

# Troubleshooting

This page helps resolve the most common issues related to application packaging and remote deployment.

### Quick diagnostics

| Issue                                               | What to check first                                          |
| --------------------------------------------------- | ------------------------------------------------------------ |
| The installer cannot be added                       | Whether the file has been added `.exe` or `.msi`             |
| The installation failed with an error               | The installation command and the full log                    |
| The application was not detected after installation | Verification settings: process, registry entry, or file path |
| The task was not executed                           | eAgent status and the date of the computer's last connection |
| The task cannot be stopped                          | A task forwarded to the computer cannot be canceled          |

### Installer packaging

<details>

<summary><strong>The system cannot find the installer file</strong></summary>

Check whether the selected file still exists in the repository and whether the installer has not been deleted or replaced with a newer version.

</details>

<details>

<summary><strong>The file cannot be added to the repository</strong></summary>

The private repository supports only files `.exe` and `.msi`. Other file types must be handled through the Task Server.

</details>

### Remote deployment

<details>

<summary><strong>The installation failed with an error</strong></summary>

Open the full operation log and check the installation command, parameters, and file availability. You can use the option **Ask AI**to analyze the log messages.

</details>

<details>

<summary><strong>The application was installed, but the system does not detect it</strong></summary>

Check the installation verification configuration. Make sure that the process name, registry entry, or file path matches the actual state on the computer.

</details>

<details>

<summary><strong>The task was not executed on the computer</strong></summary>

Check whether the computer is online and whether eAgent connected to the server after the task was created.

</details>

<details>

<summary><strong>I want to cancel a running task</strong></summary>

A task that has already been forwarded to the computer cannot be canceled. Deleting its entry from the list of current operations does not stop execution.

</details>

### Error report

For the report to be analyzed efficiently, it should contain all information required in the procedure below.

Reports should be sent to:

<support@eauditor.eu>

In the report, provide:

* contact details of the person responsible for communication regarding the report,
* the most detailed possible description of the issue,
* the name or login of the user affected by the issue,
* the name of the associated computer,
* whether the issue affects one user or multiple users,
* the name of the tab where the issue occurs,
* a description of the steps taken to resolve the issue independently,
* the date and time the issue occurred,
* eAgent status and the date of the computer's last connection,
* applied filters and the selected time range,
* screenshots, error messages, or other materials helpful in the analysis.

After sending a message to <support@eauditor.eu> the report will be automatically acknowledged with a reply message.

If you do not receive confirmation, the report may not have reached the support team. In that case, check that the recipient address is correct and send the message again.

{% hint style="danger" %}
Do not send passwords, credentials, access keys, or any other authentication information. If the analysis requires additional data, technical support will indicate a secure method for transferring it.
{% endhint %}


---

# 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/troubleshooting.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.
