Autologin for Management Console

Revision as of 16:49, 28 September 2012 by Victor (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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:

-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 management console to server 10.0.0.2 as user guest with empty password, use command

nxmc -auto -server=10.0.0.2 -login=guest