Deploy Guide (quick)

  1. Upload files to server
  2. npm install
  3. copy .env.example to .env and set JWT_SECRET & ADMIN_KEY & ALLOWED_ORIGINS (include your client domains)
  4. node server.js (or pm2 start server.js)
  5. Visit https://your-domain/ (admin UI) and paste ADMIN_KEY to manage licenses