<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>ServerCommand.org - Group: Knowledge Base Wiki</title>
	<link>http://ServerCommand.org/index.php/forum/?group=5</link>
	<description><![CDATA[Where Professionals Share The Tips &#38; Tricks Of The Trade]]></description>
	<generator>Simple:Press Forum Version 4.1.3</generator>
	<atom:link href="http://ServerCommand.org/index.php/forum/?group=5&#038;xfeed=group" rel="self" type="application/rss+xml" />
<item>
	<title>Lane on Counter-Srike: Source - Tickrate &#38; FPS</title>
	<link>http://ServerCommand.org/index.php/forum/game-servers/counter-srike-source-tickrate-fps/#p25</link>
	<category>Game Servers</category>
	<guid isPermaLink="true">http://ServerCommand.org/index.php/forum/game-servers/counter-srike-source-tickrate-fps/#p25</guid>
	<description><![CDATA[<p>Today we are going to take a quick look at how a server admin is able to set the tickrate and server side FPS rate on a Counter-Strike: Source game server.</p>
<p>This guide will work on most all Valve games, such as DOD:S, TF2, etc. as long as they are running the source or orange box engine. This guide does not apply to the order games like Counter-Strike 1.6 &#38; Day Of Defeat Original.</p>
<p><strong>-</strong><span style="text-decoration: underline;"><strong>Tickrate</strong></span></p>
<p>The first thing we will look at is setting the tickrate of the server. This is best set in the commandline therefore not allowing to be overridden in the server config file.</p>
<p>You will need to add the following to your commandline:</p>
<div class="sfcode">-tickrate 66</div>
<p>The number 66 will be just a place holder for the moment, we will explain below what the valid options are.</p>
<p>The -tickrate command can has numerous values in place of the "66&#8243; with have listed above. The most common and suggest values at "33&#8243;, "66&#8243;, or "100&#8243; (Without the quotes). It will depend what you are running and the slot count you plan to use the server for. Most times you will want to stick on the 66 tick level, as it is what I would call the "normal" value.</p>
<p>However, if you are playing in competitions, you may be required to use a 100 for the tickrate value.</p>
<blockquote>
<p><strong>Note:</strong> We will not be getting into the debate on what is better, only showing how a server admin is able to set the tickrate, so please don&#39;t make a reply asking which is better or start a flame war on how this is better than that. Thank you.</p>
</blockquote>
<p>When you have set the tickrate of your server via the commandline you will be set to go, even if you are renting out the server to a client, they will not be able to change unless you give them access to the commandline.</p>
<p><strong>-</strong><span style="text-decoration: underline;"><strong>Serverside FPS</strong></span></p>
<p>Now that we have set the tickrate, we will take a look at how we will set the server side FPS rate. This setting needs to be set via the server.cfg and cannot be locked down in the commandline. So if you plan to limit your clients to a X amount of FPS, you will need to find another way.</p>
<p>With that out of the way, we will need to add the following line to your server.cfg (Or server config file).</p>
<br />
<div class="sfcode">-max_fps 600</div>
<br />
<p>Adding this line will tell the server it is allowed to go up to, but no further than 600 FPS on the server side. This value you can set to just about anything depending on what FPS rate you want the server to run at.</p>
<p>Now once you have added this to your server config file, you are set to restart your server and enjoy the new FPS rate. Check the server console window to see what rate you are getting.</p>
<br />
<blockquote>
<p><strong>Note:</strong> If you are not getting the full FPS you were expecting, keep reading!</p>
</blockquote>
<p><strong>-<span style="text-decoration: underline;">FPS Not Working</span></strong> (Windows)</p>
<p>If you are reading this, you have found you are not getting the serverside FPS that you were expecting, so now we will do a little more work to the server.</p>
<br />
<blockquote>
<p><strong>Note:</strong> As I am not a Linux tech, I will only be showing how to get this done on Windows, Linux is much more messy and can require kernal hacking to get the FPS working as desired.</p>
</blockquote>
<p>By default, Windows does not support more than about 64FPS without changing the windows clock.</p>
<p>Not to worry, this is a very easy fix!</p>
<p><strong>Solutions:</strong></p>
<blockquote>
<p><strong>1.</strong> Easiest solution is to open Windows Media Player on the server. You do not need to be playing anything, just open and running.<br /><br />As soon as you open it, you should see a nice boost to your expected FPS.<br /><br /><strong>2.</strong> Second solution is to run an added piece of software on your server machine, called FPS Boost. You can download FPS Boost as an attachment to this post.<br /><br />All you need to do, is extract it, click it to start it and let it run. Once you start it, you should also see your FPS boost.</p>
</blockquote>
<ul>
</ul>
<p>There is one more added problem, you will not be able to boost the serverside FPS any higher than about 512 on a windows server 2003 server, if you are wanting to hit 1000FPS you will need to be running Windows Server 2008 and have a motherboard to support it. We will have another guide coming later that will touch specifically on 1000FPS servers.</p>
<p><strong>-<span style="text-decoration: underline;">The End</span></strong></p>
<p>This wraps up our tutorial on how to get Counter-Strike: Source up and running on non-default tickrate &#38; serverside FPS.</p>
]]></description>
	<pubDate>Sun, 10 Jan 2010 23:54:14 +0000</pubDate>
</item>
<item>
	<title>Lane on How To Install IIS - Server 2003</title>
	<link>http://ServerCommand.org/index.php/forum/windows-servers/how-to-install-iis-server-2003/#p24</link>
	<category>Windows Servers</category>
	<guid isPermaLink="true">http://ServerCommand.org/index.php/forum/windows-servers/how-to-install-iis-server-2003/#p24</guid>
	<description><![CDATA[One of the many questions we see here is how to install IIS onto your Microsoft Windows based server.  I am pleased to say, the installation process is very easy!  <!--more--> Microsoft Windows Server 2003 <span style="text-decoration: underline;"><strong>What you will need:</strong></span> 
<ul>
<li>A server/workstation running Microsoft Windows Server 2003</li>
<li>The Server 2003 installation disk <strong>OR</strong> a copy of the I386 folder</li>
</ul>
Now onto the fun and easy stuff! <ol>
<li>You will first need to navigate to the "Add/Remove Windows Components" &#8211; You will locate this here: Control Panel &#8211;&#62; Add or Remove Programs &#8211;&#62; Add/Remove Windows Components</li>
<li>Once you have the "Add/Remove Windows Components" window open, you will see a series of options:</li>
<li>You will need to place a check mark next to "Application Server"  
<ul>
<li>If you double-click on "Application Server" you will have additional options. You will need to be sure you have the following checked off:  
<ul>
<li>Application Server Console</li>
<li>ASP.NET</li>
<li>Enable network COM+ access</li>
<li>Internet Information Services (IIS)</li>
</ul>
</li>
<li>Now double-clicking on "Internet Information Services (IIS)" you will be presented with additional options. There are many options however for the security of your server I would start with only having the following selected:  
<ul>
<li>Common Files</li>
<li>Internet Information Services Manager</li>
<li>World Wide Web Services</li>
</ul>
</li>
<li>After choosing the above options, you will need only to select "Ok" on the additional windows.</li>
</ul>
</li>
<li>Now that you have the above options selected, you can choose "Next" on the "Windows Components Wizard"</li>
<li>Your server will begin to install IIS, during the install you will be prompted for the CD (Usually 2 times).</li>
<li>When you are prompted you will need to do one of two things:  
<ul>
<li>Have the Microsoft Windows Server 2003 install CD/DVD in your CD/DVD drive.</li>
<li>Point the installer to a copy of the "I386&#8243; folder on the server. <strong>NOTE:</strong> The I386 folder is located on the CD/DVD that you installed your copy of Microsoft Windows Server 2003 from. If you are renting a dedicated server, there is most likely a copy of this folder on your server&#39;s hard drive, if you not your host should be able to provide it.</li>
</ul>
</li>
<li>Once the wizard completes you are all done!</li>
</ol> After running through the above 7 steps you should be able to install IIS to your machine and have it fully operational. Once installed you will need to configure and that is where the real fun begins. We will have a guide shortly for confguring IIS, however until then our forums is the place to ask any questions.
]]></description>
	<pubDate>Sun, 10 Jan 2010 02:47:15 +0000</pubDate>
</item>
<item>
	<title>Lane on Connecting To Console Session - Windows Server</title>
	<link>http://ServerCommand.org/index.php/forum/windows-servers/connecting-to-console-session-windows-server/#p23</link>
	<category>Windows Servers</category>
	<guid isPermaLink="true">http://ServerCommand.org/index.php/forum/windows-servers/connecting-to-console-session-windows-server/#p23</guid>
	<description><![CDATA[<p>When you begin to work on a server that is running Windows Server 2003 remotely via&#160;Windows Remote Desktop, more commonly referred to as RDP, you will quickly run into an issue that will plague all new comers. You will soon find that that server 2003 allows up to three (3) remote desktop sessions.</p>
<p>What does this mean? This means that you can all up to three (3) people logged into remote desktop at the same time, all running their own desktop session (You will not see what each other is doing, running, etc.). This is great if you have multiple people needing to work on the same server at the same time, however this feature also causes agony.</p>
<p>When you disconnect from RDP (without logging off) your session on the server will continue to run. Just like at home, if you get and walk away from your PC, it will continue to sit there doing whatever you left running on it.</p>
<p>When you go to log back into RDP next time you may or may not get the same session, allot of times you will end&#160;up starting an all new session on the server and in turn anything you had running on your other session you will not be able to see or interact with.</p>
<p>The easiest solution to this issue is, is to connect to the console session on the server. The console session on the server is unique in the sense you can force remote desktop to connect to it every time you connect via RDP. So each time you log in, you will be right where you were when you disconnected earlier.</p>
<p>Later down on this article we will go through the steps on how to connect to the console session, however before we do we are going to discuss a few more important things about the console session.</p>
<p>Beyond the console session being able to be accessed via RDP each time, it also plays another very important role. It is the session where all services you have running on your server will run.</p>
<p>So if you install a service and check off "Interact with Desktop", the console session is where you will be able to see them.</p>
<p>This little tidbit is very important if you are running game servers or various other software&#160;that is&#160; set to interect with the server desktop. In turn, when the service is running, you will be able to see the application up and running and interact with it as you would any other time.</p>
<p>The console session like all server session has a limitation on how many people can be connected to it at any one time. You can only have one person connected to an RDP session at any given time, if someone else needs on the console session, you will need to disconnect first.</p>
<p>Now that we know the basics and some additional help details on how the console session works, we can now look into how exactly we connect to it using our windows home or workstation computer.</p>
<p>Depending on the operating system you are running, there are different ways to invoke the console session when connecting with the RDP client, so please choose your local operating system before going into how to connect (very important).</p>
<p><strong>Windows XP (32-bit, SP1 &#8211; SP2 &#124; 64-bit, SP1 &#8211; SP3) &#38; Original Vista (Before any updates)</strong></p>
<strong>1. </strong>On your home computer, go to "Start" &#8211;&#62; "All Programs" &#8211;&#62; "Accessories"<br /><strong>2. </strong>Choose "Remote Desktop Connection"<br /><strong>3. </strong>When the Remote Desktop Connection window appears, you will need to enter your server IP where it asks for your "Computer"<br /><strong>4. </strong>Once you have your server IP entered you will need to make a space and then enter "/console" &#8211; Without the quotes.<br /><strong>5. </strong>Once you have the above information entered, you window should look like that below (Only with your server IP):<ol>
<p><img class="aligncenter size-full wp-image-155" style="vertical-align: middle;" title="xp_rdp" src="http://ServerCommand.org/wp-content/uploads/2010/01/xp_rdp.jpg" alt="" width="414" height="186" /></p>
</ol><strong>6.</strong> Once you have the above, just click "Connect"<br /><strong>7. </strong>The next window will prompt you for a userame and password, it is the same username and password you would use when connecting without the /console switch.<ol> </ol><ol> </ol>
<p><strong>Windows Vista (After intial updates), Windows 7, &#38; Windows XP (32-bit, SP3)</strong></p>
<strong>1. </strong>On your home computer, go to "Start" &#8211;&#62; "All Programs" &#8211;&#62; "Accessories"<br /><strong>2. </strong>Choose "Remote Desktop Connection"<br /><strong>3. </strong>When the Remote Desktop Connection window appears, you will need to enter your server IP where it asks for your "Computer"<br /><strong>4. </strong>Once you have your server IP entered you will need to make a space and then enter "/admin" &#8211; Without the quotes.<br /><strong>5. </strong>Once you have the above information entered, you window should look like that below (Only with your server IP):<ol>
<p><img class="aligncenter size-full wp-image-156" title="vista_rdp" src="http://ServerCommand.org/wp-content/uploads/2010/01/vista_rdp.jpg" alt="" width="426" height="260" /></p>
</ol><strong>6. </strong>Once you have the above, just click "Connect"<br /><strong>7. </strong>If it is the first time you are connecting to this remote server, you will get a yellow window pop-up. This window is to tell you that the server you are connecting to is running an OS that came out before windows Vista or Windows 7. You will need to click "Yes" in order to continue connecting.<ol>
<p><img class="aligncenter size-full wp-image-157" title="vista_error_rdp" src="http://ServerCommand.org/wp-content/uploads/2010/01/vista_error_rdp.jpg" alt="" width="415" height="245" /></p>
</ol><strong>8. </strong>The next window will prompt you for a userame and password, it is the same username and password you would use when connecting without the /admin switch.
<p><strong>9. </strong>Once you have connected, you should be all set to go. You are now connected to the all important console session on a windows server 2003. If you run into any issues while trying to connect, post up in our forums and we will get you setup!</p>
]]></description>
	<pubDate>Sun, 10 Jan 2010 02:07:14 +0000</pubDate>
</item>
</channel>
</rss>