Jump to content

[HELP] Opening server console from putty


..:D&G:..

Recommended Posts

Assuming that you run it in a screen session you simply need to reconnect to the screen session, to do so:

screen -ls 

To show which screen sessions that is currently active, then:

screen -r <name-or-id> 

Where is the name or process ID of the screen session seen in the list you requested earlier.

CTRL + A then D is used to safely detach from the screen session if you wish to run another command without having to stop your server. For more info, see:

screen --help 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...