<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://citadelservers.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sheas+s</id>
	<title>Citadel Servers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://citadelservers.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sheas+s"/>
	<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Special:Contributions/Sheas_s"/>
	<updated>2026-06-10T03:34:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.2</generator>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Adding_mods_to_your_Arma_3_game_server&amp;diff=1829</id>
		<title>Adding mods to your Arma 3 game server</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Adding_mods_to_your_Arma_3_game_server&amp;diff=1829"/>
		<updated>2019-08-22T08:48:45Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;[[File:header-arma3.jpg|460px|link=https://citadelservers.com/en-gb/game-servers/arma-3]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own ArmA 3 game server! [https://citadelservers.com/en-gb/game-servers/arma-3 citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will be a guide on how to add mods to your ArmA 3 server.&lt;br /&gt;
&lt;br /&gt;
=== Method 1 - Workshop Downloader ===&lt;br /&gt;
&lt;br /&gt;
In your game control panel you will want to click on the button labeled &amp;quot;Workshop Downloader&amp;quot; (Example image below)&lt;br /&gt;
&lt;br /&gt;
[[File:arma3wksdl.png]]&lt;br /&gt;
&lt;br /&gt;
Once here you will want to fill in the text fields with the required information&lt;br /&gt;
&lt;br /&gt;
The upper-most Workshop ID will create a folder to be used by the text field &amp;quot;Mod 1 Name&amp;quot; (Example below)&lt;br /&gt;
&lt;br /&gt;
To obtain a workshop ID you need to go navigate to steam workshop in Steam and open up the workshop and find the mod you wish.&lt;br /&gt;
Each mod will have a link such as this - https://steamcommunity.com/workshop/filedetails/?id=450814997&lt;br /&gt;
&lt;br /&gt;
At the end of this link you will see the ID number listed as so - id=450814997&lt;br /&gt;
&lt;br /&gt;
Copy the &amp;quot;450814997&amp;quot; in this case and put that in the workshop ID text field&lt;br /&gt;
&lt;br /&gt;
As this is the mod ID for CBA_A3 you will want to name the folder something to help you identify it such as this for the mod 1 name - @CBA_A3&lt;br /&gt;
&lt;br /&gt;
A mod folder name can not accept spaces. If you want to use spacing you will want use a character such as this _ (EG: @CBA A3 will cause the server to just read @CBA, but as @CBA_A3 it can read the whole folder name)&lt;br /&gt;
&lt;br /&gt;
Each step down works the same with the next ID using Mod 2, then the next using Mod 3 and so forth. (Example image below)&lt;br /&gt;
&lt;br /&gt;
[[File:arma3wksdls.png]]&lt;br /&gt;
&lt;br /&gt;
The Workshop Download tool will migrate the Keys/Addons folders from the mods automatically as long as the mod has the folder names with these files for the mod set as &amp;quot;Keys&amp;quot; for the keys and &amp;quot;Addons&amp;quot; for the addons.&lt;br /&gt;
&lt;br /&gt;
If they are not set to these names then they will need to manually migrated to the Keys and Addons folders&lt;br /&gt;
&lt;br /&gt;
To do this you will want to use an FTP client such as [https://filezilla-project.org/ Filezilla] or create a folder called Keys then move the keys from the mod to this folder and zip it, then upload the zip to the root directory of the server using the file manager and unzip the folder. Do the same for the addons folder&lt;br /&gt;
&lt;br /&gt;
Once this is all complete you will want to navigate to your command line manager from the game control panel&lt;br /&gt;
&lt;br /&gt;
[[File:arma3cml.png]]&lt;br /&gt;
&lt;br /&gt;
Here you will want to add your mod names to the Mod text field (Ignore the servermod text field)&lt;br /&gt;
&lt;br /&gt;
Mods should be added like so&lt;br /&gt;
&lt;br /&gt;
@Mod1;@mod2;@mod3&lt;br /&gt;
&lt;br /&gt;
Mods are seperated by the ; and load order is very important for ArmA 3. If a mod is dependent on say CBA_A3 then CBA_A3 must load before the mod that requires it like so&lt;br /&gt;
&lt;br /&gt;
@CBA_A3;@Mod_requiring_CBA_A3&lt;br /&gt;
&lt;br /&gt;
If it setup as so&lt;br /&gt;
&lt;br /&gt;
@Mod_requiring_CBA_A3;@CBA_A3&lt;br /&gt;
&lt;br /&gt;
This will not work as the first mod will not be able to load as CBA has not been loaded yet&lt;br /&gt;
&lt;br /&gt;
=== Method 2 - Manual Installation ===&lt;br /&gt;
&lt;br /&gt;
This works much the same as the first method but without the workshop downloading tool&lt;br /&gt;
&lt;br /&gt;
First you will want to download your respective mod and locate it from wherever you had it download to.(Workshop file download location is this - \Steam\steamapps\workshop\content\)&lt;br /&gt;
&lt;br /&gt;
Once you have your mod you will want to rename the folder to what you wish for it to be called such as @CBA_A3 if you were to download CBA&lt;br /&gt;
&lt;br /&gt;
After this you will want to upload your file to the server to the root directory, either through the file manager or a third party FTP client such as [https://filezilla-project.org/ Filezilla]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: A folder being uploaded through the file manager will require you zip it before being able to upload'''&lt;br /&gt;
&lt;br /&gt;
Once uploaded you will need to migrate the Keys/Addons folder from the mod to their respective folders within the server, inside these folders you will find .pbo's and .bikeys that need to be moved to the root directory keys folder and addons folder respectively&lt;br /&gt;
&lt;br /&gt;
After this is done you will want to go to your command line manager and click activate on the first command line listed and begin adding your mods to the command line (Image below)&lt;br /&gt;
&lt;br /&gt;
[[File:arma3cml.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:arma3pleasekillme.png]]&lt;br /&gt;
&lt;br /&gt;
Here you will want to add your mod names to the Mod text field (Ignore the servermod text field)&lt;br /&gt;
&lt;br /&gt;
Mods should be added like so&lt;br /&gt;
&lt;br /&gt;
@Mod1;@mod2;@mod3&lt;br /&gt;
&lt;br /&gt;
Mods are seperated by the ; and load order is very important for ArmA 3. If a mod is dependent on say CBA_A3 then CBA_A3 must load before the mod that requires it like so&lt;br /&gt;
&lt;br /&gt;
@CBA_A3;@Mod_requiring_CBA_A3&lt;br /&gt;
&lt;br /&gt;
If it setup as so&lt;br /&gt;
&lt;br /&gt;
@Mod_requiring_CBA_A3;@CBA_A3&lt;br /&gt;
&lt;br /&gt;
This will not work as the first mod will not be able to load as CBA has not been loaded yet&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]][[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Emp_Admin_Helper_Guide&amp;diff=1239</id>
		<title>Emp Admin Helper Guide</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Emp_Admin_Helper_Guide&amp;diff=1239"/>
		<updated>2019-07-30T16:21:00Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;In this article, we will cover a few things about the Emp Admin Helper&lt;br /&gt;
Some users have requested information on using this tool, this is a third party tool that we do not directly support, there are two versions, free &amp;quot;lite&amp;quot; version and &amp;quot;Full&amp;quot; which you can buy from the developer.&lt;br /&gt;
Emp Admin Helper Lite&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-size: x-small;&amp;quot;&amp;gt;This version is the free version and can be used to conenct to our servers, this tool can both manage and control your server, to avoid issues,&lt;br /&gt;
&lt;br /&gt;
you should only use this tool for configuration\management and not for starting\stopping your server or corruption may occur.&lt;br /&gt;
&lt;br /&gt;
Connecting to your server&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;First, you should enable Telnet in your game controll panel and set a password, your port is also shown there. Do not change the port or it will not work.&lt;br /&gt;
&lt;br /&gt;
Once you have:&lt;br /&gt;
&lt;br /&gt;
Your Game IP&lt;br /&gt;
&lt;br /&gt;
Telnet Port&lt;br /&gt;
&lt;br /&gt;
Telnet Password&lt;br /&gt;
&lt;br /&gt;
To connect to your server via the tool, open the tool first.&amp;lt;br /&amp;gt;&lt;br /&gt;
With the tool open, on the left, there is a orgran tab, hover mouse over, click &amp;quot;Server&amp;quot; dropdown and then click &amp;quot;Config&amp;quot;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;When in here, input your ip in the server box, enter FTP info from your service if you wish it to manage some files (Not recommended for new users)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now click &amp;quot;OK&amp;quot; and click the power button in top right, this will attempt to connect and throw a wrong password, in the text box with the triangle pointing right (Play button)&lt;br /&gt;
&lt;br /&gt;
Enter in your telnet password and click it, it will now connect and functionality will be avaliable.&lt;br /&gt;
&amp;lt;strong&amp;gt;FAQ:&amp;lt;/strong&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;I cannot edit the port in Emp Admin Helper:&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If your port is not 30004, you will need to edit it manually, they try to enforce only this port in lite version, Close your Tool and you will need to open the following file in your tool folder&lt;br /&gt;
&lt;br /&gt;
EmpAdminHelper V01.26 Lite\Config\Settings.XML&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Once open find: Telnet_Port=&amp;quot;30004&amp;quot; and change to whatever your telnet port is, save it and open tool again.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Where do i download this tool:&amp;lt;/strong&amp;gt;You can download from here: http://eah.empyrion-homeworld.net/download&amp;lt;strong&amp;gt;Where can i get support for this tool:&amp;lt;/strong&amp;gt; &lt;br /&gt;
&lt;br /&gt;
The offical website here: http://eah.empyrion-homeworld.net&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Empyrion]] [[Category:Empyrion Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Dont_Starve_Together_Quick_Start_Guide&amp;diff=1237</id>
		<title>Dont Starve Together Quick Start Guide</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Dont_Starve_Together_Quick_Start_Guide&amp;diff=1237"/>
		<updated>2019-07-26T06:20:52Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;This guide will get you playing as soon as possible.&amp;lt;/span&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;Setting your server's name and password.&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-left: 30px;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;1. Make sure the server is stopped.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-left: 30px;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;2. Click on the &amp;lt;strong&amp;gt;Configuration Files&amp;lt;/strong&amp;gt; icon and select the configuration editor for the &amp;lt;strong&amp;gt;cluster.ini&amp;lt;/strong&amp;gt; file.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-left: 30px;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;3. Change your &amp;lt;strong&amp;gt;server name&amp;lt;/strong&amp;gt; and add a &amp;lt;strong&amp;gt;password&amp;lt;/strong&amp;gt; if you need one. If you do not wish to have a password, leave the field blank.&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;4. Get a &amp;lt;strong&amp;gt;server token&amp;lt;/strong&amp;gt; by following this [https://citadelservers.com/wiki/index.php?title=How_to_Generate_a_Cluster_or_Server_Token_for_your_Server &amp;quot;How to generate a token for DST&amp;quot;] and paste it in the &amp;lt;strong&amp;gt;Graphical Editor&amp;lt;/strong&amp;gt; of cluster_token.txt in your &amp;lt;strong&amp;gt;Configuration Files&amp;lt;/strong&amp;gt;. &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:Step3.png]]&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;5. Restart your server. &amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;Joining Instructions&amp;lt;br /&amp;gt;&amp;lt;strong&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/strong&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-left: 30px;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;1. Open the Game and click &amp;lt;strong&amp;gt;Browse Games&amp;lt;/strong&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-left: 30px;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;2. On the search box type your server's name.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;margin-left: 30px;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-family: arial, helvetica, sans-serif; font-size: small;&amp;quot;&amp;gt;3. Select your server and click &amp;lt;strong&amp;gt;Join&amp;lt;/strong&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;span style=&amp;quot;font-size: small; font-family: arial, helvetica, sans-serif;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;If you can't find your server on the servers list, checkout the knowledgebase article, [https://citadelservers.com/wiki/index.php?title=I_can%27t_see_my_server_in_the_server_list_in_dont_starve_together%3F &amp;quot;Can't see server in the in-game server browser&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
[[Category:Don't Starve Together]] [[Category:Don't Starve Together Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Adding_a_mission_to_Arma_3_and_setting_it_up&amp;diff=1236</id>
		<title>Adding a mission to Arma 3 and setting it up</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Adding_a_mission_to_Arma_3_and_setting_it_up&amp;diff=1236"/>
		<updated>2019-07-25T04:55:46Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This Article will help you setup and configure a custom Mission on your Arma 3 server.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;How to add a mission and set it up.&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Once you have downloaded your Arma 3 Mission, you will need to upload it onto your Game Server&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;How to upload a Mission File to the server.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Method 1 - File Manager&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Navigate to the File manager section of your Control panel.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Upload the mission to the &amp;lt;strong&amp;gt;MPMissions&amp;lt;/strong&amp;gt; folder, using the upload button just bellow the blue bar.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Method 2 - FTP Client&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Please see http://www.citadelservers.com/client/knowledgebase/2/How-to-Install-or-Set-up-FTP--UploadingorDownloading-Files-on-the-Server.html this article on how to setup your FTP Client to connect&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Navigate to your &amp;lt;strong&amp;gt;MPMissions&amp;lt;/strong&amp;gt; folder and upload your mission here.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How do I make my server run the mission?&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Go into the configuration files and text editor &amp;lt;strong&amp;gt;for server.cfg&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Mission Cycle&amp;lt;br /&amp;gt;At the bottom of your server.cfg you have a section where you can pre-load your missions for when the server starts up. Take the name of the mission file you just placed in the folder and put it in the mission cycle section. Below is an example&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bbc&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the mission file you downloaded was called &amp;quot;Mission1.Altis.pbo&amp;lt;br /&amp;gt; then you would put in the mission cycle section&lt;br /&gt;
If the mission file you downloaded was called &amp;quot;Mission1.Altis.pbo&lt;br /&gt;
then you would put in the mission cycle section&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
class Missions{&lt;br /&gt;
    class Wasteland&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Take note that you do not put the &amp;quot;.pbo&amp;quot; on the end of the map template. The .Altis at the end of the map name tells the server what map the server is going to use, the first part is just the name of the mission you are going to play.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If its left blank, on server startup people will be able to vote for a map of their choice, rather than the one you want.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How do I add multiple missions to cycle through?&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br /&amp;gt;Well, the same as above, but with multiple mission classes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Example:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   class Missions{&lt;br /&gt;
    class Mission1&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
   class Mission2&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission2.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
    class Mission3&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission3.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
    class Mission4&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission4.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;FAQ Can I have different maps in the mission cycle?&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;Yes, you can cycle between different maps, I.e. Altis, Stratis and Virtual Reality. Can I have missions that require different mods?&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;Yes, but you need to initialize all the mods via the CommandLine Manager, you can't turn mods on and off without restarting the server. Can I have different difficulties?&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;Yes, set them per mission. What happens if I leave the mission section blank? When players join they will be able to vote for missions in your MPMission folder. (If you're logged in as Admin you can force a particular mission)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]][[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Adding_a_mission_to_Arma_3_and_setting_it_up&amp;diff=1232</id>
		<title>Adding a mission to Arma 3 and setting it up</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Adding_a_mission_to_Arma_3_and_setting_it_up&amp;diff=1232"/>
		<updated>2019-07-25T04:27:56Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This Article will help you setup and configure a custom Mission on your Arma 3 server.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;How to add a mission and set it up.&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Once you have downloaded your Arma 3 Mission, you will need to upload it onto your Game Server&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;How to upload a Mission File to the server.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Method 1 - File Manager&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Navigate to the File manager section of your Control panel.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Upload the mission to the &amp;lt;strong&amp;gt;MPMissions&amp;lt;/strong&amp;gt; folder, using the upload button just bellow the blue bar.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Method 2 - FTP Client&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Please see &amp;lt;a href=&amp;quot;http://www.citadelservers.com/client/knowledgebase/2/How-to-Install-or-Set-up-FTP--UploadingorDownloading-Files-on-the-Server.html&amp;quot;&amp;gt;this&amp;lt;/a&amp;gt; article on how to setup your FTP Client to connect&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Navigate to your &amp;lt;strong&amp;gt;MPMissions&amp;lt;/strong&amp;gt; folder and upload your mission here.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How do I make my server run the mission?&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Go into the configuration files and text editor &amp;lt;strong&amp;gt;for server.cfg&amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Mission Cycle&amp;lt;br /&amp;gt;At the bottom of your server.cfg you have a section where you can pre-load your missions for when the server starts up. Take the name of the mission file you just placed in the folder and put it in the mission cycle section. Below is an example&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;ul class=&amp;quot;bbc&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the mission file you downloaded was called &amp;quot;Mission1.Altis.pbo&amp;lt;br /&amp;gt;&amp;quot; then you would put in the mission cycle section&lt;br /&gt;
If the mission file you downloaded was called &amp;quot;Mission1.Altis.pbo&lt;br /&gt;
then you would put in the mission cycle section&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
class Missions{&lt;br /&gt;
    class Wasteland&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Take note that you do not put the &amp;quot;.pbo&amp;quot; on the end of the map template. The .Altis at the end of the map name tells the server what map the server is going to use, the first part is just the name of the mission you are going to play.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If its left blank, on server startup people will be able to vote for a map of their choice, rather than the one you want.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How do I add multiple missions to cycle through?&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;br /&amp;gt;Well, the same as above, but with multiple mission classes.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Example:&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;class &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;typ&amp;quot;&amp;gt;Missions&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;{&amp;lt;br /&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;class &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;typ&amp;quot;&amp;gt;Mission1&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;{&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;template&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;=&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;str&amp;quot;&amp;gt;&amp;quot;Mission1.Altis&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
        difficulty&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;=&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;str&amp;quot;&amp;gt;&amp;quot;Regular&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;};&amp;lt;br /&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;   &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;class &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;typ&amp;quot;&amp;gt;Mission2&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;{&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;template&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;=&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;str&amp;quot;&amp;gt;&amp;quot;Mission2.Altis&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
        difficulty&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;=&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;str&amp;quot;&amp;gt;&amp;quot;Regular&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;};&amp;lt;br /&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;class &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;typ&amp;quot;&amp;gt;Mission3&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;{&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;template&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;=&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;str&amp;quot;&amp;gt;&amp;quot;Mission3.Altis&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
        difficulty&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;=&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;str&amp;quot;&amp;gt;&amp;quot;Regular&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;};&amp;lt;br /&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;class &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;typ&amp;quot;&amp;gt;Mission4&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;{&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;kwd&amp;quot;&amp;gt;template&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;=&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;str&amp;quot;&amp;gt;&amp;quot;Mission4.Altis&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
        difficulty&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;=&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;str&amp;quot;&amp;gt;&amp;quot;Regular&amp;quot;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pln&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;}&amp;lt;br /&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;pun&amp;quot;&amp;gt;};&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;FAQ&amp;lt;/span&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Can I have different maps in the mission cycle?&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;Yes, you can cycle between different maps, I.e. Altis, Stratis and Virtual Reality.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Can I have missions that require different mods?&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;Yes, but you need to initialize all the mods via the CommandLine Manager, you can't turn mods on and off without&amp;lt;br /&amp;gt;restarting the server.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Can I have different difficulties?&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre class=&amp;quot;prettyprint prettyprinted&amp;quot;&amp;gt;Yes, set them per mission.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;What happens if I leave the mission section blank?&amp;lt;br /&amp;gt;When players join they will be able to vote for missions in your MPMission folder. (If you're logged in as Admin you can force a particular mission)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;div&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]][[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_5.png&amp;diff=1230</id>
		<title>File:Arma rcon 5.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_5.png&amp;diff=1230"/>
		<updated>2019-07-25T04:22:23Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_4.png&amp;diff=1229</id>
		<title>File:Arma rcon 4.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_4.png&amp;diff=1229"/>
		<updated>2019-07-25T04:22:13Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_3.png&amp;diff=1228</id>
		<title>File:Arma rcon 3.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_3.png&amp;diff=1228"/>
		<updated>2019-07-25T04:22:01Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_2.png&amp;diff=1227</id>
		<title>File:Arma rcon 2.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_2.png&amp;diff=1227"/>
		<updated>2019-07-25T04:21:52Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_1.png&amp;diff=1226</id>
		<title>File:Arma rcon 1.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma_rcon_1.png&amp;diff=1226"/>
		<updated>2019-07-25T04:21:43Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Arma_3_Rcon_Tools&amp;diff=1225</id>
		<title>Arma 3 Rcon Tools</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Arma_3_Rcon_Tools&amp;diff=1225"/>
		<updated>2019-07-25T04:21:32Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== '''ArmA 3 Rcon Guide''' ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: left;&amp;quot;&amp;gt;== '''RCON Clients''' ==&lt;br /&gt;
&lt;br /&gt;
[https://www.battleye.com/downloads/ Battleye RCON]&lt;br /&gt;
&lt;br /&gt;
[https://battlewarden.net/ BattleWarden] (Free to use client)&lt;br /&gt;
&lt;br /&gt;
[http://www.armaholic.com/page.php?id=19502 EPM RCON]&lt;br /&gt;
&lt;br /&gt;
[https://infistar.de/eng/product/infistar-brc Infistar] (Note this is a paid client, you can not use this for free)&lt;br /&gt;
&lt;br /&gt;
These are the current best known Rcon tools for ArmA 3, Infistar requires you to buy their product but is a great tool.&lt;br /&gt;
&lt;br /&gt;
For this guide we will be using EPM Rcon&lt;br /&gt;
&lt;br /&gt;
== Connecting with your Rcon Client ==&lt;br /&gt;
&lt;br /&gt;
All clients will use the same connection information, this section will go over how to get your Rcon connection information and where to put it in relation to EPM&lt;br /&gt;
&lt;br /&gt;
[[File:arma_rcon_1.png]]&lt;br /&gt;
&lt;br /&gt;
In this image you can see the default GUI for the client, in the image above you will see where to go to reach the fields for inputting your connection information.&lt;br /&gt;
&lt;br /&gt;
You will want to click on connect in the top left and then &amp;quot;connect to&amp;quot;&lt;br /&gt;
&lt;br /&gt;
This will bring up a box to fill in the respective connection information&lt;br /&gt;
&lt;br /&gt;
[[File:arma_rcon_2.png]]&lt;br /&gt;
&lt;br /&gt;
There are four fields to fill in within this new box, below I will go over what each entry is for&lt;br /&gt;
&lt;br /&gt;
Admin Name - This is what your name will be displayed as in-game when issuing any commands that are shown to other players. For instance if you speak to the server it will display it under the name you have set in this field.&lt;br /&gt;
&lt;br /&gt;
IP Address - This must be IP address of your server (See below images for how to locate your IP)&lt;br /&gt;
&lt;br /&gt;
Port - This is the RCON port ( Located in your battleye\BEServer.cfg under configuration files. See image below )&lt;br /&gt;
&lt;br /&gt;
Password - This is the password for your RCON Client ( Located in your battleye\BEServer.cfg under configuration files. See image below )&lt;br /&gt;
&lt;br /&gt;
Example of where to location BEserver.cfg and IP for connection&lt;br /&gt;
&lt;br /&gt;
[[File:arma_rcon_3.png]]&lt;br /&gt;
&lt;br /&gt;
Once in the configuration files you will see this&lt;br /&gt;
&lt;br /&gt;
[[File:arma_rcon_4.png]]&lt;br /&gt;
&lt;br /&gt;
Open up the BEserver.cfg in the text editor and you will see the following&lt;br /&gt;
&lt;br /&gt;
[[File:arma_rcon_5.png]]&lt;br /&gt;
&lt;br /&gt;
This displays all of the needed information above, the password which you can update along with the Rcon port (Do not change this.) It also displays &amp;quot;Rcon IP&amp;quot; but this is just the IP of the server&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After gathering all of this information you can login after putting the information in their respective fields in your Rcon client and then hitting the connect button.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]][[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Adding_mods_to_your_Arma_3_game_server&amp;diff=1221</id>
		<title>Adding mods to your Arma 3 game server</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Adding_mods_to_your_Arma_3_game_server&amp;diff=1221"/>
		<updated>2019-07-25T03:13:16Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;[[File:header-arma3.jpg|460px|link=https://citadelservers.com/en-gb/game-servers/arma-3]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own ArmA 3 game server! [https://citadelservers.com/en-gb/game-servers/arma-3 citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will be a guide on how to add mods to your ArmA 3 server.&lt;br /&gt;
&lt;br /&gt;
=== Method 1 - Workshop Downloader ===&lt;br /&gt;
&lt;br /&gt;
In your game control panel you will want to click on the button labeled &amp;quot;Workshop Downloader&amp;quot; (Example image below)&lt;br /&gt;
&lt;br /&gt;
[[File:arma3wksdl.png]]&lt;br /&gt;
&lt;br /&gt;
Once here you will want to fill in the text fields with the required information&lt;br /&gt;
&lt;br /&gt;
The upper-most Workshop ID will create a folder to be used by the text field &amp;quot;Mod 1 Name&amp;quot; (Example below)&lt;br /&gt;
&lt;br /&gt;
To obtain a workshop ID you need to go navigate to steam workshop in Steam and open up the workshop and find the mod you wish.&lt;br /&gt;
Each mod will have a link such as this - https://steamcommunity.com/workshop/filedetails/?id=450814997&lt;br /&gt;
&lt;br /&gt;
At the end of this link you will see the ID number listed as so - id=450814997&lt;br /&gt;
&lt;br /&gt;
Copy the &amp;quot;450814997&amp;quot; in this case and put that in the workshop ID text field&lt;br /&gt;
&lt;br /&gt;
As this is the mod ID for CBA_A3 you will want to name the folder something to help you identify it such as this for the mod 1 name - @CBA_A3&lt;br /&gt;
&lt;br /&gt;
A mod folder name can not accept spaces as they will not be registed and will cause ArmA 3 to not read the whole folder name, if you want to use spacing you will want use a character such as this _ (EG: @CBA A3 will cause the server to just read @CBA, but as @CBA_A3 it can read the whole folder name)&lt;br /&gt;
&lt;br /&gt;
Each step down works the same with the next ID using Mod 2, then the next using Mod 3 and so forth. (Example image below)&lt;br /&gt;
&lt;br /&gt;
[[File:arma3wksdls.png]]&lt;br /&gt;
&lt;br /&gt;
The Workshop Download tool will migrate the Keys/Addons folders from the mods automatically as long as the mod has the folder names with these files for the mod set as &amp;quot;Keys&amp;quot; for the keys and &amp;quot;Addons&amp;quot; for the addons.&lt;br /&gt;
&lt;br /&gt;
If they are not set to these names then they will need to manually migrated to the Keys and Addons folders&lt;br /&gt;
&lt;br /&gt;
To do this you will want to use an FTP client such as [https://filezilla-project.org/ Filezilla] or create a folder called Keys and zip it, then upload the zip to the root directory of the server using the file manager and unzip the folder. Do the same for the addons folder&lt;br /&gt;
&lt;br /&gt;
Once this is all complete you will want to navigate to your command line manager from the game control panel&lt;br /&gt;
&lt;br /&gt;
[[File:arma3cml.png]]&lt;br /&gt;
&lt;br /&gt;
Here you will want to add your mod names to the Mod text field (Ignore the servermod text field)&lt;br /&gt;
&lt;br /&gt;
Mods should be added like so&lt;br /&gt;
&lt;br /&gt;
@Mod1;@mod2;@mod3&lt;br /&gt;
&lt;br /&gt;
Mods are seperated by the ; and load order is very important for ArmA 3. If a mod is dependent on say CBA_A3 then CBA_A3 must load before the mod that requires it like so&lt;br /&gt;
&lt;br /&gt;
@CBA_A3;@Mod_requiring_CBA_A3&lt;br /&gt;
&lt;br /&gt;
If it setup as so&lt;br /&gt;
&lt;br /&gt;
@Mod_requiring_CBA_A3;@CBA_A3&lt;br /&gt;
&lt;br /&gt;
This will not work as the first mod will not be able to load as CBA has not been loaded yet&lt;br /&gt;
&lt;br /&gt;
=== Method 2 - Manual Installation ===&lt;br /&gt;
&lt;br /&gt;
This works much the same as the first method but without the workshop downloading tool&lt;br /&gt;
&lt;br /&gt;
First you will want to download your respective mod and locate it from wherever you had it download to.(Workshop file download location is this - \Steam\steamapps\workshop\content\)&lt;br /&gt;
&lt;br /&gt;
Once you have your mod you will want to rename the folder to what you wish for it to be called such as @CBA_A3 if you were to download CBA&lt;br /&gt;
&lt;br /&gt;
After this you will want to upload your file to the server to the root directory, either through the file manager or a third party FTP client such as [https://filezilla-project.org/ Filezilla]&lt;br /&gt;
&lt;br /&gt;
'''NOTE: A folder being uploaded through the file manager will require you zip it before being able to upload'''&lt;br /&gt;
&lt;br /&gt;
Once uploaded you will need to migrate the Keys/Addons folder from the mod to their respective folders within the server, inside these folders you will find .pbo's and .bikeys that need to be moved to the root directory keys folder and addons folder respectively&lt;br /&gt;
&lt;br /&gt;
After this is done you will want to go to your command line manager and click activate on the first command line listed and begin adding your mods to the command line (Image below)&lt;br /&gt;
&lt;br /&gt;
[[File:arma3cml.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:arma3pleasekillme.png]]&lt;br /&gt;
&lt;br /&gt;
Here you will want to add your mod names to the Mod text field (Ignore the servermod text field)&lt;br /&gt;
&lt;br /&gt;
Mods should be added like so&lt;br /&gt;
&lt;br /&gt;
@Mod1;@mod2;@mod3&lt;br /&gt;
&lt;br /&gt;
Mods are seperated by the ; and load order is very important for ArmA 3. If a mod is dependent on say CBA_A3 then CBA_A3 must load before the mod that requires it like so&lt;br /&gt;
&lt;br /&gt;
@CBA_A3;@Mod_requiring_CBA_A3&lt;br /&gt;
&lt;br /&gt;
If it setup as so&lt;br /&gt;
&lt;br /&gt;
@Mod_requiring_CBA_A3;@CBA_A3&lt;br /&gt;
&lt;br /&gt;
This will not work as the first mod will not be able to load as CBA has not been loaded yet&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]][[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Arma_3_Server_Configuration_Guide&amp;diff=1220</id>
		<title>Arma 3 Server Configuration Guide</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Arma_3_Server_Configuration_Guide&amp;diff=1220"/>
		<updated>2019-07-25T03:12:14Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;[[File:header-arma3.jpg|460px|link=https://citadelservers.com/en-gb/game-servers/arma-3]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own ArmA 3 game server! [https://citadelservers.com/en-gb/game-servers/arma-3 citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;To get started with configuring your server, access the Citadel Servers Game Control Panel here&lt;br /&gt;
&lt;br /&gt;
Maintaining your server and Keeping up to date&lt;br /&gt;
 &lt;br /&gt;
To make sure your server is up to date, stop your server and click on &amp;quot;Steam Update&amp;quot; to ensure you have the latest version of the game server,.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Core Configuration files''' ==&lt;br /&gt;
&lt;br /&gt;
Open the Configuration Files section in the Game Panel then click Configuration Editor on server.cfg&lt;br /&gt;
&lt;br /&gt;
Note: Make sure your server is stopped or changes will not be set.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! General, Voice and Voting options !! Descriptions&lt;br /&gt;
|-&lt;br /&gt;
| Hostname || Name of the server displayed in the public server list - Replace the text between the &amp;quot;&amp;quot; to change the name displayed&lt;br /&gt;
|-&lt;br /&gt;
| Password  || Password for your server - Replace the text between the &amp;quot;&amp;quot; to change the server password&lt;br /&gt;
|-&lt;br /&gt;
| PasswordAdmin || Password to login as admin. Open the chat and type: #login password - Replace the text between the &amp;quot;&amp;quot; to change the server admin password &lt;br /&gt;
|-&lt;br /&gt;
| Persistent || If set to 1, missions will continue to run after all players have disconnected; required if you want to use the -autoInit startup parameter&lt;br /&gt;
|-&lt;br /&gt;
| DisableVoN  || If set to 1, voice chat will be disabled&lt;br /&gt;
|-&lt;br /&gt;
| VonCodecQuality || Supports range 1-30; 1-10 is 8kHz (narrowband), 11-20 is 16kHz (wideband), 21-30 is 32kHz (ultrawideband); higher = better sound quality, more bandwidth consumption&lt;br /&gt;
|-&lt;br /&gt;
| VoteMissionPlayers || Minimum number of players required before displaying the mission selection screen, if you have not already selected a mission in this config&lt;br /&gt;
|-&lt;br /&gt;
| VoteThreshold  || Percentage (0.00 to 1.00) of players needed to vote something into effect, for example an admin or a new mission. Set to 9999 to disable voting.&lt;br /&gt;
|-&lt;br /&gt;
| AllowedVoteCmds[] || Voting commands allowed to players&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== '''Security Options''' ==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Configuration !! Security&lt;br /&gt;
|-&lt;br /&gt;
| BattlEye|| If set to 1, BattlEye Anti-Cheat will be enabled on the server (default: 1, recommended: 1)&lt;br /&gt;
|-&lt;br /&gt;
| VerifySignatures  || If set to 2, players with unknown or unsigned mods won't be allowed join (default: 0, recommended: 2)&lt;br /&gt;
|-&lt;br /&gt;
| KickDuplicate || If set to 1, players with an ID that is identical to another player will be kicked (recommended: 1) &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: Once you have setup your configuration, click Save in the top left to save the server.cfg&lt;br /&gt;
&lt;br /&gt;
[[File:arma3config.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]] &lt;br /&gt;
[[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Arma_3_Rcon_Tools&amp;diff=1045</id>
		<title>Arma 3 Rcon Tools</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Arma_3_Rcon_Tools&amp;diff=1045"/>
		<updated>2019-07-21T09:21:44Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;We recommend the RCon Admin Tool called EPM RCon for Arma 3&amp;lt;br /&amp;gt;You can download this here; https://www.a3cdn.com/rcon/downloads/EPMRCon%200.9.9.9.zip&amp;lt;br /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;How to connect to your server.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;To connect to your server you'll need 3 pieces of information;&amp;lt;br /&amp;gt;-Your server's IP&amp;lt;br /&amp;gt;-Your server's RCon Port&amp;lt;br /&amp;gt;-Your server's RCon Password.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;You can find your server's IP in the Control Panel. &amp;lt;br /&amp;gt;The RCon Port is located in the configuration files under BEServerconfig (i.e. 2302)&amp;lt;br /&amp;gt;You can get your RCon Password by opening the File Manager and navigating to:&amp;lt;br /&amp;gt;    /DefaultServer/BattlEye/&amp;lt;br /&amp;gt;Now click the Pencil Icon on BEServer_active_*.cfg&amp;lt;br /&amp;gt;    The * means some random numbers and letters.&amp;lt;br /&amp;gt;The RCon password will be shown like this;&amp;lt;br /&amp;gt;    RConPassword &amp;amp;lt;RConPassword&amp;amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Now that you have your connection information. &amp;lt;br /&amp;gt;In EPM RCon&amp;lt;br /&amp;gt;Click Favourites.&amp;lt;br /&amp;gt;Click Edit Favourites.&amp;lt;br /&amp;gt;Click New&amp;lt;br /&amp;gt;Enter your Admin Name, it can be anything and will appear on Global Announcements, etc.&amp;lt;br /&amp;gt;Enter the name of the server, this is only for the Favourites list.&amp;lt;br /&amp;gt;Enter the IP&amp;lt;br /&amp;gt;Enter the Port.&amp;lt;br /&amp;gt;Enter the RCon Password.&amp;lt;br /&amp;gt;Click Apply.&amp;lt;br /&amp;gt;Click Favourites&amp;lt;br /&amp;gt;Click on the new favourite you just made.&amp;lt;br /&amp;gt;You're now connected to your server via RCon!&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;h3&amp;gt;EPM Rcon Features:&amp;lt;/h3&amp;gt;&lt;br /&gt;
&amp;lt;dl&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Resizeable and easy to use Chat/Log Box with 3 tabs (All, Chat, and Log) and a search function.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Resizeable and sortable table of players.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Send global message.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Send private message to player.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Ban player with variable length. (Works even if they disconnect while you're typing your reason)&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Kick player.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Add ban.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Reload bans.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Table of bans.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Remove ban.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Favourites.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- DNS Support.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Shutdown.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Restart.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Reload Scripts &amp;amp;amp; Events.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Log saving.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Toggle-able timestamps.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Lock &amp;amp;amp; Unlock.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Get and set Max Ping.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Global database of players.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Local database of players.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- Auto log saving.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;dd&amp;gt;- AutoUpdate! Note: Versions below 0.9.2.2 will not update above.&amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]][[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Arma_3_Wasteland_Mod_Installation&amp;diff=1044</id>
		<title>Arma 3 Wasteland Mod Installation</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Arma_3_Wasteland_Mod_Installation&amp;diff=1044"/>
		<updated>2019-07-21T09:12:23Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This Article will show you how to install A3 Wasteland mod for Arma 3.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How to setup A3 Wasteland&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 1. Go to your [http://www.gamecp.citadelservers.com Control Panel]&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 2. Click on &amp;lt;strong&amp;gt;Mod Manager&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:arma3stuff1.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 3. Click &amp;lt;strong&amp;gt;Install&amp;lt;/strong&amp;gt; on either Altis or Stratis depending on which you would like to install.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 4. Go back to the main Control Panel&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 5. Click &amp;lt;strong&amp;gt;Configuration Files&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 6. Click &amp;lt;strong&amp;gt;Configuration Editor&amp;lt;/strong&amp;gt; on server.cfg&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 7. Select the &amp;lt;strong&amp;gt;A3Wasteland Mission&amp;lt;/strong&amp;gt; from the Server Mission: dropdown.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 8. Click &amp;lt;strong&amp;gt;Save&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt; &amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt; &amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How to Enable Base Saving&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;em&amp;gt;Instructions on how to set it up&amp;lt;/em&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;Step 1. Inside &amp;lt;strong&amp;gt;Configuration Files&amp;lt;/strong&amp;gt;, click &amp;lt;strong&amp;gt;Text Editor&amp;lt;/strong&amp;gt; on A3Wasteland_settings\main_config.sqf&amp;lt;br /&amp;gt;Step 2. On the 2nd line from the bottom, where it says A3W_baseSaving = 0; change the 0 to a 1 to enable object saving.&amp;lt;br /&amp;gt;Step 3. Click Save&amp;lt;br /&amp;gt;Step 4. Go back to the Mod Manager&amp;lt;br /&amp;gt;Step 5. Click &amp;lt;strong&amp;gt;Install&amp;lt;/strong&amp;gt; on IniDB&amp;lt;br /&amp;gt;Step 6. Go back to the Control Panel&amp;lt;br /&amp;gt;Step 7. Click &amp;lt;strong&amp;gt;Commandline Manager&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;Step 8. Click Select on the Arma3 (Custom Mods) commandline&amp;lt;br /&amp;gt;Step 9. In the -mod= box replace @mod1 with @iniDB&amp;lt;br /&amp;gt;Step 10. Click Apply and restart your server&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Congratulations you're all set to go!&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]] [[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Arma_3_Wasteland_Mod_Installation&amp;diff=1043</id>
		<title>Arma 3 Wasteland Mod Installation</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Arma_3_Wasteland_Mod_Installation&amp;diff=1043"/>
		<updated>2019-07-21T09:11:48Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This Article will show you how to install A3 Wasteland mod for Arma 3.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How to setup A3 Wasteland&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt; &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 1. Go to your [http://www.gamecp.citadelservers.com Control Panel]&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 2. Click on &amp;lt;strong&amp;gt;Mod Manager&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:arma3stuff1]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 3. Click &amp;lt;strong&amp;gt;Install&amp;lt;/strong&amp;gt; on either Altis or Stratis depending on which you would like to install.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 4. Go back to the main Control Panel&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 5. Click &amp;lt;strong&amp;gt;Configuration Files&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 6. Click &amp;lt;strong&amp;gt;Configuration Editor&amp;lt;/strong&amp;gt; on server.cfg&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 7. Select the &amp;lt;strong&amp;gt;A3Wasteland Mission&amp;lt;/strong&amp;gt; from the Server Mission: dropdown.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 8. Click &amp;lt;strong&amp;gt;Save&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt; &amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;strong&amp;gt; &amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How to Enable Base Saving&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;em&amp;gt;Instructions on how to set it up&amp;lt;/em&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;Step 1. Inside &amp;lt;strong&amp;gt;Configuration Files&amp;lt;/strong&amp;gt;, click &amp;lt;strong&amp;gt;Text Editor&amp;lt;/strong&amp;gt; on A3Wasteland_settings\main_config.sqf&amp;lt;br /&amp;gt;Step 2. On the 2nd line from the bottom, where it says A3W_baseSaving = 0; change the 0 to a 1 to enable object saving.&amp;lt;br /&amp;gt;Step 3. Click Save&amp;lt;br /&amp;gt;Step 4. Go back to the Mod Manager&amp;lt;br /&amp;gt;Step 5. Click &amp;lt;strong&amp;gt;Install&amp;lt;/strong&amp;gt; on IniDB&amp;lt;br /&amp;gt;Step 6. Go back to the Control Panel&amp;lt;br /&amp;gt;Step 7. Click &amp;lt;strong&amp;gt;Commandline Manager&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;Step 8. Click Select on the Arma3 (Custom Mods) commandline&amp;lt;br /&amp;gt;Step 9. In the -mod= box replace @mod1 with @iniDB&amp;lt;br /&amp;gt;Step 10. Click Apply and restart your server&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Congratulations you're all set to go!&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]] [[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3stuff2.png&amp;diff=1042</id>
		<title>File:Arma3stuff2.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3stuff2.png&amp;diff=1042"/>
		<updated>2019-07-21T09:08:25Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3stuff1.png&amp;diff=1041</id>
		<title>File:Arma3stuff1.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3stuff1.png&amp;diff=1041"/>
		<updated>2019-07-21T09:08:14Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Arma_3_Epoch_Mod_Installation&amp;diff=1040</id>
		<title>Arma 3 Epoch Mod Installation</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Arma_3_Epoch_Mod_Installation&amp;diff=1040"/>
		<updated>2019-07-21T09:07:37Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This Article will show you how to install A3 Epoch mod for Arma 3.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: center;&amp;quot;&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How to setup Arma3 Epoch&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 1. Go to your [http://gamecp.citadelservers.com/ Control Panel]&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 2. Click &amp;lt;strong&amp;gt;Mod Manager&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:arma3stuff1.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 3. Install &amp;lt;strong&amp;gt;Battleye Extended Controls&amp;lt;/strong&amp;gt; (Required)&amp;lt;br /&amp;gt;Step 4. Install&amp;lt;strong&amp;gt; Epoch Mod&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;Step 5. Start Server and Enjoy!&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;If you have any problems installing Epoch, we're here to help, contact us via suport.&amp;lt;br /&amp;gt;p&amp;lt;br /&amp;gt;Please note that we don't offer any support for custom coding/scripting/mods that you add on to your Epoch Server after installation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:arma3stuff1.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;You would be required to remove any and all custom content if your server becomes faulty.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]] [[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Arma_3_Epoch_Mod_Installation&amp;diff=1039</id>
		<title>Arma 3 Epoch Mod Installation</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Arma_3_Epoch_Mod_Installation&amp;diff=1039"/>
		<updated>2019-07-21T08:56:15Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;p style=&amp;quot;text-align: center;&amp;quot;&amp;gt;This Article will show you how to install A3 Epoch mod for Arma 3.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p style=&amp;quot;text-align: center;&amp;quot;&amp;gt; &amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt;How to setup Arma3 Epoch&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;font-size: small;&amp;quot;&amp;gt; &amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 1. Go to your [http://gamecp.citadelservers.com/ Control Panel]&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 2. Click &amp;lt;strong&amp;gt;Mod Manager&amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;Step 3. Install &amp;lt;strong&amp;gt;Battleye Extended Controls&amp;lt;/strong&amp;gt; (Required)&amp;lt;br /&amp;gt;Step 4. Install&amp;lt;strong&amp;gt; Epoch Mod&amp;lt;/strong&amp;gt;&amp;lt;br /&amp;gt;Step 5. Start Server and Enjoy!&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;If you have any problems installing Epoch, we're here to help, contact us via support.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Please note that we don't offer any support for custom coding/scripting/mods that you add on to your Epoch Server after installation.&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;&amp;lt;br /&amp;gt;You would be required to remove any and all custom content if your server becomes faulty.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]] [[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=ArmA_3_server_commands&amp;diff=1036</id>
		<title>ArmA 3 server commands</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=ArmA_3_server_commands&amp;diff=1036"/>
		<updated>2019-07-21T08:47:43Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Commands==&lt;br /&gt;
The following commands are available to you once you have connected to a server:&lt;br /&gt;
&lt;br /&gt;
===Admin===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
! Command                                 !! Example                      !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#login&amp;lt;/tt&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#login&amp;lt;/tt&amp;gt; ''password''&amp;lt;br&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;#login&amp;lt;/tt&amp;gt;  &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#login adminPW&amp;lt;/tt&amp;gt;  &amp;lt;br&amp;gt;&lt;br /&gt;
| Log in as the admin. Without password only possible if you are listed as an admin[] in [[server.cfg#Server_Options]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#logout&amp;lt;/tt&amp;gt;                        ||                              || Admin log out.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;#mission&amp;lt;/tt&amp;gt; ''filename''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#mission&amp;lt;/tt&amp;gt;&amp;amp;nbsp;''filename''&amp;amp;nbsp;''difficulty''&lt;br /&gt;
|&amp;lt;tt&amp;gt;#mission&amp;amp;nbsp;myDM.intro&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#mission&amp;amp;nbsp;myDM.intro&amp;amp;nbsp;Veteran&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Select mission with known name and set the difficulty. Difficulty parameter is optional and if not set, current difficulty is kept.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#missions&amp;lt;/tt&amp;gt;                      ||                              || Select mission.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#restart&amp;lt;/tt&amp;gt;                       ||                              || Restart mission.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#reassign&amp;lt;/tt&amp;gt;                      ||                              || Start over and reassign roles.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#shutdown&amp;lt;/tt&amp;gt;                      ||                              || Shuts down the server immediately&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#restartserver&amp;lt;/tt&amp;gt;                      ||                              || Shuts down and restarts the server immediately (since Arma 3 v1.65.138168)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#shutdownserveraftermission&amp;lt;/tt&amp;gt;                      ||                              || Shuts down the server after mission ends (since Arma 3 1.72.142200)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#restartserveraftermission&amp;lt;/tt&amp;gt;                      ||                              || Shuts down and restarts the server after mission ends (since Arma 3 1.72.142200)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#init&amp;lt;/tt&amp;gt;                          ||                              || Reload server config file loaded by &amp;lt;tt&amp;gt;[[-config]]&amp;lt;/tt&amp;gt; option.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;#exec ban&amp;lt;/tt&amp;gt; ''name''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#exec ban&amp;lt;/tt&amp;gt; ''ID''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#exec ban&amp;lt;/tt&amp;gt; ''Player#''&lt;br /&gt;
|&amp;lt;tt&amp;gt;#exec ban nickName&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#exec ban 47114712&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#exec ban 3&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Allows you to ban a player. Their ID will be added to the ''&amp;lt;tt&amp;gt;ban.txt&amp;lt;/tt&amp;gt;''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#kick&amp;lt;/tt&amp;gt; ''name''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#kick&amp;lt;/tt&amp;gt; ''ID''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#kick&amp;lt;/tt&amp;gt; ''Player#''&lt;br /&gt;
| &amp;lt;tt&amp;gt;#kick nickName&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#kick 47114712&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#kick 3&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Allows you to kick a player.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#monitor&amp;lt;/tt&amp;gt; ''(interval in sec)'' || &amp;lt;tt&amp;gt;#monitor 1&amp;lt;/tt&amp;gt;          || Shows performance information of the server. Interval &amp;lt;tt&amp;gt;0&amp;lt;/tt&amp;gt; means to stop monitoring.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#monitords&amp;lt;/tt&amp;gt; ''(interval in sec)'' || &amp;lt;tt&amp;gt;#monitords 1&amp;lt;/tt&amp;gt;          || Shows performance information in the dedicated server console. Interval &amp;lt;tt&amp;gt;0&amp;lt;/tt&amp;gt; means to stop monitoring. (since Arma 3 v1.64)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#debug off&amp;lt;/tt&amp;gt;                     || &amp;lt;tt&amp;gt;#debug off&amp;lt;/tt&amp;gt;          || Disables debugging.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#debug&amp;lt;/tt&amp;gt; ''(interval in sec)''   || &amp;lt;tt&amp;gt;#debug 30&amp;lt;/tt&amp;gt;           || Default interval is &amp;lt;tt&amp;gt;10&amp;lt;/tt&amp;gt; seconds.&lt;br /&gt;
|}&lt;br /&gt;
==Player==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
! Command                           !! Example                          !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote missions&amp;lt;/tt&amp;gt;           ||                                  || Users can vote for the mission selection.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote mission&amp;lt;/tt&amp;gt; ''(name)'' || &amp;lt;tt&amp;gt;#vote mission myD.intro&amp;lt;/tt&amp;gt; || Users can vote on a particular mission to loaded.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote admin&amp;lt;/tt&amp;gt; ''(name/ID/PLR#)''&lt;br /&gt;
|&amp;lt;tt&amp;gt;#vote admin nickName&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#vote admin 47114712&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#vote admin 3&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Users can vote an admin to control the server.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote kick&amp;lt;/tt&amp;gt; ''(name, ID or Player#)''&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote kick nickName&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#vote kick 47114712&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#vote kick 3&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Users can vote to kick off an individual.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote restart&amp;lt;/tt&amp;gt;            ||                                  || Vote to restart the mission.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote reassign&amp;lt;/tt&amp;gt;           ||                                  || Vote to reassign.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#userlist&amp;lt;/tt&amp;gt;                ||                                  || Displays the list of users on the server (use ''PgUp'' to scroll up).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Battleye==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
! Command                    !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#beclient players&amp;lt;/tt&amp;gt; || Displays the list of ''GUID's'' of all players on the server.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#beclient guid&amp;lt;/tt&amp;gt;    || Show your own ''GUID''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Arma 3==&lt;br /&gt;
&lt;br /&gt;
In Arma 3 '''#exec kick''' and '''#exec ban''' commands require quotes (string) for ''Name'', ''UID'' or ''Player#''. To do this for the UID or Player#, use [[format]] command to turn the user ID into a string.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#exec kick &amp;quot;5&amp;quot;&lt;br /&gt;
#exec ban &amp;quot;imah4x0r&amp;quot;&lt;br /&gt;
#exec kick &amp;quot;938679499494&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''#kick''' command can still be used either way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#kick imah4x0r&lt;br /&gt;
#kick &amp;quot;imah4x0r&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case of banning, ''ban.txt'' file is created in root Arma 3 directory that contains a list of banned UIDs. To unban a user by UID (UID is the only option) or to clear the ''ban.txt'':&lt;br /&gt;
&amp;lt;pre&amp;gt;#exec unban &amp;quot;98749837498374&amp;quot;&lt;br /&gt;
#exec clearbans&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Arma 3]] &lt;br /&gt;
[[Category:Arma 3 Game Server Help Articles]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=ArmA_3_server_commands&amp;diff=1034</id>
		<title>ArmA 3 server commands</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=ArmA_3_server_commands&amp;diff=1034"/>
		<updated>2019-07-21T07:24:10Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: Created page with &amp;quot;==Commands== The following commands are available to you once you have connected to a server:  ===Admin=== {| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; b...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Commands==&lt;br /&gt;
The following commands are available to you once you have connected to a server:&lt;br /&gt;
&lt;br /&gt;
===Admin===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
! Command                                 !! Example                      !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#login&amp;lt;/tt&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#login&amp;lt;/tt&amp;gt; ''password''&amp;lt;br&amp;gt;&lt;br /&gt;
| &amp;lt;tt&amp;gt;#login&amp;lt;/tt&amp;gt;  &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#login adminPW&amp;lt;/tt&amp;gt;  &amp;lt;br&amp;gt;&lt;br /&gt;
| Log in as the admin. Without password only possible if you are listed as an admin[] in [[server.cfg#Server_Options]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#logout&amp;lt;/tt&amp;gt;                        ||                              || Admin log out.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;#mission&amp;lt;/tt&amp;gt; ''filename''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#mission&amp;lt;/tt&amp;gt;&amp;amp;nbsp;''filename''&amp;amp;nbsp;''difficulty''&lt;br /&gt;
|&amp;lt;tt&amp;gt;#mission&amp;amp;nbsp;myDM.intro&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#mission&amp;amp;nbsp;myDM.intro&amp;amp;nbsp;Veteran&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Select mission with known name and set the difficulty. Difficulty parameter is optional and if not set, current difficulty is kept.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#missions&amp;lt;/tt&amp;gt;                      ||                              || Select mission.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#restart&amp;lt;/tt&amp;gt;                       ||                              || Restart mission.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#reassign&amp;lt;/tt&amp;gt;                      ||                              || Start over and reassign roles.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#shutdown&amp;lt;/tt&amp;gt;                      ||                              || Shuts down the server immediately&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#restartserver&amp;lt;/tt&amp;gt;                      ||                              || Shuts down and restarts the server immediately (since Arma 3 v1.65.138168)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#shutdownserveraftermission&amp;lt;/tt&amp;gt;                      ||                              || Shuts down the server after mission ends (since Arma 3 1.72.142200)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#restartserveraftermission&amp;lt;/tt&amp;gt;                      ||                              || Shuts down and restarts the server after mission ends (since Arma 3 1.72.142200)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#init&amp;lt;/tt&amp;gt;                          ||                              || Reload server config file loaded by &amp;lt;tt&amp;gt;[[-config]]&amp;lt;/tt&amp;gt; option.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;tt&amp;gt;#exec ban&amp;lt;/tt&amp;gt; ''name''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#exec ban&amp;lt;/tt&amp;gt; ''ID''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#exec ban&amp;lt;/tt&amp;gt; ''Player#''&lt;br /&gt;
|&amp;lt;tt&amp;gt;#exec ban nickName&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#exec ban 47114712&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#exec ban 3&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Allows you to ban a player. Their ID will be added to the ''&amp;lt;tt&amp;gt;ban.txt&amp;lt;/tt&amp;gt;''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#kick&amp;lt;/tt&amp;gt; ''name''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#kick&amp;lt;/tt&amp;gt; ''ID''&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#kick&amp;lt;/tt&amp;gt; ''Player#''&lt;br /&gt;
| &amp;lt;tt&amp;gt;#kick nickName&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#kick 47114712&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#kick 3&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Allows you to kick a player.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#monitor&amp;lt;/tt&amp;gt; ''(interval in sec)'' || &amp;lt;tt&amp;gt;#monitor 1&amp;lt;/tt&amp;gt;          || Shows performance information of the server. Interval &amp;lt;tt&amp;gt;0&amp;lt;/tt&amp;gt; means to stop monitoring.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#monitords&amp;lt;/tt&amp;gt; ''(interval in sec)'' || &amp;lt;tt&amp;gt;#monitords 1&amp;lt;/tt&amp;gt;          || Shows performance information in the dedicated server console. Interval &amp;lt;tt&amp;gt;0&amp;lt;/tt&amp;gt; means to stop monitoring. (since Arma 3 v1.64)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#debug off&amp;lt;/tt&amp;gt;                     || &amp;lt;tt&amp;gt;#debug off&amp;lt;/tt&amp;gt;          || Disables debugging.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#debug&amp;lt;/tt&amp;gt; ''(interval in sec)''   || &amp;lt;tt&amp;gt;#debug 30&amp;lt;/tt&amp;gt;           || Default interval is &amp;lt;tt&amp;gt;10&amp;lt;/tt&amp;gt; seconds.&lt;br /&gt;
|}&lt;br /&gt;
==Player==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
! Command                           !! Example                          !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote missions&amp;lt;/tt&amp;gt;           ||                                  || Users can vote for the mission selection.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote mission&amp;lt;/tt&amp;gt; ''(name)'' || &amp;lt;tt&amp;gt;#vote mission myD.intro&amp;lt;/tt&amp;gt; || Users can vote on a particular mission to loaded.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote admin&amp;lt;/tt&amp;gt; ''(name/ID/PLR#)''&lt;br /&gt;
|&amp;lt;tt&amp;gt;#vote admin nickName&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#vote admin 47114712&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#vote admin 3&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Users can vote an admin to control the server.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote kick&amp;lt;/tt&amp;gt; ''(name, ID or Player#)''&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote kick nickName&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#vote kick 47114712&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;#vote kick 3&amp;lt;/tt&amp;gt;&lt;br /&gt;
| Users can vote to kick off an individual.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote restart&amp;lt;/tt&amp;gt;            ||                                  || Vote to restart the mission.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#vote reassign&amp;lt;/tt&amp;gt;           ||                                  || Vote to reassign.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#userlist&amp;lt;/tt&amp;gt;                ||                                  || Displays the list of users on the server (use ''PgUp'' to scroll up).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Battleye==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin-left: auto; margin-right: auto; border: none;&amp;quot;&lt;br /&gt;
! Command                    !! Description&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#beclient players&amp;lt;/tt&amp;gt; || Displays the list of ''GUID's'' of all players on the server.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;tt&amp;gt;#beclient guid&amp;lt;/tt&amp;gt;    || Show your own ''GUID''.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Arma 3==&lt;br /&gt;
&lt;br /&gt;
In Arma 3 '''#exec kick''' and '''#exec ban''' commands require quotes (string) for ''Name'', ''UID'' or ''Player#''. To do this for the UID or Player#, use [[format]] command to turn the user ID into a string.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#exec kick &amp;quot;5&amp;quot;&lt;br /&gt;
#exec ban &amp;quot;imah4x0r&amp;quot;&lt;br /&gt;
#exec kick &amp;quot;938679499494&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''#kick''' command can still be used either way:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#kick imah4x0r&lt;br /&gt;
#kick &amp;quot;imah4x0r&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In case of banning, ''ban.txt'' file is created in root Arma 3 directory that contains a list of banned UIDs. To unban a user by UID (UID is the only option) or to clear the ''ban.txt'':&lt;br /&gt;
&amp;lt;pre&amp;gt;#exec unban &amp;quot;98749837498374&amp;quot;&lt;br /&gt;
#exec clearbans&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3wksdl.png&amp;diff=1033</id>
		<title>File:Arma3wksdl.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3wksdl.png&amp;diff=1033"/>
		<updated>2019-07-21T06:52:17Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3wksdls.png&amp;diff=1032</id>
		<title>File:Arma3wksdls.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3wksdls.png&amp;diff=1032"/>
		<updated>2019-07-21T06:49:18Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3pleasekillme.png&amp;diff=1031</id>
		<title>File:Arma3pleasekillme.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3pleasekillme.png&amp;diff=1031"/>
		<updated>2019-07-21T06:48:25Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3cml.png&amp;diff=1030</id>
		<title>File:Arma3cml.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3cml.png&amp;diff=1030"/>
		<updated>2019-07-21T06:48:09Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3config.png&amp;diff=1028</id>
		<title>File:Arma3config.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3config.png&amp;diff=1028"/>
		<updated>2019-07-21T05:35:38Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3cf.png&amp;diff=1027</id>
		<title>File:Arma3cf.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3cf.png&amp;diff=1027"/>
		<updated>2019-07-21T05:35:20Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3pc.png&amp;diff=1026</id>
		<title>File:Arma3pc.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3pc.png&amp;diff=1026"/>
		<updated>2019-07-21T05:35:07Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Changing_your_ArmA_3_mission&amp;diff=1022</id>
		<title>Changing your ArmA 3 mission</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Changing_your_ArmA_3_mission&amp;diff=1022"/>
		<updated>2019-07-21T04:55:35Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;How to add a mission and set it up.&lt;br /&gt;
Once you have downloaded your Arma 3 Mission, you will need to upload it onto your Game Server&lt;br /&gt;
&lt;br /&gt;
How to upload a Mission File to the server.&lt;br /&gt;
&lt;br /&gt;
Method 1 - File Manager&lt;br /&gt;
&lt;br /&gt;
Navigate to the File manager section of your Control panel.&lt;br /&gt;
&lt;br /&gt;
[[File:arma3fm.png]]&lt;br /&gt;
&lt;br /&gt;
Upload the mission to the MPMissions folder, using the upload button just below the blue bar.&lt;br /&gt;
&lt;br /&gt;
[[File:armamp.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Method 2 - FTP Client&lt;br /&gt;
&lt;br /&gt;
Navigate to your MPMissions folder and upload your mission here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do I make my server run the mission?&lt;br /&gt;
&lt;br /&gt;
Go into the configuration files and text editor for server.cfg&lt;br /&gt;
&lt;br /&gt;
Mission Cycle&lt;br /&gt;
At the bottom of your server.cfg you have a section where you can pre-load your missions for when the server starts up. Take the name of the mission file you just placed in the folder and put it in the mission cycle section. Below is an example&lt;br /&gt;
&lt;br /&gt;
If the mission file you downloaded was called &amp;quot;Mission1.Altis.pbo&lt;br /&gt;
&amp;quot; then you would put in the mission cycle section&lt;br /&gt;
class Missions{&lt;br /&gt;
    class Wasteland&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
Take note that you do not put the &amp;quot;.pbo&amp;quot; on the end of the map template. The .Altis at the end of the map name tells the server what map the server is going to use, the first part is just the name of the mission you are going to play.&lt;br /&gt;
If its left blank, on server startup people will be able to vote for a map of their choice, rather than the one you want.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do I add multiple missions to cycle through?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Well, the same as above, but with multiple mission classes.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
class Missions{&lt;br /&gt;
    class Mission1&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
   class Mission2&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission2.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
    class Mission3&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission3.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
    class Mission4&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission4.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FAQ&lt;br /&gt;
&lt;br /&gt;
Can I have different maps in the mission cycle?&lt;br /&gt;
Yes, you can cycle between different maps, I.e. Altis, Stratis and Virtual Reality.&lt;br /&gt;
&lt;br /&gt;
Can I have missions that require different mods?&lt;br /&gt;
&lt;br /&gt;
Yes, but you need to initialize all the mods via the CommandLine Manager, you can't turn mods on and off without&lt;br /&gt;
restarting the server.&lt;br /&gt;
&lt;br /&gt;
Can I have different difficulties?&lt;br /&gt;
Yes, set them per mission.&lt;br /&gt;
&lt;br /&gt;
What happens if I leave the mission section blank?&lt;br /&gt;
When players join they will be able to vote for missions in your MPMission folder. (If you're logged in as Admin you can force a particular mission)&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Armamp.png&amp;diff=1021</id>
		<title>File:Armamp.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Armamp.png&amp;diff=1021"/>
		<updated>2019-07-21T04:55:12Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Changing_your_ArmA_3_mission&amp;diff=1020</id>
		<title>Changing your ArmA 3 mission</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Changing_your_ArmA_3_mission&amp;diff=1020"/>
		<updated>2019-07-21T04:53:07Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;How to add a mission and set it up.&lt;br /&gt;
Once you have downloaded your Arma 3 Mission, you will need to upload it onto your Game Server&lt;br /&gt;
&lt;br /&gt;
How to upload a Mission File to the server.&lt;br /&gt;
&lt;br /&gt;
Method 1 - File Manager&lt;br /&gt;
&lt;br /&gt;
Navigate to the File manager section of your Control panel.&lt;br /&gt;
&lt;br /&gt;
[[File:Arma3fm.png]]&lt;br /&gt;
&lt;br /&gt;
Upload the mission to the MPMissions folder, using the upload button just below the blue bar.&lt;br /&gt;
&lt;br /&gt;
[[File:armamp.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Method 2 - FTP Client&lt;br /&gt;
&lt;br /&gt;
Navigate to your MPMissions folder and upload your mission here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do I make my server run the mission?&lt;br /&gt;
&lt;br /&gt;
Go into the configuration files and text editor for server.cfg&lt;br /&gt;
&lt;br /&gt;
Mission Cycle&lt;br /&gt;
At the bottom of your server.cfg you have a section where you can pre-load your missions for when the server starts up. Take the name of the mission file you just placed in the folder and put it in the mission cycle section. Below is an example&lt;br /&gt;
&lt;br /&gt;
If the mission file you downloaded was called &amp;quot;Mission1.Altis.pbo&lt;br /&gt;
&amp;quot; then you would put in the mission cycle section&lt;br /&gt;
class Missions{&lt;br /&gt;
    class Wasteland&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
Take note that you do not put the &amp;quot;.pbo&amp;quot; on the end of the map template. The .Altis at the end of the map name tells the server what map the server is going to use, the first part is just the name of the mission you are going to play.&lt;br /&gt;
If its left blank, on server startup people will be able to vote for a map of their choice, rather than the one you want.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do I add multiple missions to cycle through?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Well, the same as above, but with multiple mission classes.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
class Missions{&lt;br /&gt;
    class Mission1&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
   class Mission2&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission2.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
    class Mission3&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission3.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
    class Mission4&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission4.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FAQ&lt;br /&gt;
&lt;br /&gt;
Can I have different maps in the mission cycle?&lt;br /&gt;
Yes, you can cycle between different maps, I.e. Altis, Stratis and Virtual Reality.&lt;br /&gt;
&lt;br /&gt;
Can I have missions that require different mods?&lt;br /&gt;
&lt;br /&gt;
Yes, but you need to initialize all the mods via the CommandLine Manager, you can't turn mods on and off without&lt;br /&gt;
restarting the server.&lt;br /&gt;
&lt;br /&gt;
Can I have different difficulties?&lt;br /&gt;
Yes, set them per mission.&lt;br /&gt;
&lt;br /&gt;
What happens if I leave the mission section blank?&lt;br /&gt;
When players join they will be able to vote for missions in your MPMission folder. (If you're logged in as Admin you can force a particular mission)&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=File:Arma3fm.png&amp;diff=1019</id>
		<title>File:Arma3fm.png</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=File:Arma3fm.png&amp;diff=1019"/>
		<updated>2019-07-21T04:52:25Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Changing_your_ArmA_3_mission&amp;diff=1018</id>
		<title>Changing your ArmA 3 mission</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Changing_your_ArmA_3_mission&amp;diff=1018"/>
		<updated>2019-07-21T04:51:54Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: Created page with &amp;quot;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;How to add a mission and set it up. Once you have downloaded your Arma 3 Mission, you will need to upload it onto your Game Server  How to upl...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align: center;&amp;quot;&amp;gt;How to add a mission and set it up.&lt;br /&gt;
Once you have downloaded your Arma 3 Mission, you will need to upload it onto your Game Server&lt;br /&gt;
&lt;br /&gt;
How to upload a Mission File to the server.&lt;br /&gt;
&lt;br /&gt;
Method 1 - File Manager&lt;br /&gt;
&lt;br /&gt;
Navigate to the File manager section of your Control panel.&lt;br /&gt;
&lt;br /&gt;
[[File:arma3fm.png]]&lt;br /&gt;
&lt;br /&gt;
Upload the mission to the MPMissions folder, using the upload button just below the blue bar.&lt;br /&gt;
&lt;br /&gt;
[[File:armamp.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Method 2 - FTP Client&lt;br /&gt;
&lt;br /&gt;
Navigate to your MPMissions folder and upload your mission here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do I make my server run the mission?&lt;br /&gt;
&lt;br /&gt;
Go into the configuration files and text editor for server.cfg&lt;br /&gt;
&lt;br /&gt;
Mission Cycle&lt;br /&gt;
At the bottom of your server.cfg you have a section where you can pre-load your missions for when the server starts up. Take the name of the mission file you just placed in the folder and put it in the mission cycle section. Below is an example&lt;br /&gt;
&lt;br /&gt;
If the mission file you downloaded was called &amp;quot;Mission1.Altis.pbo&lt;br /&gt;
&amp;quot; then you would put in the mission cycle section&lt;br /&gt;
class Missions{&lt;br /&gt;
    class Wasteland&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
&lt;br /&gt;
};&lt;br /&gt;
Take note that you do not put the &amp;quot;.pbo&amp;quot; on the end of the map template. The .Altis at the end of the map name tells the server what map the server is going to use, the first part is just the name of the mission you are going to play.&lt;br /&gt;
If its left blank, on server startup people will be able to vote for a map of their choice, rather than the one you want.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
How do I add multiple missions to cycle through?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Well, the same as above, but with multiple mission classes.&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
class Missions{&lt;br /&gt;
    class Mission1&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission1.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
   class Mission2&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission2.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
    class Mission3&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission3.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    };&lt;br /&gt;
    class Mission4&lt;br /&gt;
    {&lt;br /&gt;
        template=&amp;quot;Mission4.Altis&amp;quot;;&lt;br /&gt;
        difficulty=&amp;quot;Regular&amp;quot;;&lt;br /&gt;
    }&lt;br /&gt;
};&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FAQ&lt;br /&gt;
&lt;br /&gt;
Can I have different maps in the mission cycle?&lt;br /&gt;
Yes, you can cycle between different maps, I.e. Altis, Stratis and Virtual Reality.&lt;br /&gt;
&lt;br /&gt;
Can I have missions that require different mods?&lt;br /&gt;
&lt;br /&gt;
Yes, but you need to initialize all the mods via the CommandLine Manager, you can't turn mods on and off without&lt;br /&gt;
restarting the server.&lt;br /&gt;
&lt;br /&gt;
Can I have different difficulties?&lt;br /&gt;
Yes, set them per mission.&lt;br /&gt;
&lt;br /&gt;
What happens if I leave the mission section blank?&lt;br /&gt;
When players join they will be able to vote for missions in your MPMission folder. (If you're logged in as Admin you can force a particular mission)&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Wurm_Unlimited&amp;diff=501</id>
		<title>Wurm Unlimited</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Wurm_Unlimited&amp;diff=501"/>
		<updated>2019-07-04T10:02:49Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:wurm-wikiicon.jpg|200px|link=Category:Wurm Unlimited]]&lt;br /&gt;
|developer=[[Code Club AB]]&lt;br /&gt;
|publisher=[[Plug In Digital]]&lt;br /&gt;
|release=October 21, 2015&lt;br /&gt;
|engine=[[Java]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Adventure, Indie, RPG&lt;br /&gt;
|language=English&lt;br /&gt;
|gameserverinfo=[[Wurm Unlimited Game Servers]]&lt;br /&gt;
|website=[https://www.wurmonline.com/ Official Website]&lt;br /&gt;
|wiki=[https://www.wurmpedia.com/index.php/Main_Page Official Wiki]&lt;br /&gt;
|gamepage=[https://citadelservers.com/game-servers/wurm-unlimited Server Rental]&lt;br /&gt;
|gameport=3724&lt;br /&gt;
|queryport=27016&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-wum.jpg|460px|link=https://citadelservers.com/game-servers/wurm-unlimited]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Wurm Unlimited game server! [https://citadelservers.com/game-servers/wurm-unlimited citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Wurm Unlimited is the standalone version of the fantasy sandbox world Wurm Online and expands upon the already expansive sandbox by placing players in charge of server management, allowing them to dictate skillgain rates, action speeds, creature counts and much more.&lt;br /&gt;
A pioneer in the ideas of player influence, crafting and adventure, it is now one of the most deep and feature packed true sandbox experiences available.&lt;br /&gt;
Whether you enjoy building your home, conquering kingdoms or hunting dragons, Wurm will let you.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Wurm Unlimited supports dedicated game servers, you can rent one here from [https://citadelservers.com/game-servers/wurm-unlimited Citadel Servers] or learn to setup one yourself [[How to setup a Wurm Unlimited dedicated game server]]. [[Wurm Unlimited Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Wurm Unlimited server, adding mods, please see [[Wurm Unlimited Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-wurm-1.jpg&lt;br /&gt;
File:media-wurm-2.jpg&lt;br /&gt;
File:media-wurm-3.jpg&lt;br /&gt;
File:media-wurm-4.jpg&lt;br /&gt;
File:media-wurm-5.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|kDZJq7jfKIk||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[https://citadelservers.com/game-servers/wurm-unlimited Server Rental]&lt;br /&gt;
*[https://www.wurmonline.com/ Official Wurm Unlimited Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Wurm Unlimited]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Starbound&amp;diff=500</id>
		<title>Starbound</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Starbound&amp;diff=500"/>
		<updated>2019-07-04T10:02:30Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:header-starbound.png|200px|link=Category:Starbound]]&lt;br /&gt;
|developer=[[Chucklefish]]&lt;br /&gt;
|publisher=[[Chucklefish]]&lt;br /&gt;
|release=July 22, 2016&lt;br /&gt;
|engine=[[C++ using SDL 1.2]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action-adventure&lt;br /&gt;
|language=English&lt;br /&gt;
|gameserverinfo=[[Starbound Game Servers]]&lt;br /&gt;
|website=[https://playstarbound.com/ Official Website]&lt;br /&gt;
|wiki=[https://starbounder.org/Starbound_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[http://citadelservers.com/game-servers/starbound Server Rental]&lt;br /&gt;
|gameport=21025&lt;br /&gt;
|queryport= &lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-starbound.png|460px|link=http://citadelservers.com/game-servers/starbound]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Starbound game server! [http://citadelservers.com/game-servers/starbound citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
You’ve fled your home, only to find yourself lost in space with a damaged ship. Your only option is to beam down to the planet below, repair your ship and set off to explore the universe...&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Starbound supports dedicated game servers, you can rent one here from [http://citadelservers.com/game-servers/starbound Citadel Servers] or learn to setup one yourself [[How to setup an Starbound dedicated game server]]. [[Starbound Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Starbound server, adding mods, please see [[Starbound Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-Starbound-1.jpg&lt;br /&gt;
File:media-Starbound-2.jpg&lt;br /&gt;
File:media-Starbound-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|O6PUh3reG0||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/starbound Server Rental]&lt;br /&gt;
*[https://playstarbound.com/ Official Starbound Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Starbound]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Space_Engineers&amp;diff=499</id>
		<title>Space Engineers</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Space_Engineers&amp;diff=499"/>
		<updated>2019-07-04T10:02:15Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:se-wikiicon.jpg|200px|link=Category:Space Engineers]]&lt;br /&gt;
|developer=[[Keen Software House]]&lt;br /&gt;
|publisher=[[Keen Software House]]&lt;br /&gt;
|release=February 28, 2019&lt;br /&gt;
|engine=[[VRAGE 2]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action, Indie, Simulation, Strategy&lt;br /&gt;
|language=16&lt;br /&gt;
|gameserverinfo=[[Space Engineers Game Servers]]&lt;br /&gt;
|website=[https://www.spaceengineersgame.com/ Official Website]&lt;br /&gt;
|wiki=[https://www.spaceengineerswiki.com/Main_Page Official Wiki]&lt;br /&gt;
|gamepage=[http://citadelservers.com/game-servers/space-engineers-game-hosting Server Rental]&lt;br /&gt;
|gameport=27016&lt;br /&gt;
|queryport=27016&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Header-se.png|460px|link=http://citadelservers.com/game-servers/space-engineers-game-hosting]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Space Engineers game server! [http://citadelservers.com/game-servers/space-engineers-game-hosting citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Space Engineers is an open world sandbox game defined by creativity and exploration.&lt;br /&gt;
&lt;br /&gt;
It is a sandbox game about engineering, construction, exploration and survival in space and on planets. Players build space ships, wheeled vehicles, space stations, planetary outposts of various sizes and uses (civil and military), pilot ships and travel through space to explore planets and gather resources to survive. Featuring both creative and survival modes, there is no limit to what can be built, utilized and explored.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Space Engineers supports dedicated game servers, you can rent one here from [http://citadelservers.com/game-servers/space-engineers-game-hosting Citadel Servers] or learn to setup one yourself [[How to setup an Space Engineers dedicated game server]]. [[Space Engineers Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Space Engineers server, adding mods, please see [[Space Engineers Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-se-1.jpg&lt;br /&gt;
File:media-se-2.jpg&lt;br /&gt;
File:media-se-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|WrePWKCSB5c||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/space-engineers-game-hosting Server Rental]&lt;br /&gt;
*[https://www.spaceengineersgame.com/ Official Space Engineers Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Space Engineers]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Rust&amp;diff=498</id>
		<title>Rust</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Rust&amp;diff=498"/>
		<updated>2019-07-04T10:01:55Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:header-rust.jpg|200px|link=Category:Rust]]&lt;br /&gt;
|developer=[[Facepunch Studios]]&lt;br /&gt;
|publisher=[[Facepunch Studios]]&lt;br /&gt;
|release=February 8, 2018&lt;br /&gt;
|engine=[[Rust]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action, Adventure, Indie, Massively Multiplayer, RPG&lt;br /&gt;
|language=25&lt;br /&gt;
|gameserverinfo=[[Rust Game Servers]]&lt;br /&gt;
|website=[https://rust.facepunch.com/ Official Website]&lt;br /&gt;
|wiki=[https://rust.gamepedia.com/Rust_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[https://citadelservers.com/en-us/game-servers/rust Server Rental]&lt;br /&gt;
|gameport=28015&lt;br /&gt;
|queryport=28015&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-rust.jpg|460px|link=https://citadelservers.com/en-gb/game-servers/rust]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Rust game server! [https://citadelservers.com/en-gb/game-servers/rust citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
The only aim in Rust is to survive. To do this you will need to overcome struggles such as hunger, thirst and cold. Build a fire. Build a shelter. Kill animals for meat. Protect yourself from other players, and kill them for meat. Create alliances with other players and form a town. Do whatever it takes to survive.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Rust supports dedicated game servers, you can rent one here from [https://citadelservers.com/en-us/game-servers/rust Citadel Servers] or learn to setup one yourself [[How to setup a Rust dedicated game server]]. [[Rust Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Rust server, adding mods, please see [[Rust Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-rust-1.jpg&lt;br /&gt;
File:media-rust-2.jpg&lt;br /&gt;
File:media-rust-3.jpg&lt;br /&gt;
File:media-rust-4.jpg&lt;br /&gt;
File:media-rust-5.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|HNavTaDpXXU||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[https://citadelservers.com/en-us/game-servers/rust Server Rental]&lt;br /&gt;
*[https://rust.facepunch.com/ Official Rust Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Rust]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Reign_of_Kings&amp;diff=497</id>
		<title>Reign of Kings</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Reign_of_Kings&amp;diff=497"/>
		<updated>2019-07-04T10:01:34Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:header-rok.jpg|200px|link=Category:Reign of Kings]]&lt;br /&gt;
|developer=[[Code}{atch]]&lt;br /&gt;
|publisher=[[Code}{atch]]&lt;br /&gt;
|release=December 15, 2015&lt;br /&gt;
|engine=[[Unity]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action, Adventure, Indie, RPG, Simulation&lt;br /&gt;
|language=English&lt;br /&gt;
|gameserverinfo=[[Reign of Kings Game Servers]]&lt;br /&gt;
|website=[http://www.reignofkings.net/ Official Website]&lt;br /&gt;
|wiki=[https://reignofkings.gamepedia.com/Reign_of_Kings_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[https://citadelservers.com/game-servers/reign-of-kings-game-hosting Server Rental]&lt;br /&gt;
|gameport=2302&lt;br /&gt;
|queryport=2305&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-rok.jpg|460px|link=https://citadelservers.com/game-servers/reign-of-kings-game-hosting]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Reign of Kings game server! [https://citadelservers.com/game-servers/reign-of-kings-game-hosting citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Struggle to survive in a harsh medieval world. Hunt wildlife, mine resources, build structures, and craft weapons and armor in order to protect yourself. You may form a guild, bring war to all opposition, and try to seize the throne and become king!&lt;br /&gt;
&lt;br /&gt;
In Reign of Kings we allow you to collect resources and craft a wide variety of items needed to build a vast and powerful kingdom. We were primarily inspired by Rust &amp;amp; Chivalry in the development of this game.&lt;br /&gt;
&lt;br /&gt;
In addition to standard resources, you may compete over the Ancient Throne which resides in a throne room which overlooks the island. All players who are not part of the King's Guild are taxed on the resources they collect.&lt;br /&gt;
&lt;br /&gt;
The development of a melee combat system adds a gritty and visceral feeling to Reign of Kings that will allow players to become deeply immersed in a realistic and intense medieval survival experience.&lt;br /&gt;
&lt;br /&gt;
The world itself is designed to inspire competition and struggles for power. Resource locations strategically spread throughout the game will create inequity and envy. Players will have the ability to make war, or even capture and hold other players in order to get what they want. Each player will have the power to decide the fate of the kingdom, or choose to entirely forego the responsibility of ruling the kingdom and roam the land as a freeman.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Reign of Kings supports dedicated game servers, you can rent one here from [https://citadelservers.com/game-servers/reign-of-kings-game-hosting Citadel Servers] or learn to setup one yourself [[How to setup an Reign of Kings dedicated game server]]. [[Reign of Kings Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Reign of Kings server, adding mods, please see [[Reign of Kings Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-rok-1.jpg&lt;br /&gt;
File:media-rok-2.jpg&lt;br /&gt;
File:media-rok-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|ni7SQKDq0oU||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[https://citadelservers.com/game-servers/reign-of-kings-game-hosting Server Rental]&lt;br /&gt;
*[http://www.reignofkings.net/ Official Reign of Kings Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Reign of Kings]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=PixARK&amp;diff=496</id>
		<title>PixARK</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=PixARK&amp;diff=496"/>
		<updated>2019-07-04T10:01:15Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:header-pixark.jpg|200px|link=Category:PixARK]]&lt;br /&gt;
|developer=[[Snail Games USA]]&lt;br /&gt;
|publisher=[[Snail Games USA]]&lt;br /&gt;
|release=May 31, 2019&lt;br /&gt;
|engine=[[Unreal Engine 4]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action, Adventure, Casual, Massively Multiplayer, RPG, Strategy&lt;br /&gt;
|language=13&lt;br /&gt;
|gameserverinfo=[[PixARK Game Servers]]&lt;br /&gt;
|website=[https://pixark.snail.com/ Official Website]&lt;br /&gt;
|wiki=[https://pixark.gamepedia.com/Pixark_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[https://citadelservers.com/game-servers/pixark-game-hosting Server Rental]&lt;br /&gt;
|gameport=27015&lt;br /&gt;
|queryport=27016&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-pixark.jpg|460px|link=https://citadelservers.com/game-servers/pixark-game-hosting]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own PixARK game server! [https://citadelservers.com/game-servers/pixark-game-hosting citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Welcome to PixARK, a vast, wild world filled with vicious dinosaurs, magical creatures and endless adventure! To survive in this mysterious land, you must tame creatures both ferocious and cuddly, craft high tech and magical tools, and build your own base out of cubes.&lt;br /&gt;
&lt;br /&gt;
With a robust character creator, an infinite number of voxel based maps and procedurally generated quests, your PixARK adventure will be completely unique. Team up with friends to form a tribe, or play on your own. Spend your time building a towering fortress or go on a quest in a sprawling cavern. Fly on the back of a dragon and smite your enemies with a magic wand, or ride a mighty T-Rex and blast your foes with a rocket launcher. In the world of PixARK, how you play is up to you – as long as you survive!&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
PixARK supports dedicated game servers, you can rent one here from [https://citadelservers.com/game-servers/pixark-game-hosting Citadel Servers] or learn to setup one yourself [[How to setup an PixARK dedicated game server]]. [[PixARK Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your PixARK server, adding mods, please see [[PixARK Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:Media-pixark-1.jpg&lt;br /&gt;
File:Media-pixark-2.jpg&lt;br /&gt;
File:Media-pixark-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|Tnt6epYpLAs||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[https://citadelservers.com/game-servers/pixark-game-hosting Server Rental]&lt;br /&gt;
*[https://pixark.snail.com/ Official PixARK Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:PixARK]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Mount_and_Blade_Warband&amp;diff=495</id>
		<title>Mount and Blade Warband</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Mount_and_Blade_Warband&amp;diff=495"/>
		<updated>2019-07-04T10:01:01Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:Mbw-wikiicon.jpg|200px|link=Mount and Blade Warband]]&lt;br /&gt;
|developer=[[TaleWorlds Entertainment]]&lt;br /&gt;
|publisher=[[TaleWorlds Entertainment]]&lt;br /&gt;
|release=March 31, 2010&lt;br /&gt;
|engine=[[Custom]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action, RPG&lt;br /&gt;
|language=10&lt;br /&gt;
|gameserverinfo=[[Mount and Blade Warband Game Servers]]&lt;br /&gt;
|website=[https://www.taleworlds.com/ Official Website]&lt;br /&gt;
|wiki=[N/A Official Wiki]&lt;br /&gt;
|gamepage=[https://citadelservers.com/game-servers/mount-and-blade-warband Server Rental]&lt;br /&gt;
|gameport=7240&lt;br /&gt;
|queryport=7240&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-mbw.jpg|460px|link=https://citadelservers.com/game-servers/mount-and-blade-warband]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Mount and Blade Warband game server! [https://citadelservers.com/game-servers/mount-and-blade-warband citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
In a land torn asunder by incessant warfare, it is time to assemble your own band of hardened warriors and enter the fray. Lead your men into battle, expand your realm, and claim the ultimate prize: the throne of Calradia!&lt;br /&gt;
&lt;br /&gt;
{{PAGENAME}} is a stand alone expansion pack for the game that brought medieval battlefields to life with its realistic mounted combat and detailed fighting system.&lt;br /&gt;
== Mount and Blade Warband Dedicated Game Servers ==&lt;br /&gt;
Mount and Blade Warband supports dedicated game servers, you can rent one here from [https://citadelservers.com/game-servers/mount-and-blade-warband Citadel Servers] or learn to setup one yourself [[How to setup an Mount and Blade Warband dedicated game server]]. [[Mount and Blade Warband Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your https://citadelservers.com/game-servers/mount-and-blade-warband server, adding mods, please see [[Mount and Blade Warband Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-mbw-1.jpg&lt;br /&gt;
File:media-mbw-2.jpg&lt;br /&gt;
File:media-mbw-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|sX37QA9o-Co||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[https://citadelservers.com/game-servers/mount-and-blade-warband Server Rental]&lt;br /&gt;
*[https://www.taleworlds.com/ Official Mount and Blade Warband Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Mount and Blade Warband]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Mordhau&amp;diff=494</id>
		<title>Mordhau</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Mordhau&amp;diff=494"/>
		<updated>2019-07-04T10:00:43Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:Header-mordhau.jpg|200px|link=Category:ArmA 3]]&lt;br /&gt;
|developer=[[Triternion]]&lt;br /&gt;
|publisher=[[Triternion]]&lt;br /&gt;
|release=April 29, 2019&lt;br /&gt;
|engine=[[Unreal Engine 4]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Tactical-Shooter, Military Simulation&lt;br /&gt;
|language=English, German, Spanish, Simplified Chinese, French, Italian, Portuguese, Russian&lt;br /&gt;
|gameserverinfo=[[Mordhau Game Servers]]&lt;br /&gt;
|website=[https://mordhau.com/ Official Website]&lt;br /&gt;
|wiki=[https://mordhau.gamepedia.com/Mordhau_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[http://citadelservers.com/game-servers/mordhau Server Rental]&lt;br /&gt;
|gameport=2302&lt;br /&gt;
|queryport=2305&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Header-mordhau.jpg|460px|link=http://citadelservers.com/game-servers/mordhau]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Mordhau game server! [http://citadelservers.com/game-servers/mordhau citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
MORDHAU is a multiplayer medieval slasher. Create your mercenary and fight in brutal battles where you will experience fast paced combat, castle sieges, cavalry charges, and more.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Mordhau supports dedicated game servers, you can rent one here from [http://citadelservers.com/game-servers/mordhau Citadel Servers] or learn to setup one yourself [[How to setup an Mordhau dedicated game server]]. [[Mordhau Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Mordhau server, adding mods, please see [[Mordhau Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:Media-mordhau-1.jpg&lt;br /&gt;
File:Media-mordhau-2.jpg&lt;br /&gt;
File:Media-mordhau-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|nFpoDlH6Sxs||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/mordhau Server Rental]&lt;br /&gt;
*[https://mordhau.com/ Official Mordhau Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Mordhau]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Minecraft&amp;diff=493</id>
		<title>Minecraft</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Minecraft&amp;diff=493"/>
		<updated>2019-07-04T10:00:23Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:minecraft-wikiicon.jpg|200px|link=Category:Minecraft]]&lt;br /&gt;
|developer=[[Mojang]]&lt;br /&gt;
|publisher=[[Mojang]]&lt;br /&gt;
|release=May 17, 2009&lt;br /&gt;
|engine=[[Bedrock]][[,Java]]&lt;br /&gt;
|steam=No&lt;br /&gt;
|genre=Survival, Creative&lt;br /&gt;
|language=English, German (Subtitles)&lt;br /&gt;
|gameserverinfo=[[Minecraft Game Servers]]&lt;br /&gt;
|website=[https://www.minecraft.net/en-us/ Official Website]&lt;br /&gt;
|wiki=[https://minecraft.gamepedia.com/Minecraft_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[https://citadelservers.com/en-us/game-servers/minecraft Server Rental]&lt;br /&gt;
|gameport=25565&lt;br /&gt;
|queryport=25565&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Header-minecraft.png|460px|link=http://citadelservers.com/game-servers/minecraft]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Minecraft game server! [http://citadelservers.com/game-servers/minecraft citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Minecraft is a sandbox video game created by Swedish game developer Markus Persson and released by Mojang in 2011. The game allows players to build with a variety of different blocks in a 3D procedurally generated world, requiring creativity from players. Other activities in the game include exploration, resource gathering, crafting, and combat. Multiple game modes that change gameplay are available, including—but not limited to—a survival mode, in which players must acquire resources to build the world and maintain health, and a creative mode, where players have unlimited resources to build with. The Java Edition of the game allows players to modify the game with mods to create new gameplay mechanics, items, textures and assets.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Minecraft supports dedicated game servers, you can rent one here from [https://citadelservers.com/en-gb/game-servers/minecraft Citadel Servers] or learn to setup one yourself [[How to setup an Minecraft dedicated game server]]. [[Minecraft Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Minecraft server, adding mods, please see [[Minecraft Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-minecraft-1.jpg&lt;br /&gt;
File:media-minecraft-2.jpg&lt;br /&gt;
File:media-minecraft-3.png&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|MmB9b5njVbA||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/minecraft Server Rental]&lt;br /&gt;
*[https://www.minecraft.net/en-us/ Official Minecraft Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Minecraft]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Killing_Floor_2&amp;diff=492</id>
		<title>Killing Floor 2</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Killing_Floor_2&amp;diff=492"/>
		<updated>2019-07-04T09:59:03Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:Header-kf2.jpg|200px|link=Category:Killing Floor 2]]&lt;br /&gt;
|developer=[[Tripwireinteractive]]&lt;br /&gt;
|publisher=[[Tripwireinteractive]]&lt;br /&gt;
|release=November 18, 2016&lt;br /&gt;
|engine=[[Unreal Engine 3]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=First-person shooter, Survival horror&lt;br /&gt;
|language=English, German, Spanish, Simplified Chinese, French, Italian, Portuguese, Russian&lt;br /&gt;
|gameserverinfo=[[Killing Floor 2 Game Servers]]&lt;br /&gt;
|website=[https://www.killingfloor2.com/ Official Website]&lt;br /&gt;
|wiki=[https://wiki.killingfloor2.com/index.php?title=Main_Page Official Wiki]&lt;br /&gt;
|gamepage=[http://citadelservers.com/game-servers/killing-floor-2 Server Rental]&lt;br /&gt;
|gameport=2302&lt;br /&gt;
|queryport=2305&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:Header-kf2.jpg|460px|link=http://citadelservers.com/game-servers/killing-floor-2]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Killing Floor 2 game server! [http://citadelservers.com/game-servers/killing-floor-2 citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
In KILLING FLOOR 2 players descend into continental Europe where the outbreak caused by Horzine Biotech’s failed experiment has quickly spread and gained unstoppable momentum, essentially paralyzing the European Union. Just one month after the conclusion of the events in the original KILLING FLOOR, the specimen clones are everywhere and civilization is in disarray; communications have failed, governments have collapsed, and military forces have been systematically eradicated. The people of Europe know survival and self-preservation too well and lucky survivors have gone into hiding&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Killing Floor supports dedicated game servers, you can rent one here from [http://citadelservers.com/game-servers/killing-floor-2 Citadel Servers] or learn to setup one yourself [[How to setup an Killing Floor 2 dedicated game server]]. [[Killing Floor 2 Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Killing Floor 2 server, adding mods, please see [[Killing Floor 2 Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:Media-kf2-1.jpg&lt;br /&gt;
File:Media-kf2-2.jpg&lt;br /&gt;
File:Media-kf2-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|PpH8oghfsT8||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/killing-floor-2Server Rental]&lt;br /&gt;
*[https://www.killingfloor2.com/ Official Killing Floor 2 Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Killing Floor 2]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Killing_Floor&amp;diff=491</id>
		<title>Killing Floor</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Killing_Floor&amp;diff=491"/>
		<updated>2019-07-04T09:57:20Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:header-kf.jpg|200px|link=Category:Killing Floor]]&lt;br /&gt;
|developer=[[Tripwire Interactive]]&lt;br /&gt;
|publisher=[[Tripwire Interactive]]&lt;br /&gt;
|release=May 14, 2009&lt;br /&gt;
|engine=[[Unreal Engine 4]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=First-person shooter, Survival horror&lt;br /&gt;
|language=21 Languages&lt;br /&gt;
|gameserverinfo=[[Killing Floor Game Servers]]&lt;br /&gt;
|website=[https://www.tripwireinteractive.com/#/ Official Website]&lt;br /&gt;
|wiki=[https://killingfloor.fandom.com/wiki/Killing_Floor_Wikia Official Wiki]&lt;br /&gt;
|gamepage=[http://citadelservers.com/game-servers/killing-floor Server Rental]&lt;br /&gt;
|gameport=2302&lt;br /&gt;
|queryport=2305&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-kf.jpg|460px|link=http://citadelservers.com/game-servers/killing-floor Server]]&amp;lt;br &amp;gt;&lt;br /&gt;
Rent your own KF game server! [http://citadelservers.com/game-servers/killing-floor citadelservers.com]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Killing Floor is a first person shooter, allowing each player to move through a 3D environment. Gameplay consists of two game types: Killing Floor and Objective Mode. In Killing Floor Mode, the player fights waves of zombie-like specimens, or ZEDs, with each wave becoming successively more difficult, until it concludes with a battle against a &amp;quot;boss&amp;quot; specimen, called the Patriarch.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Killing Floor supports dedicated game servers, you can rent one here from [http://citadelservers.com/game-servers/killing-floor Citadel Servers] or learn to setup one yourself [[How to setup an Killing Floor dedicated game server]]. [[Killing Floor Game Servers]] fully support modding, there are many popular mods available for the game.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game Servers Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Killing Floor server, adding mods, please see [[Killing Floor Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-kf-1.jpg&lt;br /&gt;
File:media-kf-2.jpg&lt;br /&gt;
File:media-kf-3.jpg&lt;br /&gt;
File:media-kf-4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|FocUm9y0Igc||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/killing-floor Rental]&lt;br /&gt;
*[https://www.tripwireinteractive.com/#/killing-floor-incursion Official Killing Floor Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Dedicated server]]&lt;br /&gt;
[[Category:Killing Floor]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Killing_Floor&amp;diff=490</id>
		<title>Killing Floor</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Killing_Floor&amp;diff=490"/>
		<updated>2019-07-04T09:53:42Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:header-kf.jpg|200px|link=Category:Killing Floor]]&lt;br /&gt;
|developer=[[Tripwire Interactive]]&lt;br /&gt;
|publisher=[[Tripwire Interactive]]&lt;br /&gt;
|release=November 18, 2016&lt;br /&gt;
|engine=[[Unreal Engine 4]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=First-person shooter, Survival horror&lt;br /&gt;
|language=21 Languages&lt;br /&gt;
|gameserverinfo=[[Killing Floor Game Servers]]&lt;br /&gt;
|website=[https://www.tripwireinteractive.com/#/ Official Website]&lt;br /&gt;
|wiki=[https://killingfloor.fandom.com/wiki/Killing_Floor_Wikia Official Wiki]&lt;br /&gt;
|gamepage=[http://citadelservers.com/game-servers/killing-floor Server Rental]&lt;br /&gt;
|gameport=2302&lt;br /&gt;
|queryport=2305&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-kf.jpg|460px|link=http://citadelservers.com/game-servers/killing-floor Server]]&amp;lt;br &amp;gt;&lt;br /&gt;
Rent your own KF game server! [http://citadelservers.com/game-servers/killing-floor citadelservers.com]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Killing Floor is a first person shooter, allowing each player to move through a 3D environment. Gameplay consists of two game types: Killing Floor and Objective Mode. In Killing Floor Mode, the player fights waves of zombie-like specimens, or ZEDs, with each wave becoming successively more difficult, until it concludes with a battle against a &amp;quot;boss&amp;quot; specimen, called the Patriarch.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Killing Floor supports dedicated game servers, you can rent one here from [http://citadelservers.com/game-servers/killing-floor Citadel Servers] or learn to setup one yourself [[How to setup an Killing Floor dedicated game server]]. [[Killing Floor Game Servers]] fully support modding, there are many popular mods available for the game.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game Servers Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Killing Floor server, adding mods, please see [[Killing Floor Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-kf-1.jpg&lt;br /&gt;
File:media-kf-2.jpg&lt;br /&gt;
File:media-kf-3.jpg&lt;br /&gt;
File:media-kf-4.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|FocUm9y0Igc||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/killing-floor Rental]&lt;br /&gt;
*[https://www.tripwireinteractive.com/#/killing-floor-incursion Official Killing Floor Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Dedicated server]]&lt;br /&gt;
[[Category:Killing Floor]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Insurgency_Sandstorm&amp;diff=489</id>
		<title>Insurgency Sandstorm</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Insurgency_Sandstorm&amp;diff=489"/>
		<updated>2019-07-04T09:53:17Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:header-sandstorm.jpg|200px|link=Category:Insurgency Sandstorm]]&lt;br /&gt;
|developer=[[New World Interactive]]&lt;br /&gt;
|publisher=[[Focus Home Interactive]]&lt;br /&gt;
|release=September 18, 2018&lt;br /&gt;
|engine=[[Unreal Engine 4]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action, Indie, Simulation, Strategy&lt;br /&gt;
|language=16&lt;br /&gt;
|gameserverinfo=[[Insurgency Sandstorm Game Servers]]&lt;br /&gt;
|website=[http://insurgency-sandstorm.com/en Official Website]&lt;br /&gt;
|wiki=[https://insurgencysandstorm.gamepedia.com/Insurgency:_Sandstorm_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[http://citadelservers.com/game-servers/insurgency-sandstorm-game-hosting Server Rental]&lt;br /&gt;
|gameport=27016&lt;br /&gt;
|queryport=27016&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-sandstorm.jpg|460px|link=http://citadelservers.com/game-servers/insurgency-sandstorm-game-hosting]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Insurgency Sandstorm game server! [http://citadelservers.com/game-servers/insurgency-sandstorm-game-hosting citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Insurgency: Sandstorm is a team-based, tactical FPS based on lethal close quarters combat and objective-oriented multiplayer gameplay. Experience the intensity of modern combat where skill is rewarded, and teamwork wins the fight.&lt;br /&gt;
&lt;br /&gt;
== Insurgency Sandstorm Dedicated Game Servers ==&lt;br /&gt;
Insurgency Sandstorm supports dedicated game servers, you can rent one here from [http://citadelservers.com/game-servers/insurgency-sandstorm-game-hosting Citadel Servers] or learn to setup one yourself [[How to setup an Insurgency Sandstorm dedicated game server]]. [[Insurgency Sandstorm Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== Insurgency Sandstorm Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Insurgency Sandstorm server, adding mods, please see [[Insurgency Sandstorm Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-sandstorm-1.jpg&lt;br /&gt;
File:media-sandstorm-2.jpg&lt;br /&gt;
File:media-sandstorm-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|tXc2M0ZHhYA||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/insurgency-sandstorm-game-hosting Server Rental]&lt;br /&gt;
*[http://insurgency-sandstorm.com/en Official Insurgency Sandstorm Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Insurgency Sandstorm]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Hurtworld&amp;diff=488</id>
		<title>Hurtworld</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Hurtworld&amp;diff=488"/>
		<updated>2019-07-04T08:13:06Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:hurtworld-wikiicon.jpeg|200px|link=Category:Hurtworld]]&lt;br /&gt;
|developer=[[Bankroll Studios]]&lt;br /&gt;
|publisher=[[Bankroll Studios]]&lt;br /&gt;
|release=December 4, 2015&lt;br /&gt;
|engine=[[Unity]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action, Adventure, Simulation&lt;br /&gt;
|language=15&lt;br /&gt;
|gameserverinfo=[[Hurtworld Game Servers]]&lt;br /&gt;
|website=[http://hurtworld.com/ Official Website]&lt;br /&gt;
|wiki=[https://hurtworld.gamepedia.com/Hurtworld_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[https://citadelservers.com/game-servers/hurtworld Server Rental]&lt;br /&gt;
|gameport=12871&lt;br /&gt;
|queryport=12882&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-hurtworld.jpg|460px|link=https://citadelservers.com/game-servers/hurtworld]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Hurtworld game server! [https://citadelservers.com/game-servers/hurtworld citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Hurtworld is a hardcore multiplayer survival FPS with a focus on competitive gunplay and strategic map control. It was a super raw experience when we launched into early access three years ago but with the help of the community we have refined and ironed out the majority of issues to a point where we are happy to start expanding our player base.&lt;br /&gt;
&lt;br /&gt;
Brave the elements with friends or alone as you gather the necessities to survive, grow and defend your place amongst Hurtworld’s unforgiving environment. Populated by fierce creatures, rich resources and ever evolving challenges, Hurtworld is an immersive multiplayer experience sure to captivate even the most seasoned gamer.&lt;br /&gt;
&lt;br /&gt;
Craft tools, weapons and clothing to help you survive and defend what’s yours.&lt;br /&gt;
Construct a stronghold to stash loot and take refuge in. &lt;br /&gt;
Find and restore vehicles abandoned throughout the map.&lt;br /&gt;
Explore the many biomes to discover exotic resources and rare items.	&lt;br /&gt;
&lt;br /&gt;
Built from the ground up with solid multiplayer foundations designed for fast skill based PVP and PVE. Hurtworld is extremely optimised with highly scalable graphics to perform well on the most budget of machines.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Hurtworld supports dedicated game servers, you can rent one here from [https://citadelservers.com/game-servers/hurtworld Citadel Servers] or learn to setup one yourself [[How to setup an Hurtworld dedicated game server]]. [[Hurtworld Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Hurtworld server, adding mods, please see [[Hurtworld Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:Media-hurtworld-1.jpg&lt;br /&gt;
File:Media-hurtworld-2.jpg&lt;br /&gt;
File:Media-hurtworld-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|RdvbYG_dSyI||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[https://citadelservers.com/game-servers/hurtworld Server Rental]&lt;br /&gt;
*[http://hurtworld.com/ Official Hurtworld Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Hurtworld]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Hell_let_loose&amp;diff=487</id>
		<title>Hell let loose</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Hell_let_loose&amp;diff=487"/>
		<updated>2019-07-04T08:12:12Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:header-hll.jpg|200px|link=Category:Hell Let Loose]]&lt;br /&gt;
|developer=[[Black Matter Pty Ltd]]&lt;br /&gt;
|publisher=[[Team17 Digital Ltd]]&lt;br /&gt;
|release=Jun 6, 2019&lt;br /&gt;
|engine=[[VRAGE 2]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action, Indie, Simulation, Strategy, Early Access&lt;br /&gt;
|language=9&lt;br /&gt;
|gameserverinfo=[[Hell Let Loose Game Servers]]&lt;br /&gt;
|website=https://www.hellletloose.com/ Official Website]&lt;br /&gt;
|wiki=[https://hellletloose.fandom.com/wiki/Hell_Let_Loose_Wiki Official Wiki]&lt;br /&gt;
|gamepage=[http://citadelservers.com/game-servers/hell-let-loose-game-hosting Server Rental]&lt;br /&gt;
|gameport=27016&lt;br /&gt;
|queryport=27016&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-hll.jpg|460px|link=http://citadelservers.com/game-servers/hell-let-loose-game-hosting]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own Hell Let Loose game server! [http://citadelservers.com/game-servers/hell-let-loose-game-hosting citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Hell Let Loose is a realistic World War Two first person shooter with open battles of 100 players with infantry, tanks, artillery, a dynamically shifting front line and a unique resource based strategic meta-game. This is World War Two at a scale you’ve never played before.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Hell Let Loose supports dedicated game servers, you can rent one here from [http://citadelservers.com/game-servers/hell-let-loose-game-hosting Citadel Servers] or learn to setup one yourself [[How to setup an Hell Let Loose dedicated game server]]. [[Hell Let Loose Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} server help ==&lt;br /&gt;
If you are looking for help with configuring your Hell Let Loose server, adding mods, please see [[Hell Let Loose Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-hll-1.jpg&lt;br /&gt;
File:media-hll-2.jpg&lt;br /&gt;
File:media-hll-3.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|LwNuBKkmbrY||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[http://citadelservers.com/game-servers/hell-let-loose-game-hosting Server Rental]&lt;br /&gt;
*[https://www.hellletloose.com/ Official Hell Let Loose Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Hell Let Loose]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
	<entry>
		<id>https://citadelservers.com/wiki/index.php?title=Grand_Theft_Auto_V&amp;diff=486</id>
		<title>Grand Theft Auto V</title>
		<link rel="alternate" type="text/html" href="https://citadelservers.com/wiki/index.php?title=Grand_Theft_Auto_V&amp;diff=486"/>
		<updated>2019-07-04T08:11:34Z</updated>

		<summary type="html">&lt;p&gt;Sheas s: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Gameinfo&lt;br /&gt;
|image=[[File:gta5 wikiicon.png|200px|link=Category:ARK: Survival Evolved]]&lt;br /&gt;
|developer=[[Rockstar Games]]&lt;br /&gt;
|publisher=[[Rockstar Games]]&lt;br /&gt;
|release=December 1998&lt;br /&gt;
|engine=[[RAGE]]&lt;br /&gt;
|steam=Yes&lt;br /&gt;
|genre=Action-adventure, Simulation&lt;br /&gt;
|language=English, German (Subtitles)&lt;br /&gt;
|gameserverinfo=[[Grand Theft Auto V Game Servers]]&lt;br /&gt;
|website=[https://www.rockstargames.com/v Official Website]&lt;br /&gt;
|wiki=[https://www.grandtheftwiki.com/Grand_Theft_Auto_V Official Wiki]&lt;br /&gt;
|gamepage=[https://citadelservers.com/en-us/game-servers/fivem Server Rental]&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;center&amp;gt;[[File:header-gta5.jpg|460px|link=https://citadelservers.com/en-gb/game-servers/fivem]]&amp;lt;br &amp;gt;&lt;br /&gt;
''Rent your own GTA 5 FiveM game server! [https://citadelservers.com/en-gb/game-servers/fivem citadelservers.com]''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== About This Game ==&lt;br /&gt;
Grand Theft Auto V is an action-adventure video game developed by Rockstar North and published by Rockstar Games. It was released in September 2013 for PlayStation 3 and Xbox 360, in November 2014 for PlayStation 4 and Xbox One, and in April 2015 for Microsoft Windows. It is the first main entry in the Grand Theft Auto series since 2008's Grand Theft Auto IV. Set within the fictional state of San Andreas, based on Southern California, the single-player story follows three criminals and their efforts to commit heists while under pressure from a government agency. The open world design lets players freely roam San Andreas' open countryside and the fictional city of Los Santos, based on Los Angeles.&lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Dedicated Game Servers ==&lt;br /&gt;
Grand Theft Auto V supports dedicated game servers through the use of mods, you can rent one here from [https://citadelservers.com/en-gb/game-servers/fivem Citadel Servers] or learn to setup one yourself [[How to setup an Grand Theft Auto V dedicated game server]]. [[Grand Theft Auto V Game Servers]] fully support modding, there are many popular mods available for the game. &lt;br /&gt;
&lt;br /&gt;
== {{PAGENAME}} Game server help ==&lt;br /&gt;
If you are looking for help with configuring your Grand Theft Auto V server, adding mods, please see [[Grand Theft Auto V Game Servers]] for a list of knowledge base guides on how to resolve common issues, configure your server and apply mods.&lt;br /&gt;
&lt;br /&gt;
==Gallery==&lt;br /&gt;
&amp;lt;gallery widths=&amp;quot;240&amp;quot; heights=&amp;quot;180&amp;quot; mode=&amp;quot;nolines&amp;quot;&amp;gt;&lt;br /&gt;
File:media-gta5-1.jpg&lt;br /&gt;
File:media-gta5-2.jpg&lt;br /&gt;
File:media-gta5-3.jpg&lt;br /&gt;
File:media-gta5-4.jpg&lt;br /&gt;
File:media-gta5-5.jpg&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Videos==&lt;br /&gt;
===Trailer===&lt;br /&gt;
{{#ev:youtube|QkkoHAzjnUs||inline}}&lt;br /&gt;
&lt;br /&gt;
== More links ==&lt;br /&gt;
*[https://citadelservers.com/en-us/game-servers/fivem Server Rental]&lt;br /&gt;
*[https://www.rockstargames.com/v official GTA 5 3 Website]&lt;br /&gt;
&lt;br /&gt;
[[Category:Games]]&lt;br /&gt;
[[Category:Grand Theft Auto V]]&lt;br /&gt;
[[Category:Dedicated Server Support]]&lt;/div&gt;</summary>
		<author><name>Sheas s</name></author>
		
	</entry>
</feed>