NetXMS Support Forum

English Support => General Support => Topic started by: opcenter1218 on January 24, 2014, 05:22:23 PM

Title: Custom logo for web console
Post by: opcenter1218 on January 24, 2014, 05:22:23 PM
Currently running 1.2.11.

"- Custom logo can be set on login screen in web console" NetXMS 1.2.5

How do we change login logo?

Thanks!
Title: Re: Custom logo for web console
Post by: Victor Kirhenshtein on January 25, 2014, 02:19:38 PM
Hi!

When login screen is displayed, web server checks URL http://127.0.0.1/netxms_login.dat . If this URL points to valid image file (PNG, JPEG, or GIF), then it will be displayed instead of standard logo. This is not very convenient, so I'll add possibility to configure custom logo in nxmc.properties file in next release.

Best regards,
Victor
Title: Re: Custom logo for web console
Post by: Marco Incalcaterra on January 30, 2014, 01:42:27 PM
Quote from: Victor Kirhenshtein on January 25, 2014, 02:19:38 PM
If this URL points to valid image file (PNG, JPEG, or GIF), then it will be displayed instead of standard logo.

Is there a particular size to be observed?

Best regards,
Marco
Title: Re: Custom logo for web console
Post by: Victor Kirhenshtein on January 30, 2014, 05:16:20 PM
Quote from: Marco Incalcaterra on January 30, 2014, 01:42:27 PM
Is there a particular size to be observed?

No, login form will resize as needed.

Best regards,
Victor
Title: Re: Custom logo for web console
Post by: Marco Incalcaterra on May 26, 2014, 07:24:56 PM
Quote from: Victor Kirhenshtein on January 30, 2014, 05:16:20 PM

No, login form will resize as needed.

Best regards,
Victor
Hi Victor,

is anything changed since version 1.2.14? After installing the update my logo is no more properly loaded, it is replaced by the original netxms logo.

Best regards,
Marco
Title: Re: Custom logo for web console
Post by: Victor Kirhenshtein on May 27, 2014, 01:50:01 PM
Hi!

Sorry, I change how it is configured. I was under impression that nobody uses this feature :) Now you should set custom logo in your nxmc.properties file, like this:


loginFormImage = /logo.jpg


Path should be relative to classpath root. Simplest variant is to put logi file next to nxmc.properties and use form /file.

Best regards,
Victor
Title: Re: Custom logo for web console
Post by: Marco Incalcaterra on May 27, 2014, 03:40:32 PM
Quote from: Victor Kirhenshtein on May 27, 2014, 01:50:01 PM
Hi!

Sorry, I change how it is configured. I was under impression that nobody uses this feature :) Now you should set custom logo in your nxmc.properties file, like this:


loginFormImage = /logo.jpg


Path should be relative to classpath root. Simplest variant is to put logi file next to nxmc.properties and use form /file.

Best regards,
Victor

You announced the change but, since I didn't notice in the change log, I tought it wasn't implemented. I changed it following your instructions and now it works perfectly.
I think it is a nice feature when you have to show the monitor to your customers, it adds a bit of "professionality" :)

Best regards,
Marco