MeltCD
Github
  • About
  • docs
    • Quick Start
    • Installation
    • Core Concepts
    • CLI Reference
    • API Reference
    • Private Repository
  • FAQs
Powered by GitBook
On this page

Was this helpful?

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

PreviousPrivate Repository

Last updated 7 months ago

Was this helpful?