> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/writebackextreme/troubleshooting-and-faq/application-startup/writebackextreme-does-not-start-after-rebooting-server-even-though-it-is-running-as-a-service.md).

# WriteBackExtreme does not start after rebooting server even though it is running as a service

This can have two causes:

1. The WriteBackExtreme application could have experienced an unexpected shutdown. The service is not able to restore the correct configuration files. A common fix for this is to open WriteBackExtreme.exe manually and close it. After closing the application manually,  the configuration files are reset and the service should be able to start again.
2. Another common cause of this is when the repository database is mysql, postgresql or sql server on the same machine it could be that WriteBackExtreme is started before the database is started. When this happens you will see database connection errors in the log files. This can be resolved by adding a delayed start in the service configuration.

**Linux**

Add a sleep to the service file (typically located at /etc/systemd/system/WriteBackExtreme.service)

ExecStartPre=/bin/sleep 15

**Windows**

* Open services.
* Look for WriteBackExtreme service
* Right click and select properties
* On the general tab, select Automatic (delayed start) as startup type.&#x20;

<figure><img src="/files/p2KGB4jXW2gsRLdqeXad" alt=""><figcaption></figcaption></figure>


---

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

```
GET https://docs.infotopics.com/writebackextreme/troubleshooting-and-faq/application-startup/writebackextreme-does-not-start-after-rebooting-server-even-though-it-is-running-as-a-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.
