Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion docs/on-premises/01-installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down