Change the Logo

josch12

Well-Known Member
Oct 20, 2017
37
1
48
37
Hi,

i want change the Standard Proxmoxlogo
:8006/pve2/images/proxmox_logo.png

but, where is the .png file locatet ?
 
It should be here
/usr/share/javascript/pmg-gui/images/proxmox_logo.png

Use command below to search:
Code:
find / -name "proxmox_logo.png"

To search for text in the files use the command:
Code:
grep -rnw '/' -e 'proxmox_logo.png'

You might find something like this:
/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js:2262: src: '/image s/proxmox_logo.png',

It will take a long time to search if you use path / if you have better location to search use it to shorten the search time.
 
  • Like
Reactions: pedromagician