This guide explains how to create a Node.js app with Express, deploy it with the pm2 process manager, and publish it with an Nginx reverse proxy. Before you begin: * Deploy a [fully-updated](https://docs.vultr.com/how-to-update-a-vultr-cloud-server#how-to-update-debian--ubuntu) Vultr cloud server running Ubuntu 20.04. 1. SSH to the server, or connect with the [Vultr web console](https://docs.vultr.com/vultr-web-console-faq/). 1. Update all your dependencies. $ sudo apt update 1. Install ......