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.

Accessing NodeWorx Without a Password

  1. Log in to the server at the CLI as root, either via SSH or from the terminal

  2. Run the following command:

    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"
    
  3. The output will be a one-time login url. Paste this into the browser to automatically log into NodeWorx

Example:

[root@server ~]# 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@server ~]#

Note

If the session in the browser times out, the above steps will need to be completed, again.