> 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/web-interface/administration/configuration/server-settings/general/advanced.md).

# Advanced

The **Advanced** section allows administrators to customize connection settings, including adjusting the **Refresh token lifetime** and specifying the application used to launch connections.

![](https://cdnweb.devolutions.net/docs/DVLS4160_2025_1.png)

#### Features

<table><thead><tr><th width="212">Category</th><th>Description</th></tr></thead><tbody><tr><td>Refresh token lifetime (minutes)</td><td>This the duration time of the token. At the expiration of the token, the user must again authenticate himself on the Devolutions Server instance. When updated, the Devolutions Server needs to be restarted using the Stop Server/Start Server button on the Devolutions Server Console.</td></tr><tr><td>Automatically logout idle users after (minutes)</td><td>Enter the delay for the user to be disconnected from the server if inactive. This value must be lower than the Refresh token lifetime parameter. This parameter is applied on the web interface or with the <a href="https://docs.devolutions.net/password-manager/browser-extension/">Devolutions Password Manager browser extension</a> It has no effect on Remote Desktop Manager. When updated, the Devolutions Server needs to be restarted using the Stop Server/Start Server button on the Devolutions Server Console.</td></tr><tr><td>Launch connection with</td><td>Sets the application that opens remote connections: Remote Desktop Manager or Devolutions Launcher. Default refers to Devolutions Launcher.</td></tr></tbody></table>


---

# 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/web-interface/administration/configuration/server-settings/general/advanced.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.
