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¶
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:
-
Identify your Installation Type: Determine whether your MemVerge.AI instance was installed using
docker run
or Helm. -
Retrieve the Bootstrap Password:
-
For
docker run
Installations:-
Open your terminal or command prompt.
-
Run the command
docker ps
to find the container ID for your MemVerge.AI instance. -
Replace
in the example command with the actual container ID you found, then execute:
Bash
The output will display your bootstrap password.
-
-
For Helm Installations:
-
Enter the Password: Once you have retrieved the bootstrap password, enter it into the "Password" field on the MemVerge.AI login screen.
-
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:
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:
- Set the Administrator Password:
- Option A: Use the Generated Password (Recommended):
- Ensure "Use a randomly generated password" is selected.
- Click the Copy button next to the generated password field.
- Securely save this password immediately. This is your primary administrator password for future logins.
- Option B: Set a Specific Password:
- Select the "Set a specific password to use" radio button.
- Enter your desired strong password into the now-enabled "Password" input field.
- (Optional) Click "Suggest a password" for a recommendation.
- Securely save this custom password.
- 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.
- 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."
- Continue Setup:
- Click the Continue button to finalize these initial settings and proceed to the MemVerge.AI dashboard.