Skip to content

Web Console

hypersdk edited this page Aug 7, 2026 · 1 revision

Web Console

Self-hosted Zyvor UI + API + GuestKit worker. Eval stack from GHCR; production via compose example or Helm.

Deep docs: DOCKER.md · DEPLOY-REMOTE.md.

Eval (localhost)

docker compose -f deploy/docker-compose.ghcr.yml pull
docker compose -f deploy/docker-compose.ghcr.yml up -d
open http://localhost:8088
Image Role
ghcr.io/hypersdk/zyvor-ui Web console
ghcr.io/hypersdk/zyvor-api API (KubeVirt / VM tools / Passport jobs)
ghcr.io/hypersdk/guestkit-worker Disk inspect / assurance worker

Public GHCR — no docker login required for pull.

Eval only — unauthenticated. Do not expose beyond localhost. Change packaged default credentials before any network exposure (remote deploy).

Production

  • deploy/docker-compose.prod.example.yml
  • Helm: deploy/helm/zyvor (TLS, PVCs, pinned images)

Surfaces that matter

Surface What
Image Vault Offline inspect / doctor / Passport
Live KubeVirt Fleet, guest status, Zeus VM Tools install
Passport dock Emit / download cutover artifact
Agent Doctor Transport ladder diagnostics

Demos

Web Tour · Web Tutorial · Demos

Related: Zeus VM Tools · KubeVirt · TUI (terminal twin)

Assurance: Home · Cutover · Day-0 · Passport · Packages · Env

CLI: Commands · Interactive · Explore · TUI

Platform: Web · Zeus · KubeVirt · GCF · Agent

More: Demos · FAQ · Docs · Blog Posts

Clone this wiki locally