Favicon & Logo
This section explains how to update the website favicon and site logo depending on your server type.
Favicon on cPanel
Follow these steps:
- Log in to your cPanel account
- Go to your root folder (usually
public_html) - Replace the file:
favicon.png- Go to the admin folder
- Replace the same file:
favicon.pngAfter updating, refresh your browser (clear cache if necessary).
Favicon on VPS
If you are using a VPS server:
- Navigate to:
frontend → public- The favicon file name is:
favicon.png- Favicon metadata is configured in:
frontend → composables → useMetaData.jsCheck inside the:
commonMeta → linksection to verify the favicon configuration.
Restart Server (If Required)
If you need to restart the server:
If using Docker, stop the container:
bash
docker-compose downStart it again:
bash
docker-compose up -dSite Logo and Meta Data
To update the site logo and other meta information:
- Log in to your Admin Panel
- Go to:
UI → Site Setting- Update:
- Site Logo
- Meta Title
- Meta Description
- Other branding settings
- Save the changes.
Your favicon and logo are now updated successfully.