kaan_e Posted November 25, 2010 Share Posted November 25, 2010 I started a server but when i close console ssh connection server stopped why its vps. Link to comment
dzek (varez) Posted November 25, 2010 Share Posted November 25, 2010 install application called "screen" and read it's manual. or just search over the google how to use it. Link to comment
Towncivilian Posted November 25, 2010 Share Posted November 25, 2010 install application called "screen" and read it's manual.or just search over the google how to use it. There is an old wiki article about using screen with MTA 0.5 server. I believe the process would be the same for using MTASA's server, though. Wiki article Link to comment
Discord Moderators Zango Posted November 26, 2010 Discord Moderators Share Posted November 26, 2010 aptitude install screen screen -S mta cd /path/to/mtaserver ./mta-server now it will boot MTA server inside session 'mta' which you can resume by doing the following: screen -R mta Link to comment
x86 Posted November 27, 2010 Share Posted November 27, 2010 Hi, The "screen" command isn't needed anymore in the latest 1.0.4 Linux nightly build. Download this: https://nightly.multitheftauto.com/multitheftauto ... 073.tar.gz You can run MTA 24/7 by using this command: ./mta-server -d The argument -d keeps your server online! Hope this helps you . Have fun. Link to comment
dzek (varez) Posted November 27, 2010 Share Posted November 27, 2010 thought they will add deamon mode in 1.1, looks like i was wrong x86, i dont know linux much - is there any way to "restore" server console, like we can with screen, then "hide" it again? Link to comment
dzek (varez) Posted November 28, 2010 Share Posted November 28, 2010 im not asking for screen session, but for built-in daemon mode Link to comment
Discord Moderators Zango Posted November 29, 2010 Discord Moderators Share Posted November 29, 2010 im not asking for screen session, but for built-in daemon mode no there isn't, executable executed as daemon doesn't provide any controlling terminal Link to comment
dzek (varez) Posted November 29, 2010 Share Posted November 29, 2010 ok. so screen is much better as i can resume and hide it everytime i want Link to comment
Discord Moderators Zango Posted November 29, 2010 Discord Moderators Share Posted November 29, 2010 yea for server owners on linux, screen is probably preferred, but for hosting businesses for example, much easier to execute as daemon and read the server.log Link to comment
dzek (varez) Posted November 29, 2010 Share Posted November 29, 2010 but you cant get back to console to use commands 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