NetXMS Support Forum

English Support => General Support => Topic started by: sjudy on January 30, 2013, 08:13:18 AM

Title: netxms_login.dat | Custom WebUI Logo?
Post by: sjudy on January 30, 2013, 08:13:18 AM
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!

Title: Re: netxms_login.dat | Custom WebUI Logo?
Post by: Victor Kirhenshtein on January 30, 2013, 02:57:49 PM
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
Title: Re: netxms_login.dat | Custom WebUI Logo?
Post by: Alex Kirhenshtein on February 12, 2013, 03:36:33 PM
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.
Title: Re: netxms_login.dat | Custom WebUI Logo?
Post by: riaanjvr on September 10, 2013, 09:55:10 AM
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.