When I configured CMX 10.3,I forgot the webUI password.
The username is admin,and I forget the password.
So I can't login the web:https://xxx.xxx.xxx.xxx/login.
I want to know how I can reset the password or I can find it.
I tried to find the config files in the linux system,but I can't find the files.
I'm very anxious now!
Who can help me~~~
Solved! Go to Solution.
Hi,
From the following document
Cisco Connected Mobile Experiences - Command References - Cisco
Matt
cmxctl users
To list or to configure Cisco Connected Mobile Experiences(Cisco CMX) users using the CLI, use the cmxctl users command.
cmxctl users { list | passwd | username}
Syntax Description
list Lists all the current users.
passwd Sets the password for a user.
username Username of a user in Cisco CMX.
Command Default None.
Examples The following example shows how to list Cisco CMX users using the CLI: [root@server]#
[cmxadmin@mse10 ~]$ cmxctl users list
+--------------+-------------------+-------+
| Username | Full Name | Roles |
+==============+===================+=======+
| admin | Admin User | Admin |
+--------------+-------------------+-------+
| learning | Learning Learning | Admin |
+--------------+-------------------+-------+
| USERCITE9999 | None None | |
+--------------+-------------------+-------+
[cmxadmin@mse10 ~]$ cmxctl users passwd admin
Enter a new password for user admin:
Repeat for confirmation:
Password changed successfully.
Hi,
From the following document
Cisco Connected Mobile Experiences - Command References - Cisco
Matt
cmxctl users
To list or to configure Cisco Connected Mobile Experiences(Cisco CMX) users using the CLI, use the cmxctl users command.
cmxctl users { list | passwd | username}
Syntax Description
list Lists all the current users.
passwd Sets the password for a user.
username Username of a user in Cisco CMX.
Command Default None.
Examples The following example shows how to list Cisco CMX users using the CLI: [root@server]#
[cmxadmin@mse10 ~]$ cmxctl users list
+--------------+-------------------+-------+
| Username | Full Name | Roles |
+==============+===================+=======+
| admin | Admin User | Admin |
+--------------+-------------------+-------+
| learning | Learning Learning | Admin |
+--------------+-------------------+-------+
| USERCITE9999 | None None | |
+--------------+-------------------+-------+
[cmxadmin@mse10 ~]$ cmxctl users passwd admin
Enter a new password for user admin:
Repeat for confirmation:
Password changed successfully.
Thank you very much!!