> 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/could-not-startup-server-contact-apps-for-tableau-support-when-the-problem-persists.md).

# Could not startup server, Contact Apps For Tableau support when the problem persists

The app server is unable to start. This can have multiple causes, such as:

* The application is configured as administrator but is currently not running with administrator privileges.
* Another WriteBackExtreme process might be running in the background. Open Task manager and select the `Details` tab. You should have only one process called WriteBackExtreme.
* Other processes might be running on the port that is configured in WriteBackExtreme. You can do that with this command in cmd:

<a class="button secondary">Copy</a>

```
netstat -aon
```

* Open Powershell and navigate to the directory where WriteBackExtreme.exe is located. run this command to manually trigger the application server:

<a class="button secondary">Copy</a>

```
./WriteBackExtreme.exe serve
```

This command might give more details about what went wrong.

* Check the error logging in `./wbe-runtime/storage/logs/` This will probably show the underlying reason. We have [a page of common error messages](https://docs.infotopics.com/writebackextreme/support/troubleshooting/errors) you might see that will help you solve the problems.


---

# 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/could-not-startup-server-contact-apps-for-tableau-support-when-the-problem-persists.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.
