LinuxServer: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 18: Line 18:
== Updating the server ==
== Updating the 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:
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:
<br><nowiki>wget -qO- https://gtaconnected.com/downloads/server/latest/linux | tar xvzf -</nowiki><br>
<br><nowiki><code>wget -qO- https://gtaconnected.com/downloads/server/latest/linux | tar xvzf -</code></nowiki><br>
'''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