> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/knowledge-base/how-to-articles/configure-devolutions-server-to-always-be-available.md).

# Configure Devolutions Server to always be available

To prevent that the Devolutions Server web application will recycle periodically and to be on idle mode, please follow these instructions.

1. Open IIS Manager and expand the ***Tree View*** and select ***Application Pools***. In the ***Application Pools*** list, select your web application and click on ***Advanced Settings*** in the Actions panel on the right. Then, change the ***Start Mode*** option to the value ***AlwaysRunning***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4371.png" alt=""><figcaption></figcaption></figure>
2. Still in the ***Advanced Settings***, set the ***Idle Time-Out (minutes)*** option to the value 0. When this value is set to a value different to zero, on the first connection to the web site after an idle period, the application pool needs to create a new process, loads all needed frameworks. These operations can be very slow.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4370.png" alt=""><figcaption></figcaption></figure>
3. Finally, set the ***Regular Time Interval (minutes)*** option to the value 0. This will prevent the application pool to recycle periodically.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4369.png" 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.devolutions.net/server/knowledge-base/how-to-articles/configure-devolutions-server-to-always-be-available.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.
