Applicable to:
- Plesk for Linux
Question
Which Node.js versions are available for installation in Plesk for Linux?
Answer
In general, Plesk supports the installation of stable and LTS Node JS releases which have not reached their end of security support yet.
At the time of last update of this article, they are the following:
- Node.js 24
- Node.js 23
- Node.js 22
- Node.js 20
- Node.js 18
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
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):
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.