Skip to content

Initial Login and Setup

Upon your first visit to MemVerge.AI, you will be presented with the initial login screen, as shown below. This screen prompts you to enter a password to access the system.

Initial Login Screen

Initial Login Screen

Enter Username and Password

To log in for the first time, you need to retrieve the auto-generated bootstrap password for your MemVerge.AI installation. Follow the instructions relevant to your deployment method:

  1. Identify your Installation Type: Determine whether your MemVerge.AI instance was installed using docker run or Helm.

  2. Retrieve the Bootstrap Password:

  3. For docker run Installations:

    1. Open your terminal or command prompt.

    2. Run the command docker ps to find the container ID for your MemVerge.AI instance.

    3. Replace

      container-id
      

      in the example command with the actual container ID you found, then execute:

      Bash

      docker logs <your-container-id> 2>&1 | grep "Bootstrap Password:"
      

      The output will display your bootstrap password.

  4. For Helm Installations:

    1. Open your terminal or command prompt.

    2. Execute the following command:

      Bash

      kubectl get secret --namespace cattle-system bootstrap-secret -o go-template='{{.data.bootstrapPassword|base64decode}}{{"\n"}}'
      

      The output will display your bootstrap password.

  5. Enter the Password: Once you have retrieved the bootstrap password, enter it into the "Password" field on the MemVerge.AI login screen.

  6. Log In: Click the Login with Local User button.

Reset Password Screen

After clicking on the Login with Local User button, you will be presented with the Reset Password Screen: Reset Password Screen

The system prompts you to configure the default administrator password and the primary server URL for your MemVerge.AI installation. The screen presents options for setting the administrator password and defining the server's access URL. This is a critical step for securing your deployment and ensuring proper communication within your cluster.

Complete Initial Admin Setup

Follow these steps to complete the initial administrator setup:

  1. Set the Administrator Password:
  2. Option A: Use the Generated Password (Recommended):
    1. Ensure "Use a randomly generated password" is selected.
    2. Click the Copy button next to the generated password field.
    3. Securely save this password immediately. This is your primary administrator password for future logins.
  3. Option B: Set a Specific Password:
    1. Select the "Set a specific password to use" radio button.
    2. Enter your desired strong password into the now-enabled "Password" input field.
    3. (Optional) Click "Suggest a password" for a recommendation.
    4. Securely save this custom password.
  4. Verify/Configure Server URL:
    • Review the URL displayed in the "Server URL" field.
    • Important: This URL must be accessible by all nodes in your clusters and should be the URL administrators and users will use to access the MemVerge.AI UI.
    • If the displayed URL is incorrect or needs adjustment for your network configuration (e.g., using a specific FQDN or IP address), modify it as required.
  5. Accept EULA:
    • Click the "End User License Agreement & Terms & Conditions" link to review the terms.
    • Check the box next to "By checking the box, you accept the End User License Agreement & Terms & Conditions."
  6. Continue Setup:
    • Click the Continue button to finalize these initial settings and proceed to the MemVerge.AI dashboard.