Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
Hi everyone,
i tried to install the nodejs extension but its failed. NodeJS support is enable on my server. How can I can install or use nodejs script on my server?
Hi all,
I'm trying to deploy a NextJS app, and seem to need the NodeJS component for it. But it does not want to be installed. Or now nothing wants to be installed at all.
When I wanted to install the NodeJS component, I should also install the Phusion Passenger server, so I did that. And that...
Hi all,
I have Laravel InertiaJs web. Works really well and superfast.
Laravel InertiaJs is basically PHP server serving Vue pages (JS templates).
My problem starts in moment I want to start SSR (Server Side Render) of these Vue pages - done with NodeJS.
I need PHP server to serve web pages...
I’m running plesk repair command and facing error. Strangely it is not happening with "plesk repair all" but with "installation".
The errors are all about missing Plesk node related files and directories. The files listed below are the ones pointed out by Plesk repair. I do not use Node so I do...
Good day, everyone!
In an effort to make Plesk a better tool for Node.JS developers and those who want to provide Node.JS application hosting to their clients, we have made several significant improvements over the past few months. I’d like to take this chance to highlight those improvements...
Since the latest Plesk Obsidian update of the nodejs extension to 2.1.0 we encounter an error when trying to access the configuration. Anyone else noticed this?
Good evening.
I'm having a similar problem to the following: https://support.plesk.com/hc/en-us/articles/115001338265-How-to-set-up-CORS-cross-origin-resource-sharing-in-Plesk-for-Linux- .
In my case I'm trying to run a NodeJs server. http2 & Nginx are active.
The NodeJS server is directly...
Hi. I have a problem with running Node.js scripts in Plesk. When I run some scripts in the "Run Script" section of the Node.js plugin, it takes a lots of time running the script, but it never prints any output. For example when I run "start" script no output is shown, and when I try to run this...
Hello, I hope someone can help me run a node.js app exclusively from a sub-directory on Plesk.
I am trying to run Ghost CMS (uses node.js) when accessed in a subdirectory only. I got Ghost CMS to work on Plesk (see the journey I went through here if interested: Cannot Install Ghost on Plesk...
I'm using express routing in my plesk node.js application. It works locally, but not in plesk node enviroment. For example, when i go to a route URL, it gives me a 404 error. By the way, i'm using this repository for reference. Thanks in advance for any answer!
Hi all,
I am working on two different projects, one project is in Nodejs, and the other is in WordPress and I am trying to deploy both projects together with the use of Plesk panel on a single domain. We want our node project should run on <our_domain>/ and if we got to <our_domain>/blog then...
I need that my NodeJS applications don't shut down automatically when a requests completes. But I am not able to reconfigure Passegner for that.
According to the passenger documentation:
But I cannot find where to configure the start parameters for Passenger. I suspect that Nginxs is who...
Hello, I am trying to create a cron job from a node-js application.
I am adding my full path : /usr/bin/nodejs /var/www/vhosts/something/parser.js
I get the following output: /usr/bin/nodejs: No such file or directory
If I open my terminal and check the installation using:
1. which node...
Hello,
Is it possible to execute ESM javascript code ?
I try to use SvelteKit which generates ESM code but it seems that only CSJ is possible.
I use NodeJS 16 (I added it to Plesk).
You can find mode info about the bug here : [adapter-node] Cannot use import statement outside a module · Issue...
Hello,
i have a problem, in my plesk interface the sysuser only uses nodejs v8.10.0 but this version does not exist on my server.
the next problem is that i can change the version in the nodejs interface for any app but the user still uses version v8.10.0 when i start any script like 'build'...
I have an NodeJS REST API running on Ubuntu Server on port 8080
I have used ```ProxyPass``` and ```ProxyPassReverse``` to **api.domain.tdl**
Can anyone help to restrict the access to ``localhost`` and Server's IP
I have tried nginx conf
```
allow xx.xx.xx.xx;
allow 127.0.0.1;
deny all;
```...
I am newbie to Websocket i found this project on github, and i want to integrate this project to my old PHP project in plesk vps
client.js :
connection.onopen = function () {
console.log("Connected to the server");
}
Hi guys, i tried to setup a blog with Ghost.
For that I had to install and enable the NodeJS extension. That worked perfectly.
I've permitted the user the ssh access and the login is possible.
But if the user types "npm" into the console, the response is only bash: npm: command not found.
I've...
Since newest I can't install npm packages anymore.
I get the following message:
$ /opt/plesk/node/12/bin/npm install
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!
npm...