pnpm vulpy env add live.
Prerequisites
- Ubuntu 24.04 VPS with a sudoer login (
ubuntuby default) - SSH access and, if you plan to use custom domains, DNS you can point
Interactive install
The wizard needs a TTY, so write the remote install script to a file and run it withbash. Do not pipe curl or gh api into bash; that breaks the interactive prompts.
vulpy-commerce, with the checkout at /home/vulpy-commerce/vulpy-commerce), the shared admin credentials, and access mode. Day-2 commands run as sudo -iu vulpy-commerce.
Access paths
At install you pick how Fox and the shop are reachable.AWS IMDS lock
On EC2 or Lightsail, the wizard blocks instance metadata by default with annft reject rule, so Fox cannot use the VM IAM role even inadvertently.
Set
VULPY_IMDS_LOCK=0 to opt out, or provide an explicit provider API key if you need Bedrock. Check status with pnpm vulpy hermes doctor.After install
- Open the Fox URL over HTTPS and sign in with your install credentials.
- Confirm the same credentials open the Medusa admin at
/appand the Payload admin at/admin. - Run
pnpm vulpy verifyfrom the deploy user for a quick health check. - When you are ready to sell, follow Go live.
Environments
How dev, staging, and live are isolated on a single host.
Backup and restore
Snapshot environments and migrate data from your laptop.