Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9148279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:13:52+00:00 2026-06-17T11:13:52+00:00

Is it possible to ssh into a server, start a Ruby program with Sinatra

  • 0

Is it possible to ssh into a server, start a Ruby program with Sinatra, and then log out of the ssh session, and still have the Sinatra server run? I have tried this, but it seems that when I log out of the server, the Sinatra server quits. Am I doing something wrong? If I can’t do this, how would I run Sinatra continuously?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T11:13:53+00:00Added an answer on June 17, 2026 at 11:13 am

    This is usually due to the shell (for example bash) exiting and sending hangup or kill signals to all its child processes. To start the server in the background and shield it from the HUP signal you can use the command nohup:

        nohup - run a command immune to hangups, with output to a non-tty
    

    For example:

    nohup ruby sinatra_app.rb &
    

    http://en.wikipedia.org/wiki/Nohup

    For more robust deployment options you might want to look at something like Nginx and/or Phusion Passenger:

    Robust way to deploy a Rack application (Sinatra)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In my work with my professor I have to ssh into our server and
I have a remote virtual server running debian that I SSH into. On it
I want to run jwebsocket server on my server. I don't have Tomcat installed
I have two servers, one that runs my program written in Java (Server A)
I was SSH'ing into a server by running a code like this: ssh serverUser@serverIP
When I log into a particular Ubuntu Linux (10.04 64bit) host via SSH, I
Is it somehow possible to access a user's public key files (located in ~/.ssh
I am writing an SSH client using only bash (as much as possible) and
By default, when SSH'ing into a client I am automatically placed into /home/marco/ but
For starters I have whored myself out to the Internet in general as far

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.