Skip to main content

Tutorial: How to Change the Branding on the Admin and Client Web UIs

Abstract

Looking to change the logo on the web server interfaces of Access Server? Here's how to do just that.

Overview

It's easy to add branding to your Access Server web interfaces. It takes a few simple steps. This tutorial walks you through the process.

When you first launch Access Server, your VPN has an Admin Web UI and a Client Web UI, with a default display using our OpenVPN logo. Some customers leave this as is; others prefer to replace it with their company branding. Here’s what you can configure:

  1. The web interface logo.

  2. A name or tag for the admin web interface.

  3. Show or hide the footer.

  • An installed Access Server.

  • A file transfer program (WinSCP or SCP, for example).

  • Console access and the ability to get root access.

When your users sign in to the Admin or Client Web UIs, you can display a name or description with the server or instance. For example, you could use it as an identifier to quickly see which server you are logging into.

UI-server-name.jpg
  1. Sign in to the console and get root privileges.

  2. Open the as.conf file for editing (we use nano):

    nano /usr/local/openvpn_as/etc/as.conf
  3. Locate the sa.company_name and change it to your specific text desired (if it is commented out, make sure you delete the #):

    sa.company_name=OpenVPN Inc.
  4. Save and exit the file.

  5. Restart the Access Server service:

    systemctl restart openvpnas
    • The new text should now display on the Admin and Client Web UI login pages.