• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Trying to get NodeJS 8 to work. Need some help.

MrM

New Pleskian
I am happy with the Plesk NodeJS extension, which works well on my system. However, the latest version Plesk currently supports is 7.4.0 and the latest NodeJS release at the time of writing is 8.1.3. So I tried to install this latest release (see steps below). But I cannot select the installed version from the NodeJS version selection dropdown. Does anybody know what steps I am missing?

upload_2017-7-5_15-45-35.png

What I did:

Install NodeJS 8.x
Code:
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

Register NodeJS with Plesk
(as found in this thread Question - Possible to install node 4.x)
Code:
plesk sbin nodemng register /usr/bin/node

The output of the registered NodeJS versions:
Code:
root@myserver:~# plesk sbin nodemng versions
v8.1.2 /usr/bin/node
v6.9.1 /opt/plesk/node/6/bin/node
v7.4.0 /opt/plesk/node/7/bin/node

System details:
- Plesk Onyx 17.5.3 Update #11
- Node.js extension 1.3.2-78
- Ubuntu 16.04.2 LTS‬
 
Go to Extensions (left menu) -> My Extensions -> Node.js -> Go To Extension.
Here will be the list of available Node versions. Click Refresh button and you'll see version 8 available.
 
  • Like
Reactions: MrM
Back
Top