EXECUTABLE DOCUMENTATION
Publish signed updates
Upload an immutable release, calculate its exact byte size and SHA-256, then publish the metadata in Admin. Every node verifies the Ed25519 signature locally.
COMMAND
Copy, run and verify
Read the command before execution and run it only on the intended server.
PuTTY · Bash
sha256sum EXOpanel-release.zip
stat -c '%s' EXOpanel-release.zip
curl -fsS https://updates.exopanel.space/v1/channels/stable/manifest.json | python3 -m json.toolRequired result
The command must finish without syntax errors. Health reports database ok, signing key configured, and every HTTPS domain returns TLS result 0.
