# Deploying Node.js applications with PM2 on Vultr

DevFeed: [Deploying Node.js applications with PM2 on Vultr](<https://devfeed.tech/articles/deploying-node-js-applications-with-pm2-on-vultr-4044.md>)

Original publisher: [Read original article](<https://developer.mozilla.org/en-US/blog/deploying-node-js-applications-with-pm2-on-vultr/>)

Author: vultr

Published: 2023-11-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [MDN Blog](<https://devfeed.tech/sources/mdn-blog.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [nginx](<https://devfeed.tech/topics/nginx.md>), [SSL](<https://devfeed.tech/topics/ssl.md>), [Security](<https://devfeed.tech/topics/security.md>), [Express](<https://devfeed.tech/topics/express.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [npm](<https://devfeed.tech/topics/npm.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [express](<https://devfeed.tech/tags/express.md>), [http](<https://devfeed.tech/tags/http.md>), [load-balancing](<https://devfeed.tech/tags/load-balancing.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [node](<https://devfeed.tech/tags/node.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [npm](<https://devfeed.tech/tags/npm.md>), [security](<https://devfeed.tech/tags/security.md>), [ssl](<https://devfeed.tech/tags/ssl.md>)

## AI overview

A tutorial on deploying Node.js applications on a Vultr Cloud Compute server with PM2. It covers persistent services, PM2 cluster mode, automatic restarts, Nginx reverse-proxy configuration, load balancing, and SSL-based HTTPS security.

## Source excerpt

Learn how to deploy a Node.js application on Vultr using PM2 to create persistent services. This guide shows how to efficiently use resources via PM2 cluster mode. It also covers Nginx server setup and SSL security.