Reset eXtplorer admin Password

      7 Comments on Reset eXtplorer admin Password
** Generate new Password.
[[email protected] ~]# echo -n "yournewpassword" | md5sum
6afedb7a8348eb4ebdbe0c77ef92db4c -

** Replace old Password (line 11) with new generated password in .htusers.php file.
[[email protected] ~]# vi /var/www/html/extp/config/.htusers.php
<?php
	// ensure this file is being included by a parent file
	if( !defined( '_JEXEC' ) && !defined( '_VALID_MOS' ) ) die( 'Restricted access' );
	$GLOBALS["users"]=array(
	array("admin","614f52a03a4bc8c7a95aa8b29ee436v3","/data/web","http://localhost",1,"",7,1),
);
?>

7 thoughts on “Reset eXtplorer admin Password

  1. Fernando

    what do I do in order to a user that is connected, he can change his password?
    the problem is that the users usually need to change the password but theirselves in the application extplorer.
    Is it possible? I have tried many options but ir is impossible.
    Please, your help will be appreciated

    BR

    Reply
  2. Daniele

    Hi
    I’m trying to reset exTplorer password too, on a Thecus 4100Pro device
    Actually, I’m unable to find /var/www/html/extp/config/.htusers.php file
    I don’t have /var/www/html directory , “find” command is unable to find html or extp starting from /

    Any idea ?
    Regards

    Reply
    1. Gia Post author

      Can you find an apache configuration file? After that found, find an exTplorer location from apache configuration.

      Regards.

      Reply
  3. Daniel

    Hi
    I’m trying to reset exTplorer password too, on a Thecus 4100Pro device
    Actually, I’m unable to find /var/www/html/extp/config/.htusers.php file
    I don’t have /var/www/html directory , “find” command is unable to find html or extp starting from /

    Any idea ?
    Regards

    Reply
  4. Mark

    I understand the code, but what am I suppost to do with it?
    – Replace my entire .htusers.php with this?
    – just the 614….. code with 6afed…….. and use ‘yournewpassword’ as the new admin password (didn’t work).

    How am I suppost to use this?

    Grz Mark

    Reply
    1. Gia Post author

      Hi Mark,

      Just change 614f52a03a4bc8c7a95aa8b29ee436v3 with 6afedb7a8348eb4ebdbe0c77ef92db4c (minus dash symbol) / new password generated by md5sum, and after that refresh a Browser.

      Reply

Leave a Reply

Your email address will not be published.

Time limit is exhausted. Please reload CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.