ZyvorAI Labs · Customer Documentation

GuestKit

Page-by-Page Product Manual
2026-08-29
zyvor.dev · Confidential — for licensed customers

Page-by-page guides

Each guide follows: Purpose → When to use it → How to get there → What you can do → Related pages.

Every route is also listed in the complete page index.

Assurance

Page What it covers
Doctor Doctor — Assurance surface.
Migration Plan Migration Plan — Assurance surface.
Migration Assurance Migration Assurance — Assurance surface.
Policy Gate Policy Gate — Assurance surface.

Export

Page What it covers
Export Formats Export Formats — Export surface.

Fix Plans

Page What it covers
Fix Plans Fix Plans — Fix Plans surface.
Repair Repair — Fix Plans surface.

Fleet

Page What it covers
Fleet Fleet — Fleet surface.

Forensics

Page What it covers
Forensic Diff Forensic Diff — Forensics surface.

Guest Agent

Page What it covers
Guest Agent Guest Agent — Guest Agent surface.

Guest Files

Page What it covers
Guest Files Guest Files — Guest Files surface.
Guest Control Fabric Guest Control Fabric — Guest Files surface.

Guides

Page What it covers
VM Migration Guide VM Migration Guide — Guides surface.

Inspection

Page What it covers
Filesystems Filesystems — Inspection surface.
Inspect Inspect — Inspection surface.
Network Inspect Network Inspect — Inspection surface.
Packages Packages — Inspection surface.
Services & Users Services & Users — Inspection surface.

Integration

Page What it covers
KubeVirt Integration KubeVirt Integration — Integration surface.
Zeus VM Tools Zeus VM Tools — Integration surface.

Interfaces

Page What it covers
Python Bindings Python Bindings — Interfaces surface.
TUI (guestctl) TUI (guestctl) — Interfaces surface.

Onboarding

Page What it covers
CLI Guide CLI Guide — Onboarding surface.
Getting Started Getting Started — Onboarding surface.
Interactive Mode Interactive Mode — Onboarding surface.
Quick Reference Quick Reference — Onboarding surface.

Profiles

Page What it covers
Profiles Profiles — Profiles surface.

Support

Page What it covers
FAQ FAQ — Support surface.
Troubleshooting Troubleshooting — Support surface.

29 guides. Regenerate: node scripts/customer-docs/generate-guide-index.mjs.


Doctor

Purpose

Doctor — Assurance surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit doctor IMAGE · TUI Assurance d · web Passport.
  2. guestkit doctor vm.qcow2 --target kvm|proxmox|kubevirt|aws….
  3. --explain for root-cause.
  4. -o json --fail-below 80 for CI.
  5. TUI: Assurance or : doctor.
  6. Fix blockers → re-run doctor.
  7. Empty / fail: Low score + blockers until repaired; mount failures abort.
  8. Success: Score 0–100; exit 0 if above --fail-below.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Migration Plan

Purpose

Migration Plan — Assurance surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit migrate-plan IMAGE --target … · TUI e.
  2. guestkit migrate-plan IMAGE --target proxmox.
  3. --explain / -o json.
  4. --export plan.yaml for FixPlan.
  5. Optional --inject-agent.
  6. Follow with migrate-assess / migrate-repair; TUI: t/p/e.
  7. Empty / fail: Missing --target; Windows VirtIO gaps need GUESTKIT_VIRTIO_WIN.
  8. Success: Migration score + checklist; YAML plan if exported.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Migration Assurance

Purpose

Migration Assurance — Assurance surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. doctor → plan → policy → passport → fleet.
  2. doctor --explain.
  3. migrate-plan --export.
  4. inspect --profile windows-migration if Windows.
  5. policy check.
  6. passport emit … -o passport.json then passport verify --fail-below 80.
  7. Fleet: fleet analyze / wave-plan.
  8. Empty / fail: Verify fails below threshold → repair then re-emit; BitLocker hard-block.
  9. Success: Passport verify exit 0; doctor score acceptable for target.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Policy Gate

Purpose

Policy Gate — Assurance surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit policy check IMAGE.
  2. policy check IMAGE --example-policy.
  3. policy check IMAGE --policy FILE.yaml.
  4. Or --benchmark cis.
  5. -f json -o report.json.
  6. Gate pipelines on non-zero / --strict; pair with passport verify.
  7. Empty / fail: Missing policy file; expressions fail if evidence fields absent.
  8. Success: Pass/fail per rule; JSON report written.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Export Formats

