> For the complete documentation index, see [llms.txt](https://docs.besmart.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.besmart.software/getting-started/troubleshooting/network-license/standalone-vs-network-license.md).

# Standalone vs Network license

We offer standalone (SLM) licenses for your company.

{% hint style="warning" %}
While it was possible to purchase network (NLM) licenses in the past, due to a change in company sales policy, **network licenses are no longer available for purchase** as of Q4 2024.
{% endhint %}

For customers who previously purchased an NLM license, instructions are provided here and elsewhere in our documentation hub.

![](/files/rEPNZSIdJLjivSTiSSZc)

{% tabs %}
{% tab title="Standalone" %}
A standalone license permits the software to be installed on a single workstation (1 license = 1 computer) without the need to be connected to a company network.&#x20;
{% endtab %}

{% tab title="Network" %}
A network license allows a number of users on the same network (or using a VPN connection) at your organization to share access to product licenses. Your server controls the distribution of licenses to users. For companies with many users, the network license may be the solution to ensure software users have access to the right products at the right time – without having to install a standalone license on every user’s computer.
{% endtab %}
{% endtabs %}

![](/files/grMzVZAAyOvMpAMCmkgv)

<details>

<summary>How does the Network License work?</summary>

Network licenses can be shared among multiple employees. The Network License Manager (NLM), installed on one or more servers, controls the distribution of product licenses to users. The fixed subscription / annual fee for the network license is applied per server (not per license).

For example, if you have 8 seats of Excel2R, the software can be installed on as many workstations as you like, but only 8 users will be able to obtain the license at the same time. If a 9th user wants to use a license of Excel2R but all of them are currently in use, he will get an error message that the license is unavailable. One of the 8 active users should release a license or close Revit in order to free a seat for the 9th user. Any user can check license usage and who is currently using a given tool in the web browser dashboard.

</details>


---

# 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://docs.besmart.software/getting-started/troubleshooting/network-license/standalone-vs-network-license.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.
