Applicable to:
- Plesk for Linux
- Plesk for Windows
Question
Which Node.js versions are available in Plesk?
Answer
Plesk for Linux:
- Node.js 20
- Node.js 19
- Node.js 18
- Node.js 16
- Node.js 14
Note: Node.js 18 and higher is compatible only with Linux distributions based on and using glibc 2.28 or later (CentOS/CloudLinux/RHEL 7 go only up to glibc 2.17). To check the current version on your OS, you may use the following command:
# [root@server ~]# ldd --version
ldd (GNU libc) 2.17
Plesk for Windows:
Node.js versions that are available for installation via Plesk Installer:
- Node.js 20
- Node.js 18
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 /usr/local/psa/admin/conf/panel.ini
(Plesk for Linux) or %plesk_dir%admin\conf\panel.ini
(Plesk for Windows Server):
CONFIG_TEXT: [ext-nodejs]
updateVersionsAutomatically = false
Comments
1 comment
How to upgrade Node to version 18, in my plesk show only version 14 and 16
I am using Linux
Please sign in to leave a comment.