Jump to content

Setting up MTA on a Linux VPS..


Recommended Posts

  • MTA Team

Get the latest MTA:SA linux server:

wget [url=http://linux.multitheftauto.com/dl/105/multitheftauto_linux-1.0.5.tar.gz]http://linux.multitheftauto.com/dl/105/multithef ... 0.5.tar.gz[/url] 
tar -xf multitheftauto_linux-1.0.5.tar.gz 
cd multitheftauto_linux-1.0.5 

Get config:

wget [url=http://linux.multitheftauto.com/dl/105/baseconfig.tar.gz]http://linux.multitheftauto.com/dl/105/baseconfig.tar.gz[/url] 
tar -xf baseconfig.tar.gz 
mv baseconfig/* mods/deathmatch 

Get resources:

wget [url=http://mtasa-resources.googlecode.com/files/mtasa-resources-r692.zip]http://mtasa-resources.googlecode.com/f ... s-r692.zip[/url] 
unzip mtasa-resources-r692.zip -d mods/deathmatch/resources/ 

Start server:

./mta-server 

Or, start server in daemon mode:

./mta-server -d 

List running servers:

ps aux | grep mta-server | grep -v grep 

Stop all running servers:

killall mta-server 

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