> For the complete documentation index, see [llms.txt](https://docs.storware.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storware.eu/70/protecting-endpoints/endpoint-client/client-console-menu.md).

# Client console menu

The Storware Endpoints client console can be run by a user in two ways:&#x20;

* by clicking the Storware Endpoints ikon on the user's desktop (or from the Windows Start menu: Start->Storware->Endpoints)
* from the context menu (right mouse button anywhere on the desktop and choose KODO)

## Overview

In the **Overview** view, the basic information about client settings and backup status is displayed:

1. Protection status and last backup (synchronization) time.
2. Assigned policy.
3. Continuous Data protection status.
4. The size of the data that is currently protected in the backup.

{% hint style="info" %}
**Note:** You can pause Storware Endpointsclient just by clicking "**Enabled**" and select one from the available options (15 minutes, 1 hour, 4 hours, or until the next restart).
{% endhint %}

![](/files/peohX2RLCxsXUjm7KFvr)

In the **Backups** view, you can browse and recover protected files and folders. You also have a search window (upper right corner of the window) to find files by name or extension (you can use the asterisk as well).

![](/files/9QFJbi6XflvgQvA0UKf9)

To display all available file versions click the watch icon in the **Versions** column.

![](/files/Oq768TGoP2OQ10wYOgLr)

You can also use the time slider and the calendar to go to another "**point-in-time**" moment to restore the data you need.

In the **Settings** view you can set:

* **Server**- the IP or the name of the Storware Endpoints server
* **Language** - you can choose the language Same as Microsoft Windows, English, Českỳ, or Polski.
* **Maximum download speed (kbps)**&#x20;
* **Maximal download speed (kbps)**
* **Enable data encryption**- a user can set the password to encrypt backup (the password will be required during the recovery process).

![](/files/JYI4S2IOk142VPFTYaRo)

If any previous backups are stored on the Storware Endpoints KODO server, existing backups will be deleted when encryption is enabled.

![](/files/IAMeKE1NeJbOtFelWKOM)

Set a password and confirm it. It takes a while to set up the password.

## Backups

{% hint style="info" %}
**Note:** Storware Endpoints client will not backup zero-size files!
{% endhint %}

![](/files/tXPwVaQ2kyXPa4w0HLI2)

On this tab, you can perform a restore of files from previous backups.

To restore files or files, just select the day and time of backup in the upper left corner

![](/files/798WNHBsypSJ6IixrA67)

and then select a directory and/or file(s) to restore. You can restore whole directories instead of individual files too by checking up directories. After selection just clicks the **Restore** button and choose a restore location.

![](/files/8FzU8q9fOfnTinqJHfy1)

After all, click one more time the **Restore** button.

If there is a conflict with an existing file, you can choose a restoring action:

* **Overwrite** - to overwrite all existing files that conflict with restore
* **Skip** - to skip restore of all conflicting files
* **Decide for each file** - decide what to do on every restored file
* **Cancel** - for cancel operation.

The operation may be canceled by clicking the **Cancel** button.

Click the **Done** button to finish. The restore process is finalized.

## Settings

On the Settings tab, you can change server settings, and interface language and turn on or off data encryption.

After changing values just click the **Save** button.

To restore previous values click the **Reset** button.

On this tab, you can open the logs folder for troubleshooting by clicking the **Open Log folder** at the bottom right corner.

![](/files/0vZRRwBdTYuuiXltC7AR)

* To enable data encryption just check the box and confirm the warning message.

{% hint style="info" %}
**Note:** Enabling or disabling encryption will erase all previously created backups!
{% endhint %}

After that backup will be encrypted.

To disable encryption just unselect the checkbox, confirm the warning message and provide a previously set password.


---

# 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://docs.storware.eu/70/protecting-endpoints/endpoint-client/client-console-menu.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.
