<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joriz</id>
	<title>Multi Theft Auto: Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Joriz"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/wiki/Special:Contributions/Joriz"/>
	<updated>2026-04-27T04:00:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14367</id>
		<title>Server Manual</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Server_Manual&amp;diff=14367"/>
		<updated>2008-01-03T01:15:31Z</updated>

		<summary type="html">&lt;p&gt;Joriz: /* Need further help? */  fixed incorrect forum url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__TOC__&lt;br /&gt;
&lt;br /&gt;
==Getting started==&lt;br /&gt;
It is much easier than it looks to get a server up and running for your internet or LAN buddies: follow this wiki article and you will hopefully be on your way to hosting your own MTA:SA DM Server in no time!&lt;br /&gt;
&lt;br /&gt;
==Installing the server==&lt;br /&gt;
The dedicated server application is available in different flavours depending on the platform of the server.&lt;br /&gt;
&lt;br /&gt;
===Linux installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
===Windows installation===&lt;br /&gt;
Empty&lt;br /&gt;
&lt;br /&gt;
==Configuring your server==&lt;br /&gt;
Begin by opening the ''''mtaserver.conf'''' file, which is located in the &amp;lt;SERVER&amp;gt;\mods\deathmatch directory in a text editor, for example Windows Notepad.&lt;br /&gt;
&lt;br /&gt;
This file is fairly straightforward; every variable has a description of what to do with it and how to change it.&lt;br /&gt;
&lt;br /&gt;
==Adding admins==&lt;br /&gt;
To add admins to your sever follow these steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Browse to your servers 'deathmatch' folder and open Accounts.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add a new account into the file with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
''''Accounts.xml syntax''''&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;account name=&amp;quot;Username&amp;quot; password=&amp;quot;UserPassword&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save and close the file&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open acl.xml&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select the rights of the admin, either Moderator, SuperModerator or Admin&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Within the group you have selected add the account you have created above with the syntax below&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will finish with something like this:&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 10px&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;group name=&amp;quot;Admin&amp;quot;&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;object name=&amp;quot;user.Username&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/group&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&lt;br /&gt;
You're done! You can add as many admins as you want this way, just keep creating accounts under eachother and the same with the ACL rights.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
'''Note''': Changing these files requires a restart of the server&amp;lt;br&amp;gt;&lt;br /&gt;
'''Note 2''': There are also ways to add accounts and edit rights for the server while it's running. &amp;quot;addaccount &amp;lt;user&amp;gt; &amp;lt;password&amp;gt;&amp;quot; is an internal command to add accounts, through the web interface you can manage ACL rights while it's running.&lt;br /&gt;
&lt;br /&gt;
==Starting your server==&lt;br /&gt;
Begin by making sure that you have finished all configuration of your server, starting your server is the last stage so everything must be ready!&lt;br /&gt;
&lt;br /&gt;
To start your server double click on MTA Server.exe, make sure you allow it through any firewalls and forward ports where nessessary.&lt;br /&gt;
&lt;br /&gt;
==Installing/Updating resources on your server==&lt;br /&gt;
Resources can come in two formats, either a ZIP format or just a normal folder with the script files inside it. The MTA:SA DM server supports both these methods.&lt;br /&gt;
&lt;br /&gt;
# Move or copy the new resource to your &amp;lt;SERVER&amp;gt;\mods\deathmatch\resources folder.&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling resources==&lt;br /&gt;
Resources can easily be removed from your server if you no longer want them.&lt;br /&gt;
&lt;br /&gt;
# Delete the ZIP file or the folder of the resource you wish to uninstall&lt;br /&gt;
# In the server window type in the command &amp;quot;refresh&amp;quot; (without the quotes), this will re-scan the resources folder and update the live resources where necessary.&lt;br /&gt;
&lt;br /&gt;
==Administrating your server==&lt;br /&gt;
You can start resources with the command &amp;quot;start resourcename&amp;quot;, or stop them with &amp;quot;stop resourcename&amp;quot;. You can also go ingame and log in on your administrator account by typing &amp;quot;login username password&amp;quot; in the console. If the login is successful you can execute administrator commands in the ingame console.&lt;br /&gt;
&lt;br /&gt;
For further commands, type &amp;quot;help&amp;quot; in the server console.&lt;br /&gt;
&lt;br /&gt;
==Starting a map/gamemode==&lt;br /&gt;
See the commands section of the documentation for [[Resource:Map manager|mapmanager]] for more information.&lt;br /&gt;
&lt;br /&gt;
==Remotely administrating your server==&lt;br /&gt;
This article assumes you have setup a working account with 'Admin' user rights, and have these resources started:&lt;br /&gt;
# ResourceBrowser&lt;br /&gt;
# ResourceManager&lt;br /&gt;
# WebAdmin&lt;br /&gt;
# WebMap&lt;br /&gt;
&lt;br /&gt;
Your able to access these great remote admin tools by visiting &amp;lt;nowiki&amp;gt;http://&amp;lt;yourserverip&amp;gt;:&amp;lt;httpport&amp;gt;/resourcebrowser&amp;lt;/nowiki&amp;gt; in firefox&lt;br /&gt;
&lt;br /&gt;
==Useful Notes==&lt;br /&gt;
&lt;br /&gt;
# You may also update the resources while ingame as long as you have the correct access levels by typing &amp;quot;refresh&amp;quot; in the clients console or &amp;quot;/refresh&amp;quot; in the chat window. This may cause a second of lag if you have many resources.&lt;br /&gt;
# In the above instructions, &amp;lt;SERVER&amp;gt; is the path to your server's main directory. In most cases this is C:\Program Files (x86)\MTA San Andreas\server&lt;br /&gt;
&lt;br /&gt;
====Need further help?====&lt;br /&gt;
Why not pop over to our [http://forum.mtasa.com/ Forums] or join us on [irc://irc.multitheftauto.com/mta IRC] (irc.multitheftauto.com #mta - [http://www.mirc.com MIRC])&lt;/div&gt;</summary>
		<author><name>Joriz</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Talk:Paths&amp;diff=6573</id>
		<title>Talk:Paths</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Talk:Paths&amp;diff=6573"/>
		<updated>2006-11-29T20:06:55Z</updated>

		<summary type="html">&lt;p&gt;Joriz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It would be more logical if the camera was an element, rather than referring to it separately. It also means that you can use the other element functions to manipulate it in interesting ways [[User:JonChappell|JonChappell]]&lt;br /&gt;
&lt;br /&gt;
Nice feature. Hope that it will be added earlier because a function like this makes the different between mta and other multiplayer games. --[[User:Joriz|Joriz]] 14:06, 29 November 2006 (CST)&lt;/div&gt;</summary>
		<author><name>Joriz</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Multi_Theft_Auto:_Wiki:Broken/Multi_Theft_Auto:_Wiki:General_disclaimer&amp;diff=4140</id>
		<title>Multi Theft Auto: Wiki:Broken/Multi Theft Auto: Wiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Multi_Theft_Auto:_Wiki:Broken/Multi_Theft_Auto:_Wiki:General_disclaimer&amp;diff=4140"/>
		<updated>2006-08-05T16:17:27Z</updated>

		<summary type="html">&lt;p&gt;Joriz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Do not give this url or its content to non-mta team and non-qa team members!'''&lt;br /&gt;
&lt;br /&gt;
All content on the MTA Dev Wiki is protected by European law and may not be copied without permission of the author.&lt;br /&gt;
&lt;br /&gt;
The wiki's existence should not be publicised.&lt;br /&gt;
&lt;br /&gt;
Violators will be banned. Survivors will be banned again.&lt;/div&gt;</summary>
		<author><name>Joriz</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Multi_Theft_Auto:_Wiki:Broken/Multi_Theft_Auto:_Wiki:General_disclaimer&amp;diff=4139</id>
		<title>Multi Theft Auto: Wiki:Broken/Multi Theft Auto: Wiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Multi_Theft_Auto:_Wiki:Broken/Multi_Theft_Auto:_Wiki:General_disclaimer&amp;diff=4139"/>
		<updated>2006-08-05T16:15:34Z</updated>

		<summary type="html">&lt;p&gt;Joriz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Do not give this url or its content to non-mta team and non-qa team members!'''&lt;br /&gt;
&lt;br /&gt;
All content on the MTA Dev Wiki is protected by European law and may not be copied without permission of the author.&lt;/div&gt;</summary>
		<author><name>Joriz</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=User:Joriz&amp;diff=1613</id>
		<title>User:Joriz</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=User:Joriz&amp;diff=1613"/>
		<updated>2006-03-27T18:29:40Z</updated>

		<summary type="html">&lt;p&gt;Joriz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello I'm Joriz&lt;br /&gt;
&lt;br /&gt;
Want more info? Contact me on IRC (you know which channel)&lt;/div&gt;</summary>
		<author><name>Joriz</name></author>
	</entry>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=Multi_Theft_Auto:_Wiki:Broken/Multi_Theft_Auto:_Wiki:General_disclaimer&amp;diff=1612</id>
		<title>Multi Theft Auto: Wiki:Broken/Multi Theft Auto: Wiki:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Multi_Theft_Auto:_Wiki:Broken/Multi_Theft_Auto:_Wiki:General_disclaimer&amp;diff=1612"/>
		<updated>2006-03-27T18:26:34Z</updated>

		<summary type="html">&lt;p&gt;Joriz: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Do not give that url or it's content to non-mta team and non-qa team members!'''&lt;/div&gt;</summary>
		<author><name>Joriz</name></author>
	</entry>
</feed>