Back to Changelog
Panel Backend
v1.0.470
CLI root auto-login now works without manual login as documented.
Bug Fix
1- Fixed the panelica CLI silently failing to auto-authorize when run as root on the server: it previously relied on a panelica.conf root password field that stays a placeholder, so root had to run panelica login manually and re-login whenever the token expired. It now mints a one-time auto-login token via the local database socket and exchanges it through the existing auto-login endpoint, with automatic fallback to the old password path on failure. No plaintext panel password is ever read or stored, and the token refreshes automatically before it expires.