How to set build-in user password on windows?

I just installed x-pack in Elasticsearch on windows following the document
https://www.elastic.co/guide/en/x-pack/6.0/setting-up-authentication.html#bootstrap-elastic-passwords
Now I want to set the password when login es, the doc says that just run

bin/x-pack/setup-passwords interactive

This command seems cannot run in CMD at all
how could I achive the goal to change password?
By the way, does it have a default accout/password when x-pack was installed?
I cannot find it in docs
Thanks

You can use bin/x-pack/setup-password.bat on windows.

Did you try that?
If it's not working, please post an error message.

Thanks for replying, Tim
Yes,actually I have tried this command you metioned, it print Not an internal or external command
Also I have checked the bin/x-pack directory, there is no such bat file in it

My apologies, that should be

bin/x-pack/setup-passwords.bat

You definitely should have that command.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.