Skip to content

Login to Sample Web UI

The web portal is available for login after the deployment of the MPS, RPS, and Sample Web UI. Make sure all microservices are successfully running before attempting to login.

Getting Started Part 2: Follow along to learn about the Sample Web UI and the various profiles: CIRA Configs, AMT Profiles, and Domain Profiles. Additional Resources: Passwords and What They Mean, Provisioning Certificates, and Setting a DNS Suffix via MEBX

Log In

  1. Open any modern web browser and navigate to the following link.

    https://<Development-IP-Address>
    

    Important - URL of Sample Web UI

    You must use the development system's IP address in the URL. Localhost or 127.0.0.1 will NOT work. Read more about Kong API Gateway to find out why. The development system's IP address is where the Docker containers are running.

  2. A warning screen will prompt because the MPS Server is using self-signed certificates for testing. Click Advanced and then Proceed to continue to connect to the Sample Web UI.

    Example - Chrome* Browser Warning Message

    Figure 1: MPS Warning Message
    Figure 1: MPS warning message

  3. Log in to the web portal with the login credentials set for the environment variables MPS_WEB_ADMIN_USER and MPS_WEB_ADMIN_PASSWORD in the .env file.

  4. The home page is shown below in Figure 2.

    Example - Sample Web UI Home Page

    Figure 2: Sample Web UI Home Pageg
    Figure 2: Sample Web UI home page

Next up

Create a CIRA Config

Back to top