Interface administrators, moderator
2,601
edits
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
== Server Manual == | == Server Manual == | ||
You can find the main server manual (applies to both Linux and Windows servers) on the [[ServerManual|server manual]] | You can find the main server manual (applies to both Linux and Windows servers) on the [[ServerManual|server manual]] | ||
== 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: | |||
<code>wget -qO- https://gtaconnected.com/downloads/server/latest/linux | tar xvzf -</code> | |||
'''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. | |||
You can also avoid this by using a different configuration file when starting the server via the -config command arg. |