[solved] Default login credentials

the prieview docker server requires default login credentials
so what is the default username and password?

Hi @mohsensalahshoor,

Can you help with a link to the content where you read this? This way I’ll have the full context and I can help you out more efficiently.

I have read it on this page: https://mattermost.com/download/
I did it by running the following command:
docker run --name mattermost-preview -d --publish 8065:8065 mattermost/mattermost-preview
*its running on a vps

Hi @mohsensalahshoor, do you have docker set up? If not, you’ll first need to set up Docker using one of the install guides you’ll find below the command.

Hi @amy.blais
I have docker set up, and the container gets up and running, but when I open mattermost by this url:
http://46.4.152.185:8065/
I get the login page, but I don’t know what is the default username and password

Hi @mohsensalahshoor,

Can you help with more details on your config settings? For example, what is this setting set to on your server: https://docs.mattermost.com/administration/config-settings.html#enable-open-server?

It’s set to false, is setting it to true enough?
Here’s the rest of config.json:
https://pastebin.com/G3bQrdNW

Hi @mohsensalahshoor, setting it to true should work, if not we can continue to troubleshoot.

thanks @amy.blais, problem solved.