Change Favicon and Page Title

Hi Guys,

Is there a way to edit the tab bar for LibreNMS?
image

What do you mean edit the tab bar?

I would like to change the Image on the Tab bar

I dont know about changing the favicon but take a look in here https://docs.librenms.org/Support/Configuration/

to change the image

/opt/librenms/resources/views/layouts/librenmsv1.blade.php

Now I wonder where one would be able to change the name

The name with this:

$config['page_title_suffix'] = 'yoursitename':

And favicon with this:

$config['favicon'] = 'images/custom/yourfavicon.ico';

2 Likes