# Part 1-Syncfusion Dashboard Server Installation

## Get the Installation Package

{% hint style="info" %}
This instruction assumes you are installing to a server on-premise or that you have already achieved access to the cloud server.

You will need to contact Alemba Support, your Account Manager, or Alemba Professional Services to get the ***SyncfusionDeployment pack*** files.
{% endhint %}

1. Download the package provided to the SF application server to the **Downloads Folder**.
2. Go to the **Downloads folder**
3. **Right-click** on the *<mark style="color:red;">**SyncFusionDeploymentxxx.zip**</mark>* package and **click** **Properties**.

The properties Dialog box should appear

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

4. On the Properties dialog box, select the **Unblock** tick box&#x20;
5. Click **Apply**
6. Click **OK**, to close the Dialog box
7. **Right-click** the *<mark style="color:red;">**SyncFusionDeploymentxxx.zip**</mark>* file&#x20;
8. Click **Extract**
9. **Extract the folder to the C:\ drive location**.&#x20;

{% hint style="info" %}
For the next steps to be easier/less complex, extract to the root of C:\ and remove any other pre-filled file location in the field.
{% endhint %}

10. Once the Extraction window closes, go to the **Start Menu**, in the bottom left corner of the taskbar&#x20;
11. **Right-click on the start menu icon** and select **Windows-PowerShell (Admin)**
12. When PowerShell opens, navigate to the install folder that you extracted earlier, by running the below command.&#x20;

{% code overflow="wrap" fullWidth="false" %}

```powershell
Cd C:\SyncFusiondeploymentX.X\SyncFusionDashboardServerInstaller.v1.0.13\Packages
```

{% endcode %}

{% hint style="info" %}
**PLEASE NOTE**: <mark style="color:red;">**X.X**</mark> in the string above should be replaced with the package version name e.g. 8.0 or 9.0, so would end up looking like: *cd C:\SyncFusionDeployment8.0\\.....*
{% endhint %}

13. Run the AlembaDashboardInstall.ps1 file by adding the following code in Powershell and pressing Enter on the keyboard:

```powershell
.\AlembaDashboardInstall.ps1
```

14. Answer the following prompts as they appear:

<figure><img src="/files/05JhRTNqIe9av8YDlhec" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The answer is usually **n.**

**Best Practice**

Do not install Syncfusion on the same server as ASM. The ASM 10.+ Upgrade package removes/deletes the IIS configs for all other web pages on the App server.  This will break ASM. For this reason, SF is never installed on the ASM application server.
{% endhint %}

## Install the Dashboard Server

1. **When you are prompted to install the Dashboard Server**, Answer with a **y**
2. Press **Enter**

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

## **Install the User Management Server**

1. **When you are prompted to install the User Management Server**, Answer with a **y**
2. Press **Enter**

<figure><img src="/files/45kFIZyfmGt3qBBS27H9" alt=""><figcaption></figcaption></figure>

## Install the Dashboard Platform SDK

1. **When you are prompted to install the Dashboard Platform SDK**, Answer with a **y**
2. Press **Enter**

<figure><img src="/files/9rX9E3OsFbZY5i9Qn0wy" alt=""><figcaption></figcaption></figure>

## Exit PowerShell

Once the Dashboard Platform SDK has completed its install, you will be returned to the command line. &#x20;

1. Type **Exit**
2. Press **Enter**

```
C:\Syncfusion\Dashboard Server\DashboardServer.Web\App_Data\SchedulerService
```

<figure><img src="/files/4PgrxGuPzpLSBcjrkCC9" alt=""><figcaption></figcaption></figure>


---

# 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.alemba.com/asm-hermes/setup-and-configure-asm/installation-and-patching/installation-guide-for-syncfusion-dashboards/part-1-syncfusion-dashboard-server-installation.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.
