Change Password
Follow these instructions to change your quickstart admin's password. A random password was generated for you when you ran expressInstall
and saved in your *.env file as ZITI_PWD
. After changing the password, also change the value of ZITI_PWD
in ~/.ziti/quickstart/$(hostname -s)/$(hostname -s).env
to match. This variable is used by the zitiLogin
function.
Use the ziti
CLI
- Get logged in
The
ziti
CLI will help you get an API Session from the controller's management API. You will be prompted to trust any new server certificates. Your login token cache and trust store are managed by the CLI in your home directory.Log in to https://localhost:1280 with the default passwordziti edge login -u admin -p admin
Log in to https://ctrl.ziti.example.com:443 with an identity fileziti edge login ctrl.ziti.example.com --file admin2.json
If a user identity has a password authenticator (
updb
) then you may change the password with the CLI.ziti edge update authenticator updb -s
Use the Ziti Console
If you installed the console (ZAC) in your quickstart network then you can login with your current password and change it.
Click on the person icon on the lower left and then select "Edit Profile" as shown to change your password.