################# Log in to 4PointX ################# .. raw:: html
To access the 4px web console you need to get the password of the admin
user from k8s secrets.
Run the below command on the k8s master node:
.. code-block:: text kubectl get secret os -n 4px -o jsonpath="{.data.creds\.py}" | base64 --decode .. raw:: htmlCopy admin password:
Example: