Skip to content

Instantly share code, notes, and snippets.

View younes-ammari's full-sized avatar

Younes AMMARI younes-ammari

View GitHub Profile
@younes-ammari
younes-ammari / nextjs14-vps-guide.md
Created March 30, 2025 08:35 — forked from aryanprince/nextjs14-vps-guide.md
Quickly deploy a Next.js 14 app on a VPS (Droplets, EC2, etc.) with app router, RSCs, and other Next.js features

from aryan: most guides i found online weren't helpful for me, hope this helps tho :)

1. Connect to machine

ssh root@<server-ip-address>

Optional but recommended:

sudo apt update && sudo apt upgrade -y