1. Linux Server Setup

Updated on November 4, 2025

Step-by-Step

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

    Ensure the file exists at /root/thirdpartyserver-linux.