Linux Ubuntu Server for Node.js

Job ID: 37769679

Budget: ₹1,500 – ₹12,500 INR

I have a dedicated server. 64 core CPU. OS Ubuntu.
I want to configure into VS code vis SSH to run, js code scripts.
It works on node js.

This is the basic one:

Server Setup
Setup a Ubuntu server
Setup a User with sudo access
Generate SSH Key
Configure server for SSH connections and outbound http requests (puppeteer scripts).

VS Code Setup
Connect to remote server directly for VS code for ease of use.
Allow access from VS code to file system. (adding and deleting scripts).
Allow access from VS code to shell for script execution.

Scripts for Launching and Killing Processes
Setup bash script to run the process using pm2.
Collect the logs and store it in a specified folder.
Delete catche memory every 15 mins, so memory wont get full.
Delete old logs after 7 days.
Related categories: Linux Software Architecture Shell Script Node.js Ubuntu