How to Access NodeWorx Without a Password ========================================= For troubleshooting and support purposes, it may be necessary to access NodeWorx from the browser, without using login credentials. To do so: 1. At the command line, as root, run the following: .. code-block:: printf "\nhttps://$(nodeworx -u -c Ip -h -a listIpAddresses |head -1 |awk '{print $1}'):2443/nodeworx/index?action=ssoCommit&sid=$(nodeworx -u -n -c Index -a getSession)\n\n" 2. The output will be a one-time login url. Paste this into the browser to automatically log into NodeWorx. Example: .. code-block:: [root@testserver ~]# printf "\nhttps://$(nodeworx -u -c Ip -h -a listIpAddresses |head -1 |awk '{print $1}'):2443/nodeworx/index?action=ssoCommit&sid=$(nodeworx -u -n -c Index -a getSession)\n\n" https://10.1.14.11:2443/nodeworx/index?action=ssoCommit&sid=lmpobpsjc8r3qs6l71sj7k8ngl [root@testserver ~]# .. note:: If the session in the browser times out, the above steps will need to be completed, again.