// Offline Depot Generator Help & guide

VCF Offline Depot Generator

Configure once, get a one-shot installer that deploys an Apache or nginx offline software depot for VMware Cloud Foundation 9.x dark-site installs. Live preview updates as you type — vhost config, directory tree, verification script, systemd hardening, landing page, and a fully automated deploy script with Let's Encrypt cert handling.

VCF 9.0 / 9.1 Apache · nginx Ubuntu · RHEL · Photon Let's Encrypt Self-Signed · BYO Cert VCFDT Ready Broadcom KB 312168
Your data stays on your device. All generation runs entirely in your browser — no FQDNs, passwords, or configs are sent to any VirtualBytes server.
Depot host needs internet for the default one-shot installer (apt/dnf packages, certbot, Photon mirroring). For air-gapped deployments, switch to Offline (two-script) mode in section 7 — generates a separate prep.sh to run on an internet-connected workstation that bundles all dependencies for transfer to the dark-site depot host.
Disclaimer: Generated configs follow Broadcom KB 312168 and observed VCFDT 9.1 output as of May 2026. Always verify against current Broadcom documentation before deploying to production. VirtualBytes accepts no responsibility for issues arising from depots deployed using this tool.

Generated Artifacts

7 Files
install.sh — lines

      
DEPLOY

Run the installer as root on a fresh Ubuntu/RHEL/Photon host: sudo ./install.sh or with non-interactive password sudo DEPOT_PASS='...' ./install.sh. The script is idempotent — safe to re-run after fixing input. It installs the web server, configures TLS via certbot (or self-signed/BYO), sets up basic auth, builds the directory tree per Broadcom KB 312168, drops a landing page, schedules cert renewal, runs a smoke test, and prints a ready-to-paste depot URL for SDDC Manager. Use the embedded --uninstall flag to remove configs while preserving data.

Copied