11-01-2020, 06:36 PM
Guys, I forgot the password, the default Username/Password: "admin"/"force" or "sbhacker"/"sbh doesn't work.
I searched for solutions and found a post:
SSH into forceware and run the following command (change "yournewpassword" to desired password)
Code:
Now take the results from the previous command and use it to replace the word "output_here" in this command and run it
Code:
Example
Code:
Now you can log in the WebUI with the new password
I know it's stupid to ask, but what does it mean to "SSH to forceware" and how exactly should I do?
I searched for solutions and found a post:
SSH into forceware and run the following command (change "yournewpassword" to desired password)
Code:
Code:
hpasswd yournewpassword
Now take the results from the previous command and use it to replace the word "output_here" in this command and run it
Code:
Code:
echo "admin:output_here" >/nvram/fw/.htpasswd
Example
Code:
Code:
echo "admin:KdcE8nHjwFGB6" >/nvram/fw/.htpasswd
Now you can log in the WebUI with the new password
I know it's stupid to ask, but what does it mean to "SSH to forceware" and how exactly should I do?