I’ve tried to launch a Node.js app either with systemd or cron both with unprivileged and privileged accounts but it seems that the only way to get it work is with node app.js or whatever_monitoring_package app.js. I’m using nginx as a reverse proxy, so my first guess was to check if nginx’s logs had some errors but nothing. Then I tried to launch it directly by http://IP:PORT but nothing. My firewall’s rules are ok, triple-checked. Browsers say “Waiting…”. systemd works normally and cron is normally executed at startup. There are no errors.
Thanks in advance.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
@Gabriele Romanato
Check this tutorial for running Nodejs apps.
Hope this helps