Got it

Is it possible to change the password of the 'telecomadmin' user on the Web interface of the ONT/ONU?

Created: Apr 11, 2018 22:18:47Latest reply: Sep 7, 2021 07:12:45 61509 18 3 0 2
  Rewarded HiCoins: 0 (problem resolved)

Hi, guys!


This post enquires whether it is possible to change the password of the 'telecomadmin' user on the Web interface of the ONT/ONU. Please see more details as you read further down this post.


The web interface of a Huawei ONT


Issue description


So, is it possible to change the password of the 'telecomadmin' user on the web interface of the ONT/ONU or via CLI commands on an OLT MA5600 Series (e.g. HG8245H, HG8010H or HG8121H)? 


The default user and password are below, but I'd like change to password:


  • username: telecomadmin;


  • password: admintelecom.


Version information of ONU: V3R018C00S110; model: HG8121H.


Version information of OLT: MA5600V800R017C10 SPH202; model: MA5608T.


Note: 


During my research, I found out that it is possible to change the password of the 'telecomadmin' user on the Web interface of the ONT/ONU, but only via an NMS U2000. Is this affirmation correct?


Thank you!

Attachment: You need to log in to download or view. No account? Register

The post is synchronized to: Hot Topics

Featured Answers

Hi!

Firstly, your information is correct :). You can change the admin password only via U2000.

Please see the steps:


Step 1. Download the old VAS profile and find the UserInterface nodes:

<UserInterface>
<X_HW_WebUserInfo NumberOfInstances="1">
<X_HW_WebUserInfoInstance Enable="1" InstanceID="2" Password="UD3F450BF1420B1D1EC4FC28B83634BB" UserLevel="0" UserName="e6588EED7B47E466BE215DD0D1239256"/>
</X_HW_WebUserInfo>
</UserInterface>

Step 2. Change the Password and the UserName to what you want. For example telecomadmin/telecomadminpasswd.


<UserInterface>
<X_HW_WebUserInfo NumberOfInstances="1">
<X_HW_WebUserInfoInstance Enable="1" InstanceID="2" Password="telecomadminpasswd" UserLevel="0" UserName="telecomadmin"/>
</X_HW_WebUserInfo>
</UserInterface>

Step 3. Upload the new VAS profile and bind again.

Good luck! :)

View more
  • x
  • convention:

Hi, everyone!


I have updated this article based on this. Please click:


Huawei ONT login account and password


I need your support!



View more
  • x
  • convention:

All Answers

Hi!

Firstly, your information is correct :). You can change the admin password only via U2000.

Please see the steps:


Step 1. Download the old VAS profile and find the UserInterface nodes:

<UserInterface>
<X_HW_WebUserInfo NumberOfInstances="1">
<X_HW_WebUserInfoInstance Enable="1" InstanceID="2" Password="UD3F450BF1420B1D1EC4FC28B83634BB" UserLevel="0" UserName="e6588EED7B47E466BE215DD0D1239256"/>
</X_HW_WebUserInfo>
</UserInterface>

Step 2. Change the Password and the UserName to what you want. For example telecomadmin/telecomadminpasswd.


<UserInterface>
<X_HW_WebUserInfo NumberOfInstances="1">
<X_HW_WebUserInfoInstance Enable="1" InstanceID="2" Password="telecomadminpasswd" UserLevel="0" UserName="telecomadmin"/>
</X_HW_WebUserInfo>
</UserInterface>

Step 3. Upload the new VAS profile and bind again.

Good luck! :)

View more
  • x
  • convention:

Great! Thank you Tina! Is it possible to change the password of the 'telecomadmin' user on the Web interface of the ONT/ONU?-2650811-1
View more
  • x
  • convention:

hello dears;
please I have ont HG8245, V100R006C00SPC220 this ONT version the xml is encrypted so I cant change script does any one know any solution.

regards
View more
  • x
  • convention:

Hi

If you don't have any management software or ACS (TR069) then fastest way to change password is sending xml BY OLT

1. Prepare your xml like this:

<InternetGatewayDevice>
<UserInterface>
<X_HW_CLIUserInfo NumberOfInstances="1">
<X_HW_CLIUserInfoInstance InstanceID="1" Username="telnet" Userpassword="telnet"/>
</X_HW_CLIUserInfo>
<X_HW_WebUserInfo NumberOfInstances="2">
<X_HW_WebUserInfoInstance Enable="1" InstanceID="1" UserLevel="1" UserName="root" Password="user"/>
<X_HW_WebUserInfoInstance Enable="1" InstanceID="2" UserLevel="0" UserName="admin" Password="admin"/>
</X_HW_WebUserInfo>
</UserInterface>
</InternetGatewayDevice>

2. Put it on ftp
3. Upload your xml to ONT by OLT:

XPON-OLT>enable
XPON-OLT#diagnose
XPON-OLT(diagnose)%%ont-load stop #reset load settings
XPON-OLT(diagnose)%%ont-load info configuration yourfilename.xml ftp 1.2.3.4 ftpuser ftppassword
XPON-OLT(diagnose)%%ont-load select 0/0 0 1
XPON-OLT(diagnose)%%ont-load start

XPON-OLT(diagnose)%%display ont-load select
{ <cr>|frameid/slotid<S><Length 3-15> }:

Command:
display ont-load select
--------------------------------------------------------------
F/S/P ONT ID Load state Load progress
--------------------------------------------------------------
0/0/0 1 Fail 0%
--------------------------------------------------------------

XPON-OLT(diagnose)%%display ont-load result 0/0 0 1
-------------------------------------------------------------------------------
Program fragment num : -
Program current fragment index : -
Program current fragment loading progress : Initial state
Configuration loading progress : Failed to obtain the file from
the OLT and the FTP server
Configuration loading error info : -
-------------------------------------------------------------------------------
View more
  • x
  • convention:

With the HG8245D you can't change it from the web interface, but You *can* change it... You have mess with a huge XML file and use SHA256 and MD5 to do it though. It's a pain in the ass. (Until you figure it out).

ColPanic
View more
  • x
  • convention:

Posted by Tina_v84083080 at 2018-04-12 14:42 Hi,First, your information is correct . You can change the admin password only by U2000.Please see ...
What is the idea when depriving of changing a root password to be set via CLI or TR69? Forcing to use a proprietary NMS to have a secure configuration.
View more
  • x
  • convention:

Posted by Tina_v84083080 at 2018-04-12 08:42 Hi,First, your information is correct :). You can change the admin password only by U2000.Please see ...
very good answer
View more
  • x
  • convention:

Posted by PiotrPirog at 2018-04-26 15:02 HiIf you don't have any management software or ACS (TR069) then fastest way to change password is se ...
You're telling me the XML accepts plaintext passwords? I find this highly unlikely
View more
  • x
  • convention:

The password may be easy to maintain and prevent password forgetting.
View more
  • x
  • convention:

12
Back to list

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.