EL-JoKeR Posted January 25, 2015 Share Posted January 25, 2015 hi , how Change my server from * Connected! [MTA:SA Server 1.4 [GNU/Linux]] To * Connected! [MTA:SA Server 1.4.1 [GNU/Linux x64]] I owned a VPS Games Specifications a VPS Ram : 8GB Bandwidth : 10000GB Linux Debian 6 KVM Location : france Hard drive : 100GB CPU: 4 vCores Link to comment
Mr_Moose Posted January 25, 2015 Share Posted January 25, 2015 First you need to check if your server support 64bit applications. Use: uname –a To get this information, For 32-bit systems you'll see this: (“i686” or “i386”). And on 64-bit systems this: (“x86_64”), now, are you using a 64 bit system? then let's continue. Download the 64-bit Linux server from here: https://nightly.multitheftauto.com/ Configure and start it then you have a 64-bit server. Additional libraries may be required, but you'll find more info about that in the sticky topics within this board. Link to comment
EL-JoKeR Posted January 25, 2015 Author Share Posted January 25, 2015 MrBrutus Thanks for helping me Is there a way to update the server automatically ؟؟ Link to comment
Mr_Moose Posted January 25, 2015 Share Posted January 25, 2015 Sure, you could make a bash script for that, it would look like this pseudo code. # Fist backup your current server cp -r /path/to/your/server /path/to/backup/folder # Make sure you extract the files in your current server folder cd /path/to/your/server # Download and extract the server, (please note that there might be newer version available, check here: [url=https://nightly.multitheftauto.com]https://nightly.multitheftauto.com[/url]) before you download. wget [url=http://linux.multitheftauto.com/dl/]http://linux.multitheftauto.com/dl/[/url]140/multitheftauto_linux-1.4.0.tar.gz tar -xf multitheftauto_linux-1.4.0.tar.gz rm multitheftauto_linux-1.4.0.tar.gz Link to comment
EL-JoKeR Posted January 26, 2015 Author Share Posted January 26, 2015 MrBrutus Thanks 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