Web username credentials
Web username credentials
I just completed a bare metal installation and changed the root user accounts password using the CLI on the server. However, when I login using the web browser, it does not recognize the 'root' user or the default or changed password and will not let me login. I assumed they were one and the same. Any thoughts? Thanks.
duanee- Number of Messages : 1
Point : 3
Registration Date : 2017-12-01
Re: Web username credentials
hi duanee,
thanks for using the forum. Just to be clear:
1- You modified the ssh password, not the webgui password,right?
2- You can log in the SBC via ssh, but not the webgui, correct?
3- If both 1 and 2 are true, the default password for the webgui should work.
If not, you can always reset it back to default by below procedure:
ssh to the SBC host:
mysql -utbdb -ptbdbpw
use toolpack_3_0
UPDATE users SET pass='dc76e9f0c0006e8f919e0c515c66dbba3982f785' WHERE name='root';
thanks for using the forum. Just to be clear:
1- You modified the ssh password, not the webgui password,right?
2- You can log in the SBC via ssh, but not the webgui, correct?
3- If both 1 and 2 are true, the default password for the webgui should work.
If not, you can always reset it back to default by below procedure:
ssh to the SBC host:
mysql -utbdb -ptbdbpw
use toolpack_3_0
UPDATE users SET pass='dc76e9f0c0006e8f919e0c515c66dbba3982f785' WHERE name='root';
NicoleTan- Number of Messages : 3
Point : 5
Registration Date : 2017-11-27
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum