New Node.js v26 Available
The new Node.js v26 version is now available on our servers!
On the SSH level, you can use Node.js v26 with the following commands:
node26npx26npm26yarn26
For websites, simply select Node.js v26 from the available Node.js versions when creating a vhost through DevilWEB 2.1.
You can also configure it using the following SSH command:
devil www add DOMAIN nodejs /usr/local/bin/node26 ENVIRONMENT
Where DOMAIN is the site's address and ENVIRONMENT can be one of:
productionstagingdevelopmenttest
ATTENTION: Node.js v23 will be removed within the next three months. If you are currently using Node.js v23, we recommend testing your application with the new Node.js v26 version or switching to v24 as soon as possible.