> 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-infrastructure/computers/computer-card/management.md).

# Management

Tab **Management** It enables remote operations on the computer. It provides a terminal, file explorer, and tools for managing services and processes.

{% hint style="warning" %}
Remote management functions may affect the operation of the system and user applications. They should be used only by persons with appropriate permissions.
{% endhint %}

### Terminal

The Terminal enables remote execution of CMD and PowerShell commands.

To start a session, open the **Terminal** and click **Start**.

<figure><img src="/files/9ca864533cd8be34d9c25433391bca7cbb3d8640" alt="przycisk Start w terminalu" width="375"><figcaption></figcaption></figure>

Available options:

* executing CMD commands,
* executing PowerShell commands,
* generating command suggestions using AI integration.

{% hint style="warning" %}
**Important**

AI-generated commands must be reviewed carefully before execution. An incorrect command may change system configuration, delete data, or interrupt device operation.

The software manufacturer is not responsible for content submitted by users to the chat or for the consequences of executing generated commands.

Before making the feature available to employees, inform them not to submit confidential data, personal data, passwords, access keys, or other protected information, especially if prohibited by the organization's security policy. Content entered into the chat is sent to the OpenAI service to generate a response.
{% endhint %}

### File Explorer

File Explorer enables browsing and remote management of the computer's file system.

Available operations include:

* opening folders,
* downloading files,
* deleting files,
* moving files,
* sorting and filtering content.

For each item, information such as name, type, size, creation date, modification date, and last access may be displayed.

<figure><img src="/files/b1795f4cf33a00ff2707cbaacb1fa78bca6312c2" alt="Eksplorator plików" width="375"><figcaption></figcaption></figure>

{% hint style="danger" %}
Before deleting or moving a file, make sure it is not required by the system, an application, or a user.
{% endhint %}

### Services

View **Services** shows the services running on the computer.

Available information may include:

* service name,
* current status,
* additional description,
* SID identifier.

The administrator can remotely:

* start a service,
* stop a service,
* restart a service,
* sort and filter the list.

{% hint style="warning" %}
Stopping a system service may result in loss of some system functions or interruption of communication with the device.
{% endhint %}

### Processes

View **Processes** shows the processes running on the computer.

Available data includes, among other things:

* process name,
* type,
* PID identifier.

The administrator can perform stop operations for the selected process.

{% hint style="warning" %}
Stopping a process may close the application and result in loss of unsaved user data.
{% endhint %}

### Frequently asked questions

<details>

<summary><strong>Why can't I start the terminal?</strong></summary>

Check whether the computer is Online, eAgent is working correctly, and whether the RTC service has been installed; if not, go to [actions](/eacloud-docs-en/features/it-infrastructure/computers/actions.md).

</details>

<details>

<summary><strong>Does the computer user see the commands being executed?</strong></summary>

The commands run in the background and are not visible to the user. Before using remote tools, follow the policies applicable in the organization.

</details>

<details>

<summary><strong>Why can't I open or delete a file?</strong></summary>

The file may be in use by another application, protected by permissions, or unavailable to the context in which the remote operation is running.

</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-infrastructure/computers/computer-card/management.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.
