How to log in after setup?

Hi all, I’m new to Mattermost Server and I’m wondering how to log in into a fresh install.
I’ve used both Docker or Git install but I end up the same way in not being able to access Mattermost.
I’ve also tried with mmctl user list but I’m getting this error

image

I’ve also digged inside the .env file but couldn’t really find something useful.
Once again, sorry for asking such an obvious question but how do I log in as admin?

mmctl needs to be logged in to a server in order to issue commands, for which you need to already have a user created.

When you first set up mattermost, go to the web UI and it should prompt you to set up the first admin user. After you’ve created your first user, then you can login from mmctl to create other users, or do other admin work.

Oh, and by the way, for text output like that, it’s much easier if you include the text in your message rather than a screenshot. Even on a desktop browser that is very difficult to read, and the text in it can’t be searched. This forum software has a bot (@discobot) that will walk you through things like how to markup code-blocks, which would be useful in this case.

Hi! To find out what I can do, say @discobot display help.

ok thank you for the hints and sorry for the screenshot, my bad I usually use markdown.

No need to apologize… I just meant it as a tip. And, everyone starts out not knowing anything about every subject. :slight_smile: Lots of companies use the same forum software, so I do highly recommend going through the tutorials that discobot has probably already offered you in your notifications. The knowledge will serve you well here and other places.