Change the Logo

josch12

Well-Known Member
Oct 20, 2017
37
1
48
36
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.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!