Autologin nxmc

Started by bobglock, July 03, 2023, 10:38:09 AM

Previous topic - Next topic

bobglock

Hi,


I was trying to use the new netxms-client-4.4.0-x64 client via the same old autologin script. The "auto" parameter for autologin is no longer recognized. Has the syntax of the parameters to be passed changed?
Is there another way to launch the client automatically?

Thanks in adavance

Best regards

Bob




Victor Kirhenshtein

New UI client accepts the following command line options:

-auto do auto-login
-server=<address> set server host name or address
-login=<login_name> set login name
-password=<password> set password
-ignore-protocol-version ignore communication protocol version mismatch
-dashboard=<name> open full-screen dashboard with given name after login
-kiosk-mode start in kiosk mode (only valid if -dashboard is provided, will not open main window)

Example:
java -jar nxmc-4.4.0-standalone.jar -auto -server=127.0.0.1 -login=admin -password=admin1

Best regards,
Victor