# Lost connection to local service

**The following error is displayed when opening eazyBackup:**

`"Lost connection to local service.`\
`Post /auth: open \.\pipe{backup.delegate Background Service}: The system cannot find the file specified."`

This error indicates that the background service (eazyBackup delegate service) is either not running in the background or not present.

#### To resolve this issue, please restart the background services:

From the Windows search box type `services.msc` and open the Services App.

<img src="https://eazybackup.com/wp-content/uploads/2019/11/Services-App.png" alt="" width="563">

Locate the eazyBackup Delegate and Elevator services.

Select each of the services and click the Restart button in the left side menu.

Verify that the service status shows Running after restarting both the delegate and elevator services.

<img src="https://eazybackup.com/wp-content/uploads/2019/11/eazyBackup-Services.png" alt="" width="563">

At this point you should be able to open eazyBackup normally from the start menu shortcut.

<img src="https://eazybackup.com/wp-content/uploads/2019/11/eazyBackup-login.png" alt="" width="375">

***

[eazyBackup](https://eazybackup.com)


---

# Agent Instructions: 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:

```
GET https://docs.eazybackup.com/troubleshooting/lost-connection-to-local-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
