Skip to main content
Skip table of contents

3.1. Installing the Master Panel on Windows Server 2019 Core

NOT AVAILABLE IN SAAS


If you are installing the Master Panel on Windows Server 2019 Core, you first need to install the following system components manually:

• Internet Information Services (IIS)

• ASP.NET Core 3.1 Runtime - Windows Hosting Bundle or higher

 

On Windows Server 2019 Core, the PowerShell admin prompt can be used with the commands listed below.

 

To install the Master Panel on Windows Server 2019 Core, run the following PowerShell commands:

1. To install Internet Information Services (IIS):

Install-WindowsFeature -name Web-Server -IncludeManagementTools

2. To download the ASP.NET Core 3.1 Runtime - Windows Hosting Bundle installation file:

wget "https://download.visualstudio.microsoft.com/download/pr/d8b046b7-c812-4200-905d-d2e0242be9d5/53d5698d79013be0232152ae1b43c86b/dotnet-hosting-3.1.11-win.exe" -OutFile dotnet-hosting-3.1.11-win.exe -UseBasicParser

        3. To run the ASP.NET Core 3.1 Runtime - Windows Hosting Bundle installation file:

.\dotnet-hosting-3.1.11-win.exe

        4. To run the MSI installation file to open the Master Panel Setup Wizard:

msiexec /i EkranMasterPanel.msi


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.