Reset WGDashboard Password
If you ever forgot your password WGDashboard, you can simply do the following:
ssh
into your serverNavigate to WGDashboard's
src
directorycd WGDashboard/srcShutdown WGDashboard
If you start WGDashboard with
./wgd.sh start
./wgd.sh stopIf you start WGDashboard with service file
sudo systemctl stop wg-dashboard
Backup
wg-dashboard.ini
`cp ./wg-dashboard.ini ./wg-dashboard.ini.backup`Use a text editor that you're familiar with, for example
nano
to editwg-dashboard.ini
To reset password, remove the line starting with
password = ...
under the[Account]
section, and save the file.Restart WGDashboard and sign in with the default password:
admin
After signed in, head to Settings > WGDashboard Settings > Account Settings to update with your own password.
Last modified: 26 January 2025