First, I’d like to thank the developers for version 1.9.4. However, the logo has been changed everywhere except in the file manager—specifically, the icon next to the filename in the browser. I can’t change the file manager’s name. Is there a solution? Also, I need to access this path: user/local/hestia/web/images/. I’ve tried everything, but I haven’t succeeded. I’ve even looked in the community, but I still haven’t found a solution. Please advise.
Is this an upgrade or a fresh install?
If you don’t know how to access /usr/local/hestia/web/images/, then I suppose it’s an upgrade. You can SSH into the server with your user and then use sudo to switch to root, or run the commands needed to create the custom directory and copy the image files required by Hestia.
What name do you want to change?
So sorry but I didn’t understand
What name do you want to change?
codak file
Do you know how to access your server via SSH? How did you install Hestia?
Yes, I know how to log in and I also have the dashboard installed on the server.
Then upload the image files and as root create the dir /usr/local/hestia/web/images/custom/ and copy there the images.
I can’t access this file via file manager or FTP because this path doesn’t exist, do you understand me ?
Yes, I do. That’s the reason I told you to use ssh and as root create the dir and copy the images.
Could you please help me with the commands to create this path? Thank you very much, and I apologize for bothering you.
First upload the images to a user that has FTP/SFTP access. Let’s say you upload the images to /home/hany/tmp/images/:
As root:
mkdir -p /usr/local/hestia/web/images/custom/
cp /home/hany/tmp/images/* /usr/local/hestia/web/images/custom/
Once done, you can go to the Panel and in White Label -> Custom Logo section, select Update logo and Save to apply the new logos.
Do you mean accessing FTP and uploading images using the user home/hany/tmp/images/ or the admin user, or do you mean according to the username home/admin/temp/images?
Whatever user you can use to upload the images. hany user was an example, use admin user if you want.
Thank you very much. Is it possible to send a command to further control the size of the logo in the header, as it is very small and I want to enlarge it?
You’re welcome.
To do so, you would need to modify the html generated by Hestia, and those changes would be overridden in the next update, so it’s not worth the effort.
I don’t know how your svg was generated but maybe you could change it instead of the html.
Do you mean the largest size of the logo itself?
Maybe there’s some blank space around the logo edges, I don’t know.
Please excuse my last question.
When changing the logo, do I only need to follow this step: White Label → Custom Logo? No need to enter anything else, is that correct?
You must select Update logo and Save, that’s all. If you can’t see any change maybe is because you browser is caching the logo: Ctrl + F5 or Ctrl + Shift + R to force refreshing the page.