What is a one sentence summary of your feature request?
Automate MSP license renewal
Please describe your idea in detail. What is your problem, why do you feel this idea is the best solution, etc.
Hi,
We need to automate the MSP license update on the servers we manage.
Typically, when updating, we have always manually connected to the clients’ Auditor servers to upload the updated .lic file.
Since there are numerous servers, we were wondering if it would be possible to automate this task using a script, cmd, or PowerShell, potentially launched from our RMM.
This way, we would be able to manage the update more efficiently, without having to manually connect to numerous servers nearing their expiration dates.
How do you currently solve the challenges you have by not having this feature?
Currently, we have to manually update the license via the GUI by manually connecting to the dozens of servers we manage
Thank you for taking the time to share this detailed feedback — we really appreciate it, and we completely understand the challenge of managing license renewals across dozens of servers manually.
We have good news: this capability is actually already available in Netwrix Auditor via the built-in WebAPI. You can automate license uploads using a simple PowerShell script that can be triggered directly from your RMM:
The script uses Windows authentication (-UseDefaultCredentials), so it should run under an account with Netwrix Auditor administrator rights on the target server
Simply replace with the hostname or IP of each managed instance
You can easily wrap this in a loop to iterate over all your managed servers and apply the same .lic file across all of them in one go
We hope this helps streamline your renewal process significantly. Please don’t hesitate to reach out if you have any questions or run into any issues — we’re happy to help!