- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-23-2025 04:48 AM
Hi,
I would like to customize portal web GP. The main web where you add your credentials and the enxt web where you can download the client. Is that possible? I saw you can import web for portal GP web in DEVICE-> Response pages, but i would need the current web to edit and customize where can i get it?
On the another hand, Is it possible to customize app connect icon whne you connect to VPN? i understand this is not possible since we are not able to customize an app
05-23-2025 05:32 AM
Hi @BigPalo ,
You can export the default pages, edit them and then import them.
Hope this helps,
-Kim.
05-25-2025 11:29 PM - edited 05-25-2025 11:30 PM
How can i upload a logo of my company to show in the welcome GP portal? where should i upload?
how can upload a image in this path:
<img src="portal/images/logo-pan-48525a.svg"
05-26-2025 12:54 AM
Hi @BigPalo ,
You can't upload images directly to the firewall as far as I know. However, you can embed the image you need (as long as it’s not too large, due to the custom HTML size limit) by converting it to a base64 string and using it directly in an <img>
tag’s src
attribute or within CSS.
Here's a helpful guide on how to do that: How to display Base64 images in HTML
Alternatively you can hotlink the image from another webserver.
Kind regards,
-Kim.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!