Help

Recover the panel password

Lost the panel password? It is recovered from the server console — nothing leaves your machine, there are no "reset" emails or external services: whoever has root on the server is, by definition, its owner.

The procedure (1 minute)

  1. SSH into your server as root.
  2. Run:
nexia-reset-password

That resets the admin account. For another panel account:

nexia-reset-password username
  1. The command prints a temporary password on screen.
  2. Sign in to the panel with it. It does not take you to the dashboard: it takes you straight to the password-change screen, and no other page works until you choose the definitive one.
  3. Choose your new password (minimum 10 characters — a passphrase works better), and the panel asks you to sign in again with it. Done.

Why it is secure

  • Only root can run it: the file is 0700 and lives in /usr/local/sbin. Having root on the server is already the proof of identity.
  • The temporary one is not a real credential: it opens exactly one page — the change screen. Even if written on paper, on its own it cannot operate the switch.
  • The change requires proving the temporary one again and ends the session: the new password is tested by signing in with it.
  • Nothing travels outside the server: no emails, no APIs, no third parties.
Available from version 1.0.6. If your install is older, update (the installer is idempotent: run the 3 install steps again and completed phases are skipped) or write to support@nexianetworks.com.
© 2026 NEXIA Networks · This wiki grows with every install: if something was missing, tell us and we add it.
On this page