Skip to main content

How to Install Node.js

This script is unofficial and not supported by Ultra.cc staff.

This script will install Node.js on your Ultra.cc slot. Included in the installation is also Node Version manager (NVM) and Node Package Manager (NPM)

Installation

  • Connect to your Ultra.cc slot via SSH, see guide here.
  • Once connected, execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/Node-installer/main.sh)
  • Type confirminstall and press ENTER to proceed with the installation.
  • Done!

Uninstallation

  • Execute the following command:
bash <(wget -qO- https://scripts.usbx.me/util/Node-installer/main.sh)
  • Type uninstall and press ENTER to proceed with uninstallation
  • Press y and ENTER to confirm.
  • Done!