Replace openvpn server logo

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
rajkwrites
OpenVpn Newbie
Posts: 3
Joined: Wed Jul 20, 2011 10:14 pm

Replace openvpn server logo

Post by rajkwrites » Thu Jul 21, 2011 9:04 pm

Hi,

After the openvpn server installation is it possible to replace the openvpn server logo that shows up when you go to the web connect page (at https://<ip address>), by another logo of ones choice? If so, how could we do that?

Thanks

skramnz
OpenVpn Newbie
Posts: 2
Joined: Wed Jul 13, 2011 8:27 pm

Re: Replace openvpn server logo

Post by skramnz » Sun Aug 14, 2011 10:53 pm

Edit this file:

Code: Select all

/usr/local/openvpn_as/etc/as.conf
and insert the following (replace the path with the location of your logo:

Code: Select all

sa.logo_image_file=/path/to/image.png

Post Reply