Purpose

Export Formats — Export surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. --output vs --export on inspect; plan export; passport JSON.
  2. Data: inspect -o json|yaml|csv.
  3. Docs: --export html|markdown|pdf --export-output PATH.
  4. Plans: plan export plan.yaml -f bash -o fix.sh.
  5. Assurance: migrate-plan --export, passport emit -o.
  6. TUI view export / web Passport download.
  7. Empty / fail: Missing --export-output; PDF may need Chrome/wkhtmltopdf.
  8. Success: File opens (HTML) or validates (JSON/YAML).

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Fix Plans

Purpose

Fix Plans — Fix Plans surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit plan … · export from migrate-plan/repair.
  2. plan generate IMAGE -p linux-ssh|windows-rdp|… -o plan.yaml.
  3. plan preview plan.yaml (--diff).
  4. plan validate plan.yaml --vm IMAGE.
  5. plan apply plan.yaml --vm IMAGE --yes.
  6. plan export to bash/ansible; plan rollback if needed.
  7. Empty / fail: Apply refused without backup unless --skip-backup.
  8. Success: Preview lists ops; apply reports success; doctor improves.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Repair

Purpose

Repair — Fix Plans surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit repair · rescue · migrate-repair.
  2. repair IMAGE --fix boot --dry-run.
  3. repair IMAGE --fix boot (apply + re-doctor).
  4. Day-0: rescue IMAGE -o enable-ssh|fix-grub|reset-password….
  5. Migration: migrate-repair IMAGE --target kvm [--apply --yes].
  6. Prefer dry-run → backup → apply.
  7. Empty / fail: Dry-run only = no disk change; NTFS dirty → ntfsfix first.
  8. Success: Doctor score rises; rescue op applied.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Fleet

Purpose

Fleet — Fleet surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit fleet analyze|wave-plan|watch DIR · TUI --fleet DIR.
  2. fleet analyze ./vms/ [--recursive -j 4].
  3. fleet wave-plan ./vms/ -o json.
  4. fleet watch ./vms/ (first run = baseline).
  5. Later: watch --fail-on-drift in cron.
  6. TUI: guestctl tui one.qcow2 --fleet ./vms/.
  7. Empty / fail: Empty dir / no disk formats.
  8. Success: Clusters/snowflakes/blockers; waves; watch reports drift or clean.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Forensic Diff

Purpose

Forensic Diff — Forensics surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit forensic-diff OLD NEW · diff / compare.
  2. Snapshot before/after.
  3. forensic-diff before.qcow2 after.qcow2.
  4. -o json for drift score.
  5. Lighter: guestkit diff a b.
  6. Fleet continuous: fleet watch.
  7. Empty / fail: Identical images → low drift; mount fail on either side.
  8. Success: Drift findings / security indicators JSON.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Guest Agent

Purpose

Guest Agent — Guest Agent surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. Build --features agent; inject offline; proxy on host.
  2. cargo build --release --features agent --target x86_64-unknown-linux-musl.
  3. guestkit agent-inject IMAGE --agent-binary ….
  4. Boot guest; guestkit agent-proxy --socket … --listen 127.0.0.1:8765.
  5. curl /ping /doctor /evidence.
  6. Or guestkit agent-call --socket … --method guestkit.getEvidence.
  7. Empty / fail: No channel → missing virtio-serial/QGA; Windows needs virtio-serial driver.
  8. Success: /ping OK; RPC returns doctor JSON.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Guest Files

Purpose

Guest Files — Guest Files surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. list|ls, cat, extract|get, search|find, explore.
  2. guestkit ls disk.qcow2 /etc.
  3. guestkit cat disk.qcow2 /etc/fstab.
  4. guestkit extract disk.qcow2 /etc/hostname ./hostname.txt.
  5. guestkit find disk.qcow2 '*.conf'.
  6. Multi-step: interactive or explore; backup: guestkit backup IMAGE -o out.tar.gz.
  7. Empty / fail: Path missing → wrong mount/root; permission → sudo/NBD.
  8. Success: Listing/content/extracted file on host.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Guest Control Fabric

Purpose

