Runs inside an existing LXC container
bash -c "$(curl -fsSL https://raw.githubusercontent.com/scripts-underground/proxmox/main/scripts/addon/arcane.sh)"
Arcane
Arcane is a modern web UI for managing Docker environments — containers, images, volumes, networks, and Compose stacks — deployed inside the container via Docker Compose.
Notes
- Runs inside an existing LXC container (Debian/Ubuntu or Alpine)
- Installs Docker if missing; the LXC must have nesting enabled (
pct set <ctid> --features nesting=1) for Docker to run - Deploys the official
getarcaneapp/arcanecompose stack to/opt/arcane, with generatedENCRYPTION_KEY/JWT_SECRETsecrets in/opt/arcane/.env - Default login:
arcane/arcane-admin— you’ll be prompted to change the password on first access - Update with:
update-arcane— Uninstall with:uninstall-arcane - Re-running the installer offers update/uninstall via the framework guard

