Arcane
ghcr.io/getarcaneapp/arcane:latest
https://ghcr.io/getarcaneapp/arcane
bridge
bash
false
https://github.com/getarcaneapp/arcane
https://getarcane.app/
Modern Docker Management, Designed for Everyone.
https://getarcane.app/docs/setup/installation
Arcane needs a 32‑byte ENCRYPTION_KEY. On Windows PowerShell:
$bytes = New-Object byte[] 32
[Security.Cryptography.RandomNumberGenerator]::Create().GetBytes($bytes)
$ENCRYPTION_KEY = [Convert]::ToBase64String($bytes)
$ENCRYPTION_KEY
64-character hex JWT secret. On Windows PowerShell:
$bytes = New-Object byte[] 32
[Security.Cryptography.RandomNumberGenerator]::Create().GetBytes($bytes)
$JWT_SECRET = ($bytes | ForEach-Object { $_.ToString("x2") }) -join ""
$JWT_SECRET
Network:Management
http://[IP]:[PORT:3552]
https://raw.githubusercontent.com/tajniak81/unraid-docker-templates/refs/heads/main/arcane/arcane.xml
https://raw.githubusercontent.com/tajniak81/unraid-docker-templates/refs/heads/main/arcane/icon/arcane.png