wg-dashboard reset password

find /opt/wg-dashboard/ -iname server_config.json

Remove current user from json array:

{
“id”: 1,
“username”: “xxx”,
“password”: “xxx
}

systemctl restart wg-dashboard.service
Access http://vpn_server_ip/createuser to create new user

Leave a Reply

Your email address will not be published. Required fields are marked *