Alan.Alexander Posted September 18, 2012 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?
robhol Posted September 18, 2012 Posted September 18, 2012 Use GNU Screen. screen -S mta to start a session, Ctrl-A D to detach, screen -r mta to resume. Do NOT PM ME for help unless invited. - New MTA Script Editor Scripting help "etiquette": understandable language, relevant code (ALL code if unsure), [Lua] tags, error messages with line numbers. Super simple stuff.
Alan.Alexander Posted September 18, 2012 Author 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!
Anderl Posted September 18, 2012 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 ). "[...] If you don’t love it, if you’re not having fun doing it, you don’t really love it, you’re going to give up." - Steve Jobs, 2007
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