Difference between revisions of "Autologin for Management Console"

Jump to navigation Jump to search
no edit summary
(Created page with "Starting from version 1.2.4, it is possible to connect management console (nxmc) to server automatically without login dialog. There are additional command line options for th...")
 
Line 1: Line 1:
= Desktop Console =
Starting from version 1.2.4, it is possible to connect management console (nxmc) to server automatically without login dialog. There are additional command line options for that:
Starting from version 1.2.4, it is possible to connect management console (nxmc) to server automatically without login dialog. There are additional command line options for that:


Line 15: Line 17:


  nxmc -auto -server=10.0.0.2 -login=guest
  nxmc -auto -server=10.0.0.2 -login=guest
= Web Console =
Starting from version 1.2.7, it is possible to connect web management console to server automatically without login dialog. There are additional URL parameters for that:
{| class="wikitable"
|-
| auto || Connect to server automatically without login dialog
|-
| login=''login'' || Set login name
|-
| password=''password'' || Set password, default is empty
|-
| server=''address'' || Set server name or IP address
|}
For example, to connect web management console to server 10.0.0.2 as user guest with empty password, use URL
http://server/nxmc?auto&server=10.0.0.2&login=guest
683

edits

Navigation menu