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. Cookies need to be permitted in the browser. The following browsers are supported:
Chrome as of version 85
Firefox as of version 78
Microsoft Edge as of version 88
Safari and Safari Mobile as of version 13
Users with older browsers may experience display problems or the site does not work at all.
The UCS web interface is available in German and English (and French if it is chosen as language during the installation from DVD); the language to be used can be changed via the entry Switch language of the user menu in the upper right corner.
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:
For Login via single sign-on:
/usr/share/univention-management-console-login/css/custom.css
For UCS portal page:
/usr/share/univention-portal/css/custom.css
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
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.