netxms_login.dat | Custom WebUI Logo?

Started by sjudy, January 30, 2013, 08:13:18 AM

Previous topic - Next topic

sjudy

I tried doing this... nada.  The instructions are not totally clear, so no doubt I am doing something wrong, but looking at the JAVA code, it looks like it loads the image file (assumed to be the netxms_login.dat) into a variable and calls if present.  Otherwise the standard logo appears.  Has anyone had any luck doing this?  Are there any other undocumented tips for the WebUI?  Like can you change other features, the title of the app, etc?  Thanks in advance all!


Victor Kirhenshtein

Hi!

Custom logo must be available for application server (not the client!) via URL http://127.0.0.1/netxms_login.dat. So, if you are running NetXMS UI on application server at address 192.168.1.1, request for http://192.168.1.1/netxms_login.dat must give you the logo (assuming web server listen on all interfaces).

Best regards,
Victor

Alex Kirhenshtein

We will probably change this feature.
Right now WebUI tries to get image at http://127.0.0.1/, port 80 - regardless the application server port.
You can either drop file into existing web server root if you are running one, or setup reverse proxy and keep file in application server's ROOT.

riaanjvr

This is an older topic, but I would like to know how to change the logo please. Id like to edit that web interface page with some information etc.