Join Discord
Powered by
Hi! How to reset admin password if I can't login t...
# server
b
broad-rain-53688
06/07/2022, 8:15 AM
Hi! How to reset admin password if I can't login to panel? I forgot the password.
j
jolly-london-20127
06/07/2022, 10:15 AM
you need to use the API
jolly-london-20127
06/07/2022, 10:15 AM
https://docs.netmaker.org/api.html#users-api
jolly-london-20127
06/07/2022, 10:16 AM
Update User: curl -X PUT -d '{"password":"noonewillguessthis"}' -H 'Content-Type: application/json' -H "authorization: Bearer YOUR_SECRET_KEY" localhost:8081/api/users/{username}
jolly-london-20127
06/07/2022, 10:16 AM
where YOUR_SECRET_KEY is the master key for the server
b
broad-rain-53688
06/07/2022, 10:17 AM
@jolly-london-20127
Thanks a lot! 👍
32
Views
Previous
Next