NetXMS Support Forum

English Support => General Support => Topic started by: bobglock on July 03, 2023, 10:38:09 AM

Title: Autologin nxmc
Post by: bobglock on July 03, 2023, 10:38:09 AM
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



Title: Re: Autologin nxmc
Post by: Victor Kirhenshtein on July 10, 2023, 01:44:46 PM
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