> For the complete documentation index, see [llms.txt](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/readme/installation/license-file-introduction.md).

# License File Introduction

The FlexNet licensing has been implemented in DANTE software to support various licensing types, including floating / node-locked licenses, single / multiple concurrent jobs licenses, and commercial / research / teaching features.

The standard license type for DANTE FEA Feature is floating / commercial license, and the standard license type for Utility Tools is node-locked license.

Figure below shows an example of a floating license key (default for FEA package).

<figure><img src="/files/17khdsEdJ5pSbZQm5sgJ" alt=""><figcaption></figcaption></figure>

Figure below shows an example of a node locked license key (default for utility tools).

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

The node locked license doesn’t support the installation on server allowing remote login from users. If the remote login is required to run DANTE on a server, contact DANTE Solutions for remote login permission (ONE\_TS\_OK).

Figure below shows an example of this type of license key, and “ONE\_TS\_OK” **remote login** feature should be added to the license (note: this is a special feature needs to be granted by DANTE, special agreement and fees may apply ).

<figure><img src="/files/KOSC6RDKtcrt0RtPL0Oq" 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, and the optional `goal` query parameter:

```
GET https://dante-solutions-inc.gitbook.io/dante-6.3-help-documentation/readme/installation/license-file-introduction.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