Guest Control Fabric — Guest Files surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. Web/API via zyvor-api KubeVirt guest routes.
  2. Deploy API+UI (compose/Helm).
  3. GET .../guest/status → control state.
  4. GET .../guest/capabilities → transport.
  5. Live: POST .../guest/doctor or agent-proxy.
  6. Airgap: POST .../guest/install-agent; halted VM: POST .../guest/repair-plan.
  7. Empty / fail: console_only/blind_vm → install QGA/agent or stop VM for offline path.
  8. Success: Envelope with transport, controlState, ok:true.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


VM Migration Guide

Purpose

VM Migration Guide — Guides surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. CLI assurance-first workflow (+ h2kvm convert).
  2. Convert if needed: guestkit convert / qemu-img.
  3. doctor --target … --explain.
  4. migrate-plan --export.
  5. repair --fix boot / migrate-repair --apply.
  6. Windows VirtIO via GUESTKIT_VIRTIO_WIN.
  7. passport emit/verify then convert/boot on target.
  8. Empty / fail: Boot fail post-cutover → fstab/GRUB/VirtIO; never write while guest running.
  9. Success: Doctor high enough; passport verifies; first boot on target.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Filesystems

Purpose

Filesystems — Inspection surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit filesystems|fs IMAGE · REPL · TUI Storage.
  2. guestkit filesystems disk.qcow2.
  3. --detailed for types/labels.
  4. Cross-check guestkit usage|df and check|fsck.
  5. In REPL: mount root then ls /.
  6. LVM clues via inspect --profile migration.
  7. Empty / fail: Empty partition list → wrong image / need NBD; LUKS needs cryptsetup.
  8. Success: Partition/FS list (ext4/xfs + swap).

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Inspect

Purpose

Inspect — Inspection surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit inspect IMAGE · TUI Overview · web Image Vault.
  2. guestkit inspect disk.qcow2.
  3. Add -o json or --summary.
  4. Depth: --depth quick|standard|deep.
  5. Flags: --include-packages|--include-services|--include-network.
  6. Profile: --profile security|migration|performance|windows-migration.
  7. Batch: inspect-batch *.qcow2 -p 4.
  8. Empty / fail: No OS → encrypted/corrupt/empty disk; use filesystems + interactive mount.
  9. Success: OS type/distro/hostname + sections (or JSON).

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Network Inspect

Purpose

Network Inspect — Inspection surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit network IMAGE · REPL · TUI Network.
  2. guestkit network disk.qcow2.
  3. --show-interfaces / --show-dns / --show-routes.
  4. --export-json.
  5. Or inspect --include-network.
  6. Live: agent-proxy /evidence or KubeVirt guest/network.
  7. Empty / fail: No ifaces → cloud-init-only / netplan not parsed.
  8. Success: Interfaces + IP/MAC/DHCP + DNS.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Packages

Purpose

Packages — Inspection surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit packages|pkg IMAGE · REPL · TUI Packages.
  2. guestkit packages disk.qcow2.
  3. --filter nginx / --limit 50.
  4. --json for automation.
  5. Or inspect --include-packages.
  6. Offline install staging: GUESTKIT_PACKAGE_CACHE + plan apply.
  7. Empty / fail: Empty = no package DB / Windows guest / mount failed.
  8. Success: Manager + package rows.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Services & Users

Purpose

Services & Users — Inspection surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit systemd-services IMAGE; users via REPL/inspect; TUI.
  2. guestkit systemd-services disk.qcow2 (--failed, --service UNIT).
  3. guestkit systemd-journal / systemd-boot as needed.
  4. Users: interactive → users, or inspect User Accounts.
  5. TUI → Services / Users tabs.
  6. inspect --include-services.
  7. Empty / fail: Non-systemd OS → sparse services; Windows users via registry inspect.
  8. Success: Enabled units listed; users show uid/shell.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


KubeVirt Integration

Purpose

KubeVirt Integration — Integration surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. zyvor-api HTTP + CLI offline on PVC path.
  2. Deploy API with KubeVirt RBAC.
  3. Stopped VM: GET/POST /api/v1/kubevirt/vms/{ns}/{name}/boot-inspect.
  4. Or CLI: doctor PVC_PATH --target kubevirt.
  5. Live: guest/status, guest/doctor, guest/evidence.
  6. Install agent via guest/install-agent or vmtools.
  7. Empty / fail: Running VM → offline inspect skipped; missing PVC path.
  8. Success: available:true, source:guestkit, boot fields populated.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Zeus VM Tools

