From 27ffe34220dc2195006f83780062fbbd0f072aaa Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Mon, 1 Dec 2025 12:23:42 +0100 Subject: [PATCH] on-prem/installation: cockpit-image-builder is the new UI --- docs/on-premises/01-installation/index.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/on-premises/01-installation/index.md b/docs/on-premises/01-installation/index.md index a2713510041..620d05bf673 100644 --- a/docs/on-premises/01-installation/index.md +++ b/docs/on-premises/01-installation/index.md @@ -33,7 +33,22 @@ $ newgrp weldr ## Web UI -If you prefer the Web UI interface, known as an Image Builder, install the following package: +If you prefer the Web UI interface, known as Cockpit image builder, install the following package: + +``` +$ sudo dnf install cockpit-image-builder +``` + +and enable `cockpit` and `osbuild-composer` services: + +``` +$ sudo systemctl enable --now osbuild-composer.socket +$ sudo systemctl enable --now cockpit.socket +``` + +### Web UI before RHEL 10, CentOS 10 and fedora 42 + +Cockpit composer is the old web UI, still available on RHEL 9 and CentOS 9: ``` $ sudo dnf install cockpit-composer