4.1. Introduction#

4.1.1. Access#

The UCS web interface can be opened on any UCS system via the URL https://servername/. Alternatively, access is also possible via the server’s IP address. Under certain circumstances it may be necessary to access the services over an insecure connection (e.g., if no SSL certificates have been created for the system yet). In this case, http must be used instead of https in the URL. In this case, passwords are sent over the network in plain text!

4.1.2. Browser compatibility#

The UCS web interface uses numerous JavaScript and CSS functions. Your browser must allow the use of cookies. UCS web interface supports the following browsers:

  • Google Chrome as of version 131

  • Mozilla Firefox as of version 128

  • Microsoft Edge as of version 128

  • Apple Safari and Apple Safari Mobile as of version 18

Users with older browsers may experience display problems or UCS web interface doesn’t work at all.

The UCS web interface is available in German and English. If you chose French as language during installation from the ISO image, you can also use French.

You can select a different language through Change language in the user menu.

4.1.3. Switching between dark and light theme for UCS web interfaces#

All UCS web interfaces have a dark and a light theme that can be switched between with the Univention Configuration Registry Variable ucs/web/theme. The value of ucs/web/theme corresponds to a CSS file under /usr/share/univention-web/themes/ with the same name (without file extension). For example, setting ucs/web/theme to light will use /usr/share/univention-web/themes/light.css as theme for all UCS web interfaces.

4.1.4. Creating a custom theme/Adjusting the design of UCS web interfaces#

To customize a theme for UCS web interfaces don’t edit the files /usr/share/univention-web/themes/dark.css and /usr/share/univention-web/themes/light.css, because UCS upgrades can overwrite your changes. Instead, copy one of these files to, for example, /usr/share/univention-web/themes/mytheme.css and set the Univention Configuration Registry Variable ucs/web/theme to mytheme.

The files /usr/share/univention-web/themes/dark.css and /usr/share/univention-web/themes/light.css contain the same list of CSS variables. Other CSS files use these CSS variables. These CSS variables are the supported layer of configurability for UCS web interfaces. The names and use cases for these variables don’t change between UCS upgrades, but Univention may add additional names and use cases.

Some UCS web interfaces import their own local custom.css file which you can use to adjust the design of the following pages:

The files are empty during the installation of UCS. UCS updates don’t change these files.

Important

Be aware, however, that a given CSS selector may break when installing a UCS update.

4.1.5. Feedback on UCS#

By choosing the Help ‣ Feedback option in the upper right menu, you can provide feedback on UCS via a web form.

4.1.6. Collection of usage statistics#

Anonymous usage statistics on the use of the UCS web interface are collected when using the core edition version of UCS (which is generally used for evaluating UCS). Further information can be found in KB 6701 - Data collection in Univention Corporate Server.