Purpose

Zeus VM Tools — Integration surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. Package zyvor-vm-tools / zyvor-guest-agent; API /api/v1/vmtools/*.
  2. Build packages.
  3. POST .../vmtools/install?method=auto|cloud-init|qga|iso.
  4. Check GET /api/v1/vmtools/coverage.
  5. Quiesce: .../vmtools/quiesce / unquiesce.
  6. Exec: .../vmtools/exec; offline: agent-inject.
  7. Empty / fail: Coverage 0 → QGA down / no network → use qga file bootstrap.
  8. Success: Agent connected; coverage chip; freeze/thaw works.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Python Bindings

Purpose

Python Bindings — Interfaces surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. pip install zyvorai-guestkit or maturin develop --features python-bindings.
  2. from guestkit import Guestfs.
  3. add_drive_rolaunchinspect_os.
  4. Mount via inspect_get_mountpoints + mount_ro.
  5. cat/ls as needed.
  6. umount_all + shutdown; see examples/python/.
  7. Empty / fail: Import error → wrong package/feature; launch fail → NBD/sudo.
  8. Success: Distro/hostname printed; clean shutdown.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


TUI (guestctl)

Purpose

TUI (guestctl) — Interfaces surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestctl tui IMAGE · guestkit tui|ui IMAGE.
  2. Open TUI (optional --fleet DIR, --compare OTHER).
  3. {/} groups; Tab views; Ctrl+P jump; : palette.
  4. Assurance: d doctor, t target, p preview, e export.
  5. Browse Packages/Services/Users/Network.
  6. Config ~/.config/guestkit/tui.toml; h/? help.
  7. Empty / fail: Blank panes → inspect failed (permissions/format); check footer.
  8. Success: Dashboard populated; doctor score on Assurance.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


CLI Guide

Purpose

CLI Guide — Onboarding surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit --help; guestkit commands.
  2. guestkit commands for catalog.
  3. Inspect group: inspect, filesystems, packages, network.
  4. Assurance: doctor, migrate-plan, passport, policy, fleet.
  5. Plans: plan generate|preview|apply|rollback.
  6. Rescue: rescue -o …; prefer -o json / --fail-below for CI.
  7. Empty / fail: Unknown subcommand → guestkit commands; feature-gated cmds need --features agent|ai|mcp.
  8. Success: Help lists groups; sample inspect returns text/JSON.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Getting Started

Purpose

Getting Started — Onboarding surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. CLI first-hour; optional web :8088.
  2. Install: cargo install guestkit or release binary.
  3. Confirm deps: qemu-img --version.
  4. guestkit doctor vm.qcow2 --target kvm --explain.
  5. guestkit migrate-plan vm.vmdk --target kvm --export plan.yaml.
  6. Optional: guestctl tui vm.qcow2 or GHCR compose → :8088.
  7. Empty / fail: Missing qemu-img/NBD → install qemu-utils; permission denied → sudo or modprobe nbd.
  8. Success: Doctor prints 0–100 score + blockers; guestkit version works.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Interactive Mode

Purpose

Interactive Mode — Onboarding surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit interactive|repl|shell IMAGE.
  2. Launch REPL (one mount).
  3. infofilesystemsmount /dev/… /.
  4. ls / cat / find / download.
  5. packages / services / users / network.
  6. Optional explore; then exit.
  7. Empty / fail: ls /etc empty usually means unmounted — run mount; launch fail → NBD/loop/permissions.
  8. Success: Welcome shows detected OS; packages/users return lists.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Quick Reference

Purpose

Quick Reference — Onboarding surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. Cheat sheet — CLI / TUI keys.
  2. guestkit inspect disk.qcow2.
  3. guestkit doctor IMAGE --target kvm.
  4. guestkit migrate-plan IMAGE --target proxmox --export plan.yaml.
  5. guestkit rescue IMAGE -o enable-ssh / fix-grub.
  6. guestctl tui IMAGEd/t/p/e.
  7. Empty / fail: No OS found → check filesystems; wrong format → detect/info.
  8. Success: Inspect shows OS/hostname; doctor score present.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Profiles

Purpose

Profiles — Profiles surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. guestkit inspect IMAGE --profile NAME · plan generate -p ….
  2. Inspect profiles: security, migration, performance, compliance, hardening, windows-migration.
  3. -o json / --export html|markdown.
  4. Day-0: plan generate with windows-rdp / linux-ssh.
  5. Automate over fleet with shell loop.
  6. --cache-refresh when needed.
  7. Empty / fail: Unknown profile name.
  8. Success: Profile sections + risk_level / inventory.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


FAQ

Purpose

FAQ — Support surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. Reference answers; commands embedded.
  2. Install: cargo install guestkit.
  3. Not legacy appliance tooling — use GuestKit stack.
  4. Passport vs virt-v2v: certify then convert.
  5. Extract/list/rescue examples as in FAQ.
  6. Cache under ~/.cache/guestkit/; escalate with version + repro.
  7. Empty / fail: N/A (doc); point to troubleshooting for runtime.
  8. Success: Reader can run cited command successfully.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


Troubleshooting

Purpose

Troubleshooting — Support surface.

When to use it

How to get there

Operate from CLI / TUI (UX)

  1. Ops runbook — CLI diagnostics.
  2. guestkit -v inspect … / RUST_LOG=debug.
  3. NBD: modprobe nbd; qemu-nbd --disconnect.
  4. Loop: losetup -D.
  5. qemu-img check IMAGE.
  6. Container: privileged + /dev/nbd*; gather version + uname + lsmod.
  7. Empty / fail: Persistent device busy → disconnect all nbd / reboot.
  8. Success: Same failing command succeeds after fix.

Host needs Linux + qemu-img / losetup / qemu-nbd; mount/repair often need root. GuestKit does not invent disk contents.

Related pages


GuestKit — Complete page index

Every primary navigable dashboard route.

Generated: 2026-08-29 · 29 routes

Regenerate: node scripts/customer-docs/generate-page-index.mjs

Onboarding

Page Route Purpose Guide
Getting Started getting-started Getting Started — Onboarding surface. Open
Quick Reference quick-reference Quick Reference — Onboarding surface. Open
CLI Guide cli-guide CLI Guide — Onboarding surface. Open
Interactive Mode interactive-mode Interactive Mode — Onboarding surface. Open

Inspection

Page Route Purpose Guide
Inspect inspect Inspect — Inspection surface. Open
Filesystems filesystems Filesystems — Inspection surface. Open
Packages packages Packages — Inspection surface. Open
Services & Users services-users Services & Users — Inspection surface. Open
Network Inspect network Network Inspect — Inspection surface. Open

Guest Files

Page Route Purpose Guide
Guest Files files Guest Files — Guest Files surface. Open
Guest Control Fabric guest-control-fabric Guest Control Fabric — Guest Files surface. Open

Guest Agent

Page Route Purpose Guide
Guest Agent guest-agent Guest Agent — Guest Agent surface. Open

Assurance

Page Route Purpose Guide
Doctor doctor Doctor — Assurance surface. Open
Migration Plan migrate-plan Migration Plan — Assurance surface. Open
Migration Assurance migration-assurance Migration Assurance — Assurance surface. Open
Policy Gate policy Policy Gate — Assurance surface. Open

Fix Plans

Page Route Purpose Guide
Fix Plans fix-plans Fix Plans — Fix Plans surface. Open
Repair repair Repair — Fix Plans surface. Open

Fleet

Page Route Purpose Guide
Fleet fleet Fleet — Fleet surface. Open

Forensics

Page Route Purpose Guide
Forensic Diff forensic-diff Forensic Diff — Forensics surface. Open

Profiles

Page Route Purpose Guide
Profiles profiles Profiles — Profiles surface. Open

Export

Page Route Purpose Guide
Export Formats export-formats Export Formats — Export surface. Open

Integration

Page Route Purpose Guide
KubeVirt Integration kubevirt-integration KubeVirt Integration — Integration surface. Open
Zeus VM Tools zeus-vm-tools Zeus VM Tools — Integration surface. Open

Interfaces

Page Route Purpose Guide
TUI (guestctl) tui TUI (guestctl) — Interfaces surface. Open
Python Bindings python-bindings Python Bindings — Interfaces surface. Open

Guides

Page Route Purpose Guide
VM Migration Guide vm-migration VM Migration Guide — Guides surface. Open

Support

Page Route Purpose Guide
Troubleshooting troubleshooting Troubleshooting — Support surface. Open
FAQ faq FAQ — Support surface. Open

Related