Skip to content

shipnode setup

Installs everything ShipNode needs on the remote server. Idempotent — safe to re-run.

Terminal window
npx shipnode setup

Installs (Ubuntu/Debian):

  • mise + Node.js (version from nodeVersion)
  • PM2 (process supervisor) + the pm2-logrotate module
  • Caddy (reverse proxy + HTTPS)
  • The selected package manager (npm / pnpm / yarn / bun)
FlagPurpose
--config <path>Use a non-default config file.