Jump to content

How Building MTASA Server on GNU Linux CentOS ?


ZiKT

Recommended Posts

exec /root/mtasa-blue/mta-server  

<- You must first execute the server application in console using this command and the directory... for example, that's my default directory.

Steps:

If you got screen installed on linux, use

screen -S windowname 

first, that's for creating a static window so it will stay always online.

Then use

exec /root/mtasa-blue/mta-server 

or change the directory if it's different.

After that you will have yor server running, whenever you want to stop your computer just close that window, nothing will happen to your server.

Whenever you want to get that screen again just use

screen -r windowname 

and the server window will come up.

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...