Arcane | scripts-underground Arcane | scripts-underground
⚠️
WARNING: Executing scripts from the internet without understanding what they do can be dangerous. This is an open frontier — always review the code before running it.

Arcane

addon docker
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/arcane compose stack to /opt/arcane, with generated ENCRYPTION_KEY/JWT_SECRET secrets 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