Web username credentials
2 posters
Page 1 of 1
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 : 18
Point : 38
Registration Date : 2017-11-27
Similar topics
» default cli login credentials
» What is the username and password for download.telcobridges.com?
» What is the username and password for download.telcobridges.com?
» Username and Password for all download links
» I didn’t configure SSH password once I did initial set up as your documents indicated that if it’s hosted on AWS so there is no need to configure SSH credentials. Is there any way to log in to the SBC?
» What is the username and password for download.telcobridges.com?
» What is the username and password for download.telcobridges.com?
» Username and Password for all download links
» I didn’t configure SSH password once I did initial set up as your documents indicated that if it’s hosted on AWS so there is no need to configure SSH credentials. Is there any way to log in to the SBC?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum