Skip to main content

Permanent Process w/ cPanel User

Comments

1 comment

  • cPanelKenneth
    If the application is not designed to run as a daemon, then you'll need to run it via screen or tmux. You'll have to start the application via SSH, but can disconnect from the server once it's running. A high level over view of the process is: 1. Login to server via SSH 2. Start screen or tmux (or reattach to a current session) 3. Start your application 4. Close your SSH connection I recommend reading more about tmux (my preferred) or screen. They are very powerful and can be a bit confusing at first.
    0

Please sign in to leave a comment.