FAQs
Some Frequently asked questions.
1. How to reset password?
If you have forgotten the password or username. The only way is to reset them to default, which is admin
and admin
. To do this.
Step 1. SSH into your machine.
Step 2. Go to ~/.meltcd
directory
Step 3. Remove current Authentication Settings.
# pwd
# /home/user/.meltcd
rm auth.json
Step 4. Restart the application. This will recreate password with default value.
sudo systemctl restart meltcd
Last updated
Was this helpful?