<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.empiresmod.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wanda2794</id>
	<title>Empires Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.empiresmod.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Wanda2794"/>
	<link rel="alternate" type="text/html" href="https://wiki.empiresmod.com/Special:Contributions/Wanda2794"/>
	<updated>2026-09-27T05:03:49Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://wiki.empiresmod.com/index.php?title=Dedicated_Server_Setup&amp;diff=2412</id>
		<title>Dedicated Server Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.empiresmod.com/index.php?title=Dedicated_Server_Setup&amp;diff=2412"/>
		<updated>2006-05-16T14:40:39Z</updated>

		<summary type="html">&lt;p&gt;Wanda2794: /* Starting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitenav|Dedicated Server Setup}}&lt;br /&gt;
&lt;br /&gt;
== Dedicated Server (Windows) ==&lt;br /&gt;
=== Downloading ===&lt;br /&gt;
First of all you need the [http://steampowered.com/download/hldsupdatetool.exe HLDS Update Tool]. This is what we use to update/download the server. You will also need Empires Dedicated Server from the [http://empiresmod.com/download.php Empires Download Page].&lt;br /&gt;
&lt;br /&gt;
If you want to use [http://www.mani-admin-plugin.com/ Mani Admin Plugin], make sure you download it before going any further.&lt;br /&gt;
&lt;br /&gt;
=== Installing ===&lt;br /&gt;
* First we need to download the SDS (Source Dedicated Server). To download we open up hldsupdatetool.exe and download the tool to an arbitrary location on your machine, for example: &lt;br /&gt;
 C:\HL2DS&lt;br /&gt;
* When you have finished installing the update tool open the install folder in a command prompt and type:&lt;br /&gt;
 hldsupdatetool.exe -command update -game &amp;quot;hl2mp&amp;quot; -dir C:\HL2DS  &lt;br /&gt;
&lt;br /&gt;
* If that doesnt work or your stuck or having trouble getting hl2mp then you can go [http://www.srcds.com/db/engine.php?subaction=showfull&amp;amp;id=1097362093&amp;amp;archive= HERE] for a more indepth tutorial on how to get it.&lt;br /&gt;
&lt;br /&gt;
{{Tip|Make sure you replace C:\HL2DS with your install path if it&#039;s different.}}&lt;br /&gt;
&lt;br /&gt;
This will download all files necessary to host a Half-Life 2 Deathmatch server (and Empires). And remember to &amp;quot;Go get yourself a cup of coffee.&amp;quot; as valve said, this will take some time&lt;br /&gt;
&lt;br /&gt;
* Install the Empires Dedicated Server files to &amp;quot;C:\HL2DS\empires&amp;quot; (use your own install path).&lt;br /&gt;
* Create a shortcut of &#039;&#039;&#039;srcds.exe&#039;&#039;&#039; and place it where you want then go to properties of the shortcut. Add the following to the end of the shortcut target: &lt;br /&gt;
 -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
It sould look like this; &lt;br /&gt;
 srcds.exe -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
{{Tip|You can adjust your port and maxplayers via the shortcut or the &#039;&#039;server.cfg&#039;&#039; file.}}&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Next, edit your mapcycle.txt and server.cfg files to your liking. &lt;br /&gt;
{{Warning|When editing your server.cfg remember to change your &#039;&#039;&#039;rcon_password&#039;&#039;&#039; and &#039;&#039;&#039;hostname&#039;&#039;&#039; directives!}}&lt;br /&gt;
 rcon_password &amp;quot;pass&amp;quot;  //Your rcon password&lt;br /&gt;
 hostname &amp;quot;Servername&amp;quot; //The name of your server&lt;br /&gt;
&lt;br /&gt;
These are the most important settings to change, there are more in the cfg so test around what is best for you.&lt;br /&gt;
&lt;br /&gt;
=== Starting ===&lt;br /&gt;
You should now be able to double-click your server shortcut, which will start up your dedicated server.&lt;br /&gt;
&lt;br /&gt;
== Dedicated Server (Linux) ==&lt;br /&gt;
=== Downloading ===&lt;br /&gt;
First of all you need the [http://storefront.steampowered.com/download/hldsupdatetool.bin HLDS Update Tool]. This is what we use to update/download the server. You will also need Empires Dedicated Server from the [http://empiresmod.com/download.php Empires Download Page].&lt;br /&gt;
&lt;br /&gt;
=== Installing SDS ===&lt;br /&gt;
Now we have to extract the HLDS-Update-Tool.&lt;br /&gt;
* Go to the homedir of the user who is designated to run the HL2-Server and create a subdir.&lt;br /&gt;
 hl2usr@hl2srv ~ # mkdir hl2&lt;br /&gt;
* Copy the HLDS-Update-Tool into your new subdir and chmod it to make it executable:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # chmod +x hldsupdatetool.bin&lt;br /&gt;
* Run the binary:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./hldsupdatetool.bin&lt;br /&gt;
* Now that you have finished extracting the Update-Tool you can use it to download all required files:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./steam -command update -game &amp;quot;hl2mp&amp;quot; -dir .&lt;br /&gt;
Get yourself a cup of tea, coffee, soda, etc., and have a rest. Depending on your connection speed this can take some time&lt;br /&gt;
&lt;br /&gt;
=== Installing Empires ===&lt;br /&gt;
Next, we have to extract the previously downloaded Empires-Server.&lt;br /&gt;
* Copy the zip-file (something like empires_v1xxx_server.zip) to the folder where the HLDS-Update-Tool resides (&#039;&#039;~/hl2&#039;&#039; in this example) and extract it:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # unzip empires_v1xxx_server.zip&lt;br /&gt;
This command created a subdir &#039;&#039;empires&#039;&#039; and extracted all needed files into it.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Before you can start your new Dedicated Server the servers config files have to be altered to satisfy your needs.&lt;br /&gt;
* cd to the &#039;&#039;&amp;quot;empires&amp;quot;&#039;&#039; subdir&lt;br /&gt;
* Edit the file &#039;&#039;mapcycle.txt&#039;&#039; with your prefered text editor and add/remove the maps you like/don&#039;t like in your mapcycle&lt;br /&gt;
* cd to the config dir of your Empires installation (&#039;&#039;~/hl2/empires/cfg&#039;&#039; in this example)&lt;br /&gt;
* Edit the &#039;&#039;server.cfg&#039;&#039; to your liking&lt;br /&gt;
{{Warning|When editing your server.cfg remember to change your &#039;&#039;&#039;rcon_password&#039;&#039;&#039; and &#039;&#039;&#039;hostname&#039;&#039;&#039; directives!}}&lt;br /&gt;
 rcon_password &amp;quot;pass&amp;quot;  //Your rcon password&lt;br /&gt;
 hostname &amp;quot;Servername&amp;quot; //The name of your server&lt;br /&gt;
&lt;br /&gt;
=== Starting ===&lt;br /&gt;
Now your server should be ready for startup&lt;br /&gt;
* cd to your Dedicated-Servers basedir (&#039;&#039;~/hl2&#039;&#039; in this example)&lt;br /&gt;
* Start the Server:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./srcds_run -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
{{Tip|Use a terminal multiplexer like [http://www.gnu.org/software/screen/ Screen] to be able to detach the HL2-Server Console and disconnect from your servers shell without terminating the HL2-Daemon}}&lt;br /&gt;
* You can create a Bash-File in your Dedicated-Servers basedir to easily start your Empires-Server in a virtual Screen-Terminal:&lt;br /&gt;
{{ Box File|empires.sh|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#! /bin/bash&lt;br /&gt;
screen -d -m -S empires -t empires ./srcds_run -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
* Now make the Bash-File executable and run it:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # chmod +x empires.sh&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./empires.sh&lt;br /&gt;
The Dedicated-Server now runs in the background. You can attach to the Screen-Terminal by typing:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # screen -r empires&lt;br /&gt;
&lt;br /&gt;
== Related Links ==&lt;br /&gt;
* [http://server.counter-strike.net/server.php?cmd=cmdall General HL2 Directives/Commands]&lt;br /&gt;
* [http://www.mani-admin-plugin.com/ Mani Admin Plugin]&lt;/div&gt;</summary>
		<author><name>Wanda2794</name></author>
	</entry>
	<entry>
		<id>https://wiki.empiresmod.com/index.php?title=Template:Box_File&amp;diff=2405</id>
		<title>Template:Box File</title>
		<link rel="alternate" type="text/html" href="https://wiki.empiresmod.com/index.php?title=Template:Box_File&amp;diff=2405"/>
		<updated>2006-05-15T14:50:57Z</updated>

		<summary type="html">&lt;p&gt;Wanda2794: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;75%&amp;quot; cellpadding=0 cellspacing=0 style=&amp;quot;margin-bottom:10px; background-color: #f9f9f9; border: solid 1px #6688cc;&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #6688cc;&amp;quot; | &#039;&#039;&#039;File:&#039;&#039;&#039; {{{1}}}&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&amp;lt;div class=&amp;quot;scroll&amp;quot;&amp;gt;{{{2}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wanda2794</name></author>
	</entry>
	<entry>
		<id>https://wiki.empiresmod.com/index.php?title=Dedicated_Server_Setup&amp;diff=2404</id>
		<title>Dedicated Server Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.empiresmod.com/index.php?title=Dedicated_Server_Setup&amp;diff=2404"/>
		<updated>2006-05-15T14:17:59Z</updated>

		<summary type="html">&lt;p&gt;Wanda2794: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitenav|Dedicated Server Setup}}&lt;br /&gt;
&lt;br /&gt;
== Dedicated Server (Windows) ==&lt;br /&gt;
=== Downloading ===&lt;br /&gt;
First of all you need the [http://steampowered.com/download/hldsupdatetool.exe HLDS Update Tool]. This is what we use to update/download the server. You will also need Empires Dedicated Server from the [http://empiresmod.com/download.php Empires Download Page].&lt;br /&gt;
&lt;br /&gt;
If you want to use [http://www.mani-admin-plugin.com/ Mani Admin Plugin], make sure you download it before going any further.&lt;br /&gt;
&lt;br /&gt;
=== Installing ===&lt;br /&gt;
* First we need to download the SDS (Source Dedicated Server). To download we open up hldsupdatetool.exe and download the tool to an arbitrary location on your machine, for example: &lt;br /&gt;
 C:\HL2DS&lt;br /&gt;
* When you have finished installing the update tool open the install folder in a command prompt and type:&lt;br /&gt;
 hldsupdatetool.exe -command update -game &amp;quot;hl2mp&amp;quot; -dir C:\HL2DS  &lt;br /&gt;
&lt;br /&gt;
* If that doesnt work or your stuck or having trouble getting hl2mp then you can go [http://www.srcds.com/db/engine.php?subaction=showfull&amp;amp;id=1097362093&amp;amp;archive= HERE] for a more indepth tutorial on how to get it.&lt;br /&gt;
&lt;br /&gt;
{{Tip|Make sure you replace C:\HL2DS with your install path if it&#039;s different.}}&lt;br /&gt;
&lt;br /&gt;
This will download all files necessary to host a Half-Life 2 Deathmatch server (and Empires). And remember to &amp;quot;Go get yourself a cup of coffee.&amp;quot; as valve said, this will take some time&lt;br /&gt;
&lt;br /&gt;
* Install the Empires Dedicated Server files to &amp;quot;C:\HL2DS\empires&amp;quot; (use your own install path).&lt;br /&gt;
* Create a shortcut of &#039;&#039;&#039;srcds.exe&#039;&#039;&#039; and place it where you want then go to properties of the shortcut. Add the following to the end of the shortcut target: &lt;br /&gt;
 -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
It sould look like this; &lt;br /&gt;
 srcds.exe -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
{{Tip|You can adjust your port and maxplayers via the shortcut or the &#039;&#039;server.cfg&#039;&#039; file.}}&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Next, edit your mapcycle.txt and server.cfg files to your liking. &lt;br /&gt;
{{Warning|When editing your server.cfg remember to change your &#039;&#039;&#039;rcon_password&#039;&#039;&#039; and &#039;&#039;&#039;hostname&#039;&#039;&#039; directives!}}&lt;br /&gt;
 rcon_password &amp;quot;pass&amp;quot;  //Your rcon password&lt;br /&gt;
 hostname &amp;quot;Servername&amp;quot; //The name of your server&lt;br /&gt;
&lt;br /&gt;
These are the most important settings to change, there are more in the cfg so test around what is best for you.&lt;br /&gt;
&lt;br /&gt;
=== Starting ===&lt;br /&gt;
You should now be able to double-click your server shortcut, which will start up your dedicated server.&lt;br /&gt;
&lt;br /&gt;
== Dedicated Server (Linux) ==&lt;br /&gt;
=== Downloading ===&lt;br /&gt;
First of all you need the [http://storefront.steampowered.com/download/hldsupdatetool.bin HLDS Update Tool]. This is what we use to update/download the server. You will also need Empires Dedicated Server from the [http://empiresmod.com/download.php Empires Download Page].&lt;br /&gt;
&lt;br /&gt;
=== Installing SDS ===&lt;br /&gt;
Now we have to extract the HLDS-Update-Tool.&lt;br /&gt;
* Go to the homedir of the user who is designated to run the HL2-Server and create a subdir.&lt;br /&gt;
 hl2usr@hl2srv ~ # mkdir hl2&lt;br /&gt;
* Copy the HLDS-Update-Tool into your new subdir and chmod it to make it executable:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # chmod +x hldsupdatetool.bin&lt;br /&gt;
* Run the binary:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./hldsupdatetool.bin&lt;br /&gt;
* Now that you have finished extracting the Update-Tool you can use it to download all required files:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./steam -command update -game &amp;quot;hl2mp&amp;quot; -dir .&lt;br /&gt;
Get yourself a cup of tea, coffee, soda, etc., and have a rest. Depending on your connection speed this can take some time&lt;br /&gt;
&lt;br /&gt;
=== Installing Empires ===&lt;br /&gt;
Next, we have to extract the previously downloaded Empires-Server.&lt;br /&gt;
* Copy the zip-file (something like empires_v1xxx_server.zip) to the folder where the HLDS-Update-Tool resides (&#039;&#039;~/hl2&#039;&#039; in this example) and extract it:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # unzip empires_v1xxx_server.zip&lt;br /&gt;
This command created a subdir &#039;&#039;empires&#039;&#039; and extracted all needed files into it.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Before you can start your new Dedicated Server the servers config files have to be altered to satisfy your needs.&lt;br /&gt;
* cd to the &#039;&#039;&amp;quot;empires&amp;quot;&#039;&#039; subdir&lt;br /&gt;
* Edit the file &#039;&#039;mapcycle.txt&#039;&#039; with your prefered text editor and add/remove the maps you like/don&#039;t like in your mapcycle&lt;br /&gt;
* cd to the config dir of your Empires installation (&#039;&#039;~/hl2/empires/cfg&#039;&#039; in this example)&lt;br /&gt;
* Edit the &#039;&#039;server.cfg&#039;&#039; to your liking&lt;br /&gt;
{{Warning|When editing your server.cfg remember to change your &#039;&#039;&#039;rcon_password&#039;&#039;&#039; and &#039;&#039;&#039;hostname&#039;&#039;&#039; directives!}}&lt;br /&gt;
 rcon_password &amp;quot;pass&amp;quot;  //Your rcon password&lt;br /&gt;
 hostname &amp;quot;Servername&amp;quot; //The name of your server&lt;br /&gt;
&lt;br /&gt;
=== Starting ===&lt;br /&gt;
Now your server should be ready for startup&lt;br /&gt;
* cd to your Dedicated-Servers basedir (&#039;&#039;~/hl2&#039;&#039; in this example)&lt;br /&gt;
* Start the Server:&lt;br /&gt;
 ./srcds_run -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
{{Tip|Use a terminal multiplexer like [http://www.gnu.org/software/screen/ Screen] to be able to detach the HL2-Server Console and disconnect from your servers shell without terminating the HL2-Daemon}}&lt;br /&gt;
* You can create a Bash-File in your Dedicated-Servers basedir to easily start your Empires-Server in a virtual Screen-Terminal:&lt;br /&gt;
{{ Box File|empires.sh|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#! /bin/bash&lt;br /&gt;
screen -d -m -S empires -t empires ./srcds_run -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
* Now make the Bash-File executable and run it:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # chmod +x empires.sh&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./empires.sh&lt;br /&gt;
The Dedicated-Server now runs in the background. You can attach to the Screen-Terminal by typing:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # screen -r empires&lt;br /&gt;
&lt;br /&gt;
== Related Links ==&lt;br /&gt;
* [http://server.counter-strike.net/server.php?cmd=cmdall General HL2 Directives/Commands]&lt;br /&gt;
* [http://www.mani-admin-plugin.com/ Mani Admin Plugin]&lt;/div&gt;</summary>
		<author><name>Wanda2794</name></author>
	</entry>
	<entry>
		<id>https://wiki.empiresmod.com/index.php?title=Dedicated_Server_Setup&amp;diff=2403</id>
		<title>Dedicated Server Setup</title>
		<link rel="alternate" type="text/html" href="https://wiki.empiresmod.com/index.php?title=Dedicated_Server_Setup&amp;diff=2403"/>
		<updated>2006-05-15T14:08:27Z</updated>

		<summary type="html">&lt;p&gt;Wanda2794: Added &amp;quot;Dedicated Server Setup (Linux)&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Sitenav|Dedicated Server Setup}}&lt;br /&gt;
&lt;br /&gt;
== Dedicated Server (Windows) ==&lt;br /&gt;
=== Downloading ===&lt;br /&gt;
First of all you need the [http://steampowered.com/download/hldsupdatetool.exe HLDS Update Tool]. This is what we use to update/download the server. You will also need Empires Dedicated Server from the [http://empiresmod.com/download.php Empires Download Page].&lt;br /&gt;
&lt;br /&gt;
If you want to use [http://www.mani-admin-plugin.com/ Mani Admin Plugin], make sure you download it before going any further.&lt;br /&gt;
&lt;br /&gt;
=== Installing ===&lt;br /&gt;
* First we need to download the SDS (Source Dedicated Server). To download we open up hldsupdatetool.exe and download the tool to an arbitrary location on your machine, for example: &lt;br /&gt;
 C:\HL2DS&lt;br /&gt;
* When you have finished installing the update tool open the install folder in a command prompt and type:&lt;br /&gt;
 hldsupdatetool.exe -command update -game &amp;quot;hl2mp&amp;quot; -dir C:\HL2DS  &lt;br /&gt;
&lt;br /&gt;
* If that doesnt work or your stuck or having trouble getting hl2mp then you can go [http://www.srcds.com/db/engine.php?subaction=showfull&amp;amp;id=1097362093&amp;amp;archive= HERE] for a more indepth tutorial on how to get it.&lt;br /&gt;
&lt;br /&gt;
{{Tip|Make sure you replace C:\HL2DS with your install path if it&#039;s different.}}&lt;br /&gt;
&lt;br /&gt;
This will download all files necessary to host a Half-Life 2 Deathmatch server (and Empires). And remember to &amp;quot;Go get yourself a cup of coffee.&amp;quot; as valve said, this will take some time&lt;br /&gt;
&lt;br /&gt;
* Install the Empires Dedicated Server files to &amp;quot;C:\HL2DS\empires&amp;quot; (use your own install path).&lt;br /&gt;
* Create a shortcut of &#039;&#039;&#039;srcds.exe&#039;&#039;&#039; and place it where you want then go to properties of the shortcut. Add the following to the end of the shortcut target: &lt;br /&gt;
 -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
It sould look like this; &lt;br /&gt;
 srcds.exe -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
{{Tip|You can adjust your port and maxplayers via the shortcut or the &#039;&#039;server.cfg&#039;&#039; file.}}&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Next, edit your mapcycle.txt and server.cfg files to your liking. &lt;br /&gt;
{{Warning|When editing your server.cfg remember to change your &#039;&#039;&#039;rcon_password&#039;&#039;&#039; and &#039;&#039;&#039;hostname&#039;&#039;&#039; directives!}}&lt;br /&gt;
 rcon_password &amp;quot;pass&amp;quot;  //Your rcon password&lt;br /&gt;
 hostname &amp;quot;Servername&amp;quot; //The name of your server&lt;br /&gt;
&lt;br /&gt;
These are the most important settings to change, there are more in the cfg so test around what is best for you.&lt;br /&gt;
&lt;br /&gt;
=== Starting ===&lt;br /&gt;
You should now be able to double-click your server shortcut, which will start up your dedicated server.&lt;br /&gt;
&lt;br /&gt;
== Dedicated Server (Linux) ==&lt;br /&gt;
=== Downloading ===&lt;br /&gt;
First of all you need the [http://storefront.steampowered.com/download/hldsupdatetool.bin HLDS Update Tool]. This is what we use to update/download the server. You will also need Empires Dedicated Server from the [http://empiresmod.com/download.php Empires Download Page].&lt;br /&gt;
&lt;br /&gt;
=== Installing SDS ===&lt;br /&gt;
Now we have to extract the HLDS-Update-Tool.&lt;br /&gt;
* Go to the users homedir who is designated to run the HL2-Server and create a subdir.&lt;br /&gt;
 hl2usr@hl2srv ~ # mkdir hl2&lt;br /&gt;
* Copy the HLDS-Update-Tool into your new subdir and chmod it to make it executable:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # chmod +x hldsupdatetool.bin&lt;br /&gt;
* Run the binary:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./hldsupdatetool.bin&lt;br /&gt;
* Now that you have finished extracting the Update-Tool you can use it to download all required files:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./steam -command update -game &amp;quot;hl2mp&amp;quot; -dir .&lt;br /&gt;
Get yourself a cup of tea, coffee, soda, etc., and have a rest. Depending on your connection speed this can take some time&lt;br /&gt;
&lt;br /&gt;
=== Installing Empires ===&lt;br /&gt;
Next, we have to extract the previously downloaded Empires-Server.&lt;br /&gt;
* Copy the zip-file (something like empires_v1xxx_server.zip) to the folder where the HLDS-Update-Tool resides (&#039;&#039;~/hl2&#039;&#039; in this example) and extract it:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # unzip empires_v1xxx_server.zip&lt;br /&gt;
This command created a subdir &#039;&#039;empires&#039;&#039; and extracted all needed files into it.&lt;br /&gt;
&lt;br /&gt;
=== Configuration ===&lt;br /&gt;
Before you can start your new Dedicated Server the servers config files have to be altered to satisfy your needs.&lt;br /&gt;
* cd to the &#039;&#039;&amp;quot;empires&amp;quot;&#039;&#039; subdir&lt;br /&gt;
* Edit the file &#039;&#039;mapcycle.txt&#039;&#039; with your prefered text editor and add/remove the maps you like/don&#039;t like in your mapcycle&lt;br /&gt;
* cd to the config dir of your Empires installation (&#039;&#039;~/hl2/empires/cfg&#039;&#039; in this example)&lt;br /&gt;
* Edit the &#039;&#039;server.cfg&#039;&#039; to your liking&lt;br /&gt;
{{Warning|When editing your server.cfg remember to change your &#039;&#039;&#039;rcon_password&#039;&#039;&#039; and &#039;&#039;&#039;hostname&#039;&#039;&#039; directives!}}&lt;br /&gt;
 rcon_password &amp;quot;pass&amp;quot;  //Your rcon password&lt;br /&gt;
 hostname &amp;quot;Servername&amp;quot; //The name of your server&lt;br /&gt;
&lt;br /&gt;
=== Starting ===&lt;br /&gt;
Now your server should be ready for startup&lt;br /&gt;
* cd to your Dedicated-Servers basedir (&#039;&#039;~/hl2&#039;&#039; in this example)&lt;br /&gt;
* Start the Server:&lt;br /&gt;
 ./srcds_run -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
{{Tip|Use a terminal multiplexer like [http://www.gnu.org/software/screen/ Screen] to be able to detach the HL2-Server Console and disconnect from your servers shell without terminating the HL2-Daemon}}&lt;br /&gt;
* You can create a Bash-File in your Dedicated-Servers basedir to easily start your Empires-Server in a virtual Screen-Terminal:&lt;br /&gt;
{{ Box File|empires.sh|&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#! /bin/bash&lt;br /&gt;
screen -d -m -S empires -t empires ./srcds_run -game empires +maxplayers 14 -port 27015 -console +map emp_canyon -autoupdate&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
* Now make the Bash-File executable and run it:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # chmod +x empires.sh&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # ./empires.sh&lt;br /&gt;
The Dedicated-Server now runs in background. You can attach to the Screen-Terminal by typing:&lt;br /&gt;
 hl2usr@hl2srv ~/hl2 # screen -r empires&lt;br /&gt;
&lt;br /&gt;
== Related Links ==&lt;br /&gt;
* [http://server.counter-strike.net/server.php?cmd=cmdall General HL2 Directives/Commands]&lt;br /&gt;
* [http://www.mani-admin-plugin.com/ Mani Admin Plugin]&lt;/div&gt;</summary>
		<author><name>Wanda2794</name></author>
	</entry>
	<entry>
		<id>https://wiki.empiresmod.com/index.php?title=Template:Box_File&amp;diff=2402</id>
		<title>Template:Box File</title>
		<link rel="alternate" type="text/html" href="https://wiki.empiresmod.com/index.php?title=Template:Box_File&amp;diff=2402"/>
		<updated>2006-05-15T13:43:19Z</updated>

		<summary type="html">&lt;p&gt;Wanda2794: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;75%&amp;quot; cellpadding=0 cellspacing=0 style=&amp;quot;background-color: #fff2f2; border: solid 1px #ffbfbf;&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #ffafaf; border-bottom: 1px solid #888;&amp;quot; | &amp;lt;font size=&amp;quot;-1&amp;quot;&amp;gt;&#039;&#039;&#039;File:&#039;&#039;&#039; {{{1}}}&amp;lt;/font&amp;gt; &lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&amp;lt;div class=&amp;quot;scroll&amp;quot;&amp;gt;{{{2}}}&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Wanda2794</name></author>
	</entry>
</feed>