Alan.Alexander Posted September 18, 2012 Share Posted September 18, 2012 I have a VPS running Debian 6, how would I go about starting my server without having to leave PuTTY running on my computer? Link to comment
robhol Posted September 18, 2012 Share Posted September 18, 2012 Use GNU Screen. screen -S mta to start a session, Ctrl-A D to detach, screen -r mta to resume. Link to comment
Alan.Alexander Posted September 18, 2012 Author Share Posted September 18, 2012 This problem is now solved after asking in the IRC if anyone could help me with GNU Screen. So yeah, this topic can be moved to a bin of sorts? MUCHOS GRACIAS! Link to comment
Anderl Posted September 18, 2012 Share Posted September 18, 2012 Other way is: nohup ./$MTA-SERVER-FILE & Where $MTA-SERVER-FILE is the Multi Theft Auto server binary ( for those who didn't still understand, it's the console ). Link to comment
x86 Posted September 19, 2012 Share Posted September 19, 2012 Uhm... just use: ./mta-server -d 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