Request License
If you do not have a license, or if your current license is about to expire, contact the Power Platform support team to request a license. An expired license will cause the Power Platform controller to shut down, leaving the system unusable and uncontrollable. To avoid downtime, ensure that your license is renewed before it expires. When requesting a license, you will need to provide the controller UUID. This ensures that the generated license is securely tied to your specific controller and cannot be used on any other device.Retrieve Controller UUID
Navigate to the Configuration Tab
Navigate to the Configuration tab in the left navigation plane and select PLCnext Store.

For license requests or updates, please reach out to the support team at [email protected].
Make sure to include the controller UUID in your request.
Upload License File
Once you have obtained a valid license, it must be uploaded to the Power Platform controller to enable the runtime. The license file is named license.txt and must be placed in the following directory on the controller:Using SCP (Secure Copy)
Copy License File
Use the scp command to copy the license file to the controller:
- Replace /path/to/license.txt with the path to your local license file.
- Replace controller_ip with the IP address of your controller.
- Enter the admin password when prompted.
Using FileZilla
Connect to Controller
Connect to the controller using:
- Host:
controller_ip - Username:
admin - Password:
admin password - Port:
22
Navigate to Folders
- Navigate on the controller side to:
/opt/plcnext/appshome/data/60002172000969 - Navigate on your local machine side to the folder containing license.txt.
Drag and Drop License File
Drag and drop license.txt from your local machine to the controller folder.
Other Methods
Any method that allows transferring files over SSH or SFTP (e.g., WinSCP, rsync) can be used, as long as the license ends up in:/opt/plcnext/appshome/data/60002172000969.
Reboot Controller
After uploading the license, reboot the Power Platform controller to ensure the new license is applied.Through WBM
Navigate to the Overview Tab
Navigate to the Overview tab in the left navigation plane and select Cockpit.

Through Shell Session
Open Terminal
Open a terminal on your local machine and connect to the controller using SSH:Enter the admin password when prompted.
Verifying the License
After uploading and rebooting the controller, you should verify that the license file has been correctly recognized.If the license is valid, the log should contain a message indicating that the license is valid and successfully loaded.