################# 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.

.. raw:: html

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:: html

Copy admin password:
Example:

.. code-block:: text ADMINPWD= yX9j31cTVn8n2QK1P43RxcPs8zHSQy0c .. raw:: html .. raw:: html .. toctree::