LinuxServer: Difference between revisions

No change in size ,  22 February 2021
no edit summary
No edit summary
No edit summary
Line 19: Line 19:
GTA Connected is an actively updated multiplayer modification and regularly receives [https://gtaconnected.com/versions/server updates]. Here is a quick and easy one-liner to update your server:
GTA Connected is an actively updated multiplayer modification and regularly receives [https://gtaconnected.com/versions/server updates]. Here is a quick and easy one-liner to update your server:
<code>wget -qO- https://gtaconnected.com/downloads/server/latest/linux | tar xvzf -</code>
<code>wget -qO- https://gtaconnected.com/downloads/server/latest/linux | tar xvzf -</code>
 
'''Please note''' that this will overwrite server.xml with default values!
'''Please note'' that this will overwrite server.xml with default values!
If you use server.xml as your [[ServerConfiguration|server configuration]], back up your current configuration before using this.  
If you use server.xml as your [[ServerConfiguration|server configuration]], back up your current configuration before using this.  
You can also avoid this by using a different configuration file when starting the server via the -config command arg.
You can also avoid this by using a different configuration file when starting the server via the -config command arg.
2,591

edits