4. macOS Server Setup

Updated on November 4, 2025

Step-by-Step

  1. Give Executable Permissions
sudo chmod +x thirdpartyserver-mac
  1. Start with PM2
pm2 start thirdpartyserver-mac
  1. (Optional) Run as Root with PM2
sudo pm2 start thirdpartyserver-mac --user root
  1. Check File Path

Ensure the file exists at /path/to/thirdpartyserver-mac.