# How to install .NET 4.8+

## Install .NET 4.8

To install .NET 4.8, all you need to do is run Windows Update on your server.

{% embed url="<https://www.youtube.com/watch?v=H6YZ2Oy1fBA>" %}

{% content-ref url="/pages/-MHOOYmFm9LxWsm5-8zm" %}
[How do I update my server?](/basics/how-to-update-windows.md)
{% endcontent-ref %}

## Video Guide / How-To Video

{% embed url="<https://youtu.be/ysrCOk8IC2E>" %}

## Install .NET 5.0 & .NET 6.0

To install .NET 5.0, you can use the ZestyTool tool downloader to install or download it directly from the Microsoft website.

{% content-ref url="/spaces/-MN-wB42KCVJdg\_\_Bzx3" %}
[ZestyTools](https://zestytools.zesty.group/)
{% endcontent-ref %}

#### Step 1.&#x20;

Download the [ZestyTool](https://zestytools.zesty.group/tools/zestytool) from the link above and **run it as Administrator**.

#### Step 2.

Navigate to the Download Tools section of ZestyTool.

![](/files/CiQvhOmjwHnuUq1b2VhA)

#### Step 3.&#x20;

Select .NET 5.0 or .NET 6.0 from the dropdown and then click **Download and Install**.

![](/files/sulz4u1DS30jijNLM0IC)

#### Step 4.

You will be prompt with a popup to install .NET Desktop Runtime, click install.

![](/files/FTvhI4IXb66jKAwdLw4D)

You should be all done after this!

![](/files/ThdrZApadczbYA4UDCUW)

## .NET 5.0 & 6.0 Downloads (Manual)

.NET 5.0: <https://dotnet.microsoft.com/en-us/download/dotnet/5.0>\
.NET 6.0: <https://dotnet.microsoft.com/en-us/download/dotnet/6.0>

Please make sure to install the **.NET Desktop Runtime x64** version.&#x20;


---

# Agent Instructions: 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-servers.zesty.group/software/how-do-i-install-dotnet.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.
