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 7.0 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 7.0 Runtime - Windows Hosting Bundle installation file:
wget "https://download.visualstudio.microsoft.com/download/pr/19927e80-7df2-4906-badd-439502008177/cb55d49c06a3691965b4bcf934ead822/dotnet-hosting-7.0.5-win.exe" -OutFile dotnet-hosting-7.0.5-win.exe -UseBasicParser
3. To run the ASP.NET Core 7.0 Runtime - Windows Hosting Bundle installation file:
.\dotnet-hosting-7.0.5-win.exe
4. To run the MSI installation file to open the Master Panel Setup Wizard:
msiexec /i SytecaMasterPanel.msi