Setup my install and must have copied a password in wrong because I lost access. Is there a way to reset it or do I need to reinstall?
Setup my install and must have copied a password in wrong because I lost access. Is there a way to reset it or do I need to reinstall?
Just for future searches, I added a script to reset the admin password, instructions here, or in the various other platform deployment docs: https://github.com/Ozark-Connect/NetworkOptimizer?tab=readme-ov-file#password-reset
Password Reset
If you forget the admin password, use the reset script for your platform:
Docker / macOS / Linux:
curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/reset-password.sh | bashWindows (PowerShell as Administrator):
The script stops the service, clears the password, resta…