Installation

The Active Caching Management UI allows you to deploy and manage modules. In the following section, you will learn how to install and configure it.

Prerequisites

Before you install the Active Caching Management UI, you need to install and configure a ScaleOut StateServer cluster. Refer to the StateServer quick start guide for details on how to install on Windows or Linux.

Install the Active Caching Management UI

  1. Download the Windows installer from ScaleOut Support Downloads page.

  2. Run the MSI and go through the steps of the installation wizard:

Install_01

Accept the terms of the license agreement: Install_02

Select an installation folder: Install_03

Complete the installation: Install_04

Install the provided self-signed certificate

For convenience, the ScaleOut Active Caching installation comes with a self-signed TLS certificate. This self-signed certificate is not intended for production usage and should be replaced with a trusted certificate. Follow our step-by-step guide to use your trusted certificate within your domain.

The provided self-signed certificate is located in your installation folder:

C:\Program Files\ScaleOut_Software\ActiveCachingWebUI\WebService.Api\certs

  • Right-click on the public key certificate file (default-sossac-cert.crt) and choose Install Certificate. The Certificate Import Wizard will appear.

  • Select the Local Machine store location and click Next.

  • Select Place all certificates in the following store and click on Browse.

  • Select the Trusted Root Certification Authorities store and click Ok.

  • Click Next and then Finish to complete the installation of the public key certificate.

Open the ScaleOut Active Caching Management UI

Note

Make sure you install the self-signed certificate before you open the Active Caching Management UI.

On the computer where you completed the installation, open https://localhost:7701 in a web browser to access the ScaleOut Active Caching Management UI.

UI_01

Press Login to authenticate.

UI_02

On that page, you can use the built-in Administrator account:

  • Email: admin@localhost.net

  • Password: Sc@le0ut

To register new users, or manage passwords and membership roles, please refer to the Manage Users page.

Once authenticated, you will land on the home page of the ScaleOut Active Caching Management UI.

UI_05

Verify that the connection to your ScaleOut StateServer cluster is correct. In the left navigation pane, select Account & Settings, then click on IP Configuration.

UI_03

If you installed the ScaleOut Active Caching Management UI on the same computer as the ScaleOut StateServer cluster, you can use the default localhost address. Otherwise, enter the IP addresses of all hosts in your StateServer cluster and click Save Changes.

UI_04

ScaleOut Active Caching Management UI allows you to add and manage modules, add connections to external messaging services such as Azure IoT Hub or Kafka, and add connections to persistence services such as Dynamo DB, SQL Server or Cosmos DB.

You will also be able to create and run queries and charts for your modules, and track usage statistics.

You are now ready to build your first module.