Chapter 1. Launching Red Hat Offline Knowledge Portal


Launch Red Hat Offline Knowledge Portal with the minimal default configuration.

Prerequisites

  • An active Red Hat Satellite subscription
  • Your Customer Portal, Red Hat Developer, or Registry Service Account credentials
  • Internet access for the duration of the download
  • Podman

Procedure

  1. To get your access key, navigate to the Red Hat Offline Knowledge Portal Access Key Generator in your browser, log in, and select the Generate key button.
  2. To download Red Hat Offline Knowledge Portal from your terminal using Podman:

    1. If needed, log in to registry.redhat.io using your Customer Portal, Red Hat Developer, or Registry Service Account credentials:

      Copy to Clipboard Toggle word wrap
      $ podman login registry.redhat.io
      username: <username>
      Password: <password>
      Login Succeeded!
    2. Pull the image:

      Copy to Clipboard Toggle word wrap
      $ podman pull registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest
  3. To launch Red Hat Offline Knowledge Portal with https using the self-signed certificate Podman generates, enter the minimal podman run command with your access key:

    Copy to Clipboard Toggle word wrap
    $ podman run --rm -p 8080:8080 -p 8443:8443 \
    --env "ACCESS_KEY=<your_personal_access_key>" \
    -d registry.redhat.io/offline-knowledge-portal/rhokp-rhel9:latest

Validation

Back to top
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2025 Red Hat, Inc.