Update KanBo license
Last modified:
In certain scenarios (installation and update of KanBo as well as when license key expires), you will have to update your KanBo license. Please follow these steps to update your KanBo license.
Update KanBo License
Office 365 / Azure
To change your license on Office 365 you'll need to have Windows Azure administrative priviledges. The fastest way to edit KanBo web.config is to use KUDU service. If your KanBo url is for example https://kanbo-online-kanbo.azurewebsites.net/intranet/1# chage it to https://kanbo-online-kanbo.scm.azurewebsites.net/
Then selecte Debug console -> PowerShell from top navigate bar.
Navigate to Sites -> wwwroot, scroll page to the bottom and edit web.config.
Edit value in the <add key="KanBoLicenseKey" value="Your New key goes here" />
Once you Save changes your Azure websites will be restarted and changes will be applied.
On-premises
Login your KanBo website to server hosting.
Open IIS manager. Click the right button on your KanBo website and select Explore.
Edit web.config in the notepad and find <Add key="KanBoLicenseKey"=... entry. Delete the old value from it. Add the new key in <add key="KanBoLicenseKey" value="Your New key goes here" />
Once you Save changes KanBo websites restartx and the new key will be applied.
Possible issues:
1. "The key does not have enough users"
A KanBo license is always generated for an exact number of users. Sometimes after completing the following steps, you can see the "The key does not have enough users" communicate below the "Current license" field. This means that a current number of already added KanBo users is bigger than a number of users covered by a new license. To get rid of this issue, please deactivate an exact number of users so it will fit a number covered by license. Then, please click on "Reauthenticate" button.
To check a number of users covered by licence, please go to KanBo Landing Page -> Settings (General) -> KanBo Config -> Setup (Advanced) and click on Licence Status. You will see all information about your licence and it's number of users below the "Current license" field (how many licenses have been already used by users/how many are free to use).
You can also check basic info while moving into KanBo Landing Page -> Settings (General). You will see how many licenses are used/free.