NOTE: This document assumes the linux distro used is RHEL/CentOS
-
Login to vps Command 1: ssh root@{{IP_ADDRESS}} Command 2: {{Password}}
-
Install nodejs via terminal Command (Node version 22):
curl -fsSL https://rpm.nodesource.com/setup_22.x | sudo bash -
-
Install Docker via terminal