question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Server will not accept password

See original GitHub issue

No matter what I do, I cant get the server to accept my password.

I tried to use the default settings of admin / admin (SHA256).

I edited the wg-dashboard.ini file and changed both the username and password, stop and start the server, and it still wont accept.

Any ideas?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
adrinuxcommented, Mar 28, 2022

Thanks. It seems mkpasswd won’t hash without a salt, so I found this one liner to use instead:

echo -n mypassword | sha256sum | awk '{print $1}'

Had Ansible write the results of that into wg-dashboard.ini, works perfectly.

0reactions
adrinuxcommented, Mar 29, 2022

That’s great!! I’m thinking would you mind to share your script to configure WGDashboard on Ansible? I think people would love to have this resource 😉

It’s still a work in progress and also very much integrated with a whole server configuration project, so probably not that useful in itself, except as an example to crib from perhaps. wg-dashboard role here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Server 2016 not accepting Credentials - Microsoft Q&A
I have a server that seemingly randomly wont accept correct domain credentials for remote resources. locally everything seems to be fine. server ......
Read more >
Windows 10 Won't Accept My Password, How to Fix it
When Windows 10 won't accept your password or keeps showing password incorrect error, the first thing is check if your keyboard and mouse...
Read more >
Fix: Windows 10 Will Not Accept My Password - Passper
Unable to log into your computer since Windows won't accept your password. Read this article, you will learn 8 methods to solve the...
Read more >
I've entered the correct password, but I still can't connect
Passwords are case-sensitive (it matters whether they have capital or lower-case letters), so check that you didn't get the case of one of...
Read more >
How to Fix Windows 10 Not Accepting Password - Appuals.com
The password is incorrect – In a lot of cases, the culprit ended up being an incorrect password. Since the Microsoft account password...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found