- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Re: Change FNMS Logo
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Change FNMS Logo
Is there any way to change "FlexNet Manager Suite" header logo with custom logo?
We are using 2020 R1 on-prem.
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, it's possible. But don't let'em catch you doing it 😉
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is technically possible to tweak files under the C:\Program Files\Flexera Software\FlexNet Manager Platform\WebUI\ directory to make UI changes like updating the logo or colors. It would be up to you to work out the relevant files to update for whatever you want to do. These are considered "internal" files and there is no documentation or formal support for modifying them. If you break it then you'll likely be on your own to work out how to fix it - so proceed gently!
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I changed on test system the banner, and put on red, so that I know that I'm on test system
Change FNMS Header Background Color
Path: C:\Program Files (x86)\Flexera Software\FlexNet Manager Platform\WebUI\Content\
File to change: scaffolding.less
File with color definitions: variables.less
Orginal:
// header
@headerBackground: @white;
Change:
// header
@headerBackground: @flexeraDarkRed;
Also you should know that after you make update to a new version, you need to do again the modification, and as @ChrisG said, when you do modification like that you are on your own. 🙂
