Step-by-Step
- Give Executable Permissions
sudo chmod +x thirdpartyserver-linux redis-server
- Start with PM2
sudo pm2 start thirdpartyserver-linux
- (Optional) Run as Root with PM2
sudo pm2 start thirdpartyserver-linux --user root
-
Check File Path
Ensure the file exists at
/root/thirdpartyserver-linux.