..:D&G:.. Posted January 25, 2016 Share Posted January 25, 2016 Hello guys, I have a server running on an Unbuntu VPS and I want to know how to access the server console when I open putty. Thank you Link to comment
Mr_Moose Posted January 28, 2016 Share Posted January 28, 2016 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now