Do you use the
node.js toolkit extension in Plesk, or do you install node.js by hand?
In some node.js projects, you manually set the port in your code. Simple example:
If you choose a port that is already in use, your program will not start because the 'listen' method will fail. You'll need to switch to another port in this case.
To see if a port is already in use, you can run this command: