How do I customize the application icon and the logo?

We have received questions about customization of your application icon and logo. This is what you can customize:

Login screen

You can choose a favicon.ico for the tab icon and a logo.png that will be shown as header. This is instance data for a session-manager system.

Application screen

You can choose a favicon.ico for the tab icon and a logo-sideways.png that will be shown in the sidebar. This is instance data for a auto-webclient system.

In all cases, these files should be placed in the appropriate system directory in your deployment directory structure. An example for the online IDE project:

Please make sure to follow this structure with the exact filenames, otherwise they will not be recognized:

systems
\ client
  \ instance
    - favicon.ico <-- app screen tab icon
    - logo-sideways.png <-- app screen sidebar logo
\ sessions
  \ instance
    - favicon.ico <-- login screen tab icon
    - logo.png <-- login screen header logo
2 Likes