From c8bcfb201ba7138c518101bc70ce1d1d674570f7 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Thu, 10 Mar 2022 11:24:01 +0100 Subject: [PATCH] docs: add info about default dashboard user name and password to README.md file It makes sense to provide information about the default username and password in the README file together with the information about how to reach the web dashboard. New users reading the "Quick Start" section would otherwise get struck wondering how to log in. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46716fa16..5667f529f 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Or change to the installation root directory if emqx is installed from a release ./bin/emqx stop ``` -To view the dashboard after running, use your browser to open: http://localhost:18083 +To view the dashboard after running, use your browser to open: http://localhost:18083 (default user/password = admin/public) ## Test