How can I change the LibreNMS logo on the dashboard?
Hi,
Check here -> https://docs.librenms.org/Support/Configuration/#webui-settings
$config['title_image'] = "images/custom/yourlogo.png";
You can override the default logo with yours, place any custom images files into html/images/custom
so they will be ignored by auto updates.
1 Like
How do you place the custom image file to “html/images/custom” ?