> 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/network-license-server-renewal.md).

# Network License Server Renewal

{% hint style="info" %}
**Note:** For easier end-user access, it is recommended to install the Network License Server on the same machine as the Revit Server
{% endhint %}

## For Admin

{% hint style="warning" %}
If the license will be activated on the same workstation or server, simply use new codes in Activation tab of your license server dashboard.
{% endhint %}

1. Remove the current Network License Server:\
   Go to Control Panel > Programs & Features > 'Uninstall'
2. Find and delete the registry folder: \
   2.1. Hold the 'Windows key' and press 'R' key\
   2.2. In the new ‘Run’ window, type 'regedit' and press 'Enter' key\
   2.3. Locate and delete the registry folder -HKEY\_LOCAL\_MACHINE\SOFTWARE\Wow6432Node\InishTech
3. Install [Network License Server](https://cdn.iv.agacad.com/attachments/1078/NetworkLicenceServer-4.0.2020.2.msi)
4. Go to your network license dashboard: '*http\://**YourServerName**:2468/Web/Activation/Add'* and activate your network pool using new codes
5. Open Activation tab in NLM Server
6. Enter provided activation key in Activation key field and click Submit

![](/files/OoFC3TNwpkJeLCfw4JUb)

## **For End User**

{% hint style="info" %}
Make sure your workstation has the [latest ARKANCE Dock installed](/getting-started/quick-start/arkance-dock-installation-guide.md)
{% endhint %}

1. Launch Revit® > open any project
2. Navigate to the [license manager](#user-content-fn-1)[^1] > Manage

![](/files/Oc26twHXYHNsacGphF68)

4. Set your [license server address](#user-content-fn-2)[^2] > Save

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

{% hint style="info" %}
License server address is the server Hostname or IP address with port number '8731' \
\
Example: *http\://**YourServerName**:8731 or with IP address http\://**192.X.X.X**:8731*
{% endhint %}

5. You should now see a list of available licenses on the server.\
   Select your tool or solution > click 'Install'

{% hint style="info" %}
Technical documentation and training videos are available directly from the Dock\
\
Click the tool > click the '?' (question mark icon):

<img src="/files/RFGQf4vXGyIBzOcuUeT7" alt="" data-size="original">
{% endhint %}

<details>

<summary>Having troubles?</summary>

1. Common issue - [Server Error in ‘/Web’ Application](/getting-started/troubleshooting/network-license-server-error-in-web-application.md)
2. Common issue -  [Server Installation Error ](/getting-started/troubleshooting/network-license-server-installation-error.md)
3. More common solutions - [Troubleshooting guide](/getting-started/troubleshooting.md)
4. Reach out to <support@besmart.software> for personal assistance

</details>

[^1]: The gear icon in the bottom right corner

[^2]: License server address is the server Hostname or IP address with port number '8731' \
    \
    Example: *http\://**YourServerName**:8731 or with IP address http\://**192.X.X.X**:8731*


---

# 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/network-license-server-renewal.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.
