How do you deploy it exactly? Do you just ssh in and run those commands? Because the application will terminate as soon as you end that shell by logging out, just like your meteor application will stop when you close the terminal window when developing. You need another program like forever to run the application “outside” of the shell you are in.