Accessing the Web UI (CRM)

Login

Elements provides a simple interface to access its features and manage your content.

With Elements running locally in Docker, navigate to http://localhost:8080/admin/login

Login Prompt

If there are no users in the database, Elements will create one for you:

{
    "name": "root",
    "email": "[email protected]",
    "level": "SUPERUSER"
}

and password: example

See Users and Profiles for more information on user levels.

In this case, the User ID can be either the name or email of the user:

Successfully logging in will take you to the Home screen, which should show you the version of Elements that you're running, as well as allow you to access all of the CRM tools.

Last updated