Reset password via Cnmaestro


@Fedor wrote:

It's not possible to find out the password, but you can change it through cnMaestro.

Please find the link to community article:

https://community.cambiumnetworks.com/t5/ePMP-3000-2000-and-1000/Automating-ePMP-Password-Changes-using-cnMaestro/td-p/72614

Thank you.



@ElbowWilham wrote:

I tried the cache thing right away. I also tried 2 different browsers that had never been used to open that radio. Got the same response. 

I was able to view the configuration file from cnmaestro, but it does not contain the cambiumSysAccountsHash. 

Has that changed in the most recent firmware upgrades?


You cannot view it in CNM, we have been down this rabbit hole in the past. Follow the link above, what you will want to do, log into a working radio, "backup" the config file in txt format, open the json with notepad++ or another editor, at the bottom of the file you will see the account, the first one named admin is the primary, you will want to copy that hash there into the provided script to put in cnm

{
  "device_props": {
    "cambiumSysAccountsTable": [
      {
        "cambiumSysAccountsName": "admin",
        "cambiumSysAccountsHash": "yOuRhA$h.",
        "cambiumSysAccountsUID": "1000",
        "cambiumSysAccountsGID": "4",
        "cambiumSysAccountsDir": "/tmp",
        "cambiumSysAccountsShell": "/usr/bin/clish"
      },

Now, this is one i already had in my CNM, i just pulled one from a 1000 radio on 4.4.3, it looks a little different

{
  "device_props": {
    "cambiumSysAccountsTable": [
      {
        "cambiumSysAccountsName": "admin",
        "cambiumSysAccountsHash": "yOuRhA$h",
        "cambiumSysAccountsUID": "1000",
        "cambiumSysAccountsGID": "4",
        "cambiumSysAccountsDir": "\/tmp",
        "cambiumSysAccountsShell": "\/usr\/bin\/clish"
      },