Applicable to:
- Plesk for Windows
Question
Which Node.js versions are available for installation in Plesk for Windows?
Answer
Typically, only one of the most recent Node.js versions is available in Plesk, along with several older versions that are still maintained under long-term support (LTS), that are still within their security support period.
At the time of the last update of this article, the following Node.js versions are available for installation via the Plesk installer on a Windows server:
- Node.js 24
- Node.js 22
- Node.js 20
Additional Information
The Node.js extension now automatically installs and updates supported LTS versions.
There is a scheduled task that checks and installs available updates weekly. Once a new major LTS (or current) version appears, it will be installed by this task.
To turn off this task, add the following lines to %plesk_dir%admin\conf\panel.ini (Plesk for Windows Server):
CONFIG_TEXT: [ext-nodejs]
updateVersionsAutomatically = false
Comments
Please sign in to leave a comment.