How to change admin password
This guide will show how to change your admin password.
To change your admin password, there a two method you can choose.
Method 1: Change password using web GUI
To change the password, access the web admin GUI of pikonek.
Go to your profile, and click the "Change password" option.
Provide your new password, you will be logout after you change your password.
Method 2: Change the password using the command-line interface
To change the password, ssh to your machine.
Run
sudo pikonek -a -p <new password>
to save your new password.
Last